|
#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.
VelocityControllerHelper | ( | const RobotUnitInterfacePrx & | robotUnit, |
NJointCartesianVelocityControllerWithRampConfigPtr | config, | ||
const std::string & | controllerName | ||
) |
Definition at line 37 of file VelocityControllerHelper.cpp.
void cleanup | ( | ) |
Definition at line 79 of file VelocityControllerHelper.cpp.
void init | ( | ) |
Definition at line 44 of file VelocityControllerHelper.cpp.
void setNullSpaceControl | ( | bool | enabled | ) |
Definition at line 65 of file VelocityControllerHelper.cpp.
void setTargetVelocity | ( | const Eigen::Vector6f & | cv | ) |
Definition at line 60 of file VelocityControllerHelper.cpp.
NJointCartesianVelocityControllerWithRampConfigPtr config |
Definition at line 52 of file VelocityControllerHelper.h.
NJointCartesianVelocityControllerWithRampInterfacePrx controller |
Definition at line 53 of file VelocityControllerHelper.h.
bool controllerCreated = false |
Definition at line 56 of file VelocityControllerHelper.h.
std::string controllerName |
Definition at line 55 of file VelocityControllerHelper.h.
float initialKp |
Definition at line 58 of file VelocityControllerHelper.h.
RobotUnitInterfacePrx robotUnit |
Definition at line 54 of file VelocityControllerHelper.h.