|
|
#include <RobotAPI/libraries/RobotStatechartHelpers/VelocityControllerHelper.h>
Public Member Functions | |
| void | cleanup () |
| void | init () |
| void | setNullSpaceControl (bool enabled) |
| void | setTargetVelocity (const Eigen::Vector6f &cv) |
| VelocityControllerHelper (const RobotUnitInterfacePrx &robotUnit, const std::string &nodeSetName, const std::string &controllerName) | |
| VelocityControllerHelper (const RobotUnitInterfacePrx &robotUnit, NJointCartesianVelocityControllerWithRampConfigPtr config, const std::string &controllerName) | |
Public Attributes | |
| NJointCartesianVelocityControllerWithRampConfigPtr | config |
| NJointCartesianVelocityControllerWithRampInterfacePrx | controller |
| bool | controllerCreated = false |
| std::string | controllerName |
| float | initialKp |
| RobotUnitInterfacePrx | robotUnit |
Definition at line 38 of file VelocityControllerHelper.h.
| VelocityControllerHelper | ( | const RobotUnitInterfacePrx & | robotUnit, |
| const std::string & | nodeSetName, | ||
| const std::string & | controllerName | ||
| ) |
Definition at line 30 of file VelocityControllerHelper.cpp.
Here is the call graph for this function:| VelocityControllerHelper | ( | const RobotUnitInterfacePrx & | robotUnit, |
| NJointCartesianVelocityControllerWithRampConfigPtr | config, | ||
| const std::string & | controllerName | ||
| ) |
Definition at line 40 of file VelocityControllerHelper.cpp.
Here is the call graph for this function:| void cleanup | ( | ) |
Definition at line 90 of file VelocityControllerHelper.cpp.
| void init | ( | ) |
Definition at line 51 of file VelocityControllerHelper.cpp.
Here is the caller graph for this function:| void setNullSpaceControl | ( | bool | enabled | ) |
Definition at line 75 of file VelocityControllerHelper.cpp.
| void setTargetVelocity | ( | const Eigen::Vector6f & | cv | ) |
Definition at line 69 of file VelocityControllerHelper.cpp.
| NJointCartesianVelocityControllerWithRampConfigPtr config |
Definition at line 56 of file VelocityControllerHelper.h.
| NJointCartesianVelocityControllerWithRampInterfacePrx controller |
Definition at line 57 of file VelocityControllerHelper.h.
| bool controllerCreated = false |
Definition at line 60 of file VelocityControllerHelper.h.
| std::string controllerName |
Definition at line 59 of file VelocityControllerHelper.h.
| float initialKp |
Definition at line 62 of file VelocityControllerHelper.h.
| RobotUnitInterfacePrx robotUnit |
Definition at line 58 of file VelocityControllerHelper.h.