28#include <RobotAPI/interface/units/KinematicUnitInterface.h>
44 ControlMode controlMode);
60 case ePositionControl:
64 case eVelocityControl:
73 case ePositionVelocityControl:
74 state =
"Position + Velocity";
79 state = std::string(
"nyi Mode: " + std::to_string(controlMode));
86 KinematicUnitInterfacePrx kinUnit;
static std::string ControlModeToString(ControlMode controlMode)
void setJointAngles(const NameValueMap &jointAngles)
void setJointTorques(const NameValueMap &jointTorques)
static NameControlModeMap MakeControlModes(const NameValueMap &jointValues, ControlMode controlMode)
KinematicUnitHelper(const KinematicUnitInterfacePrx &kinUnit)
void setJointVelocities(const NameValueMap &jointVelocities)
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< KinematicUnitHelper > KinematicUnitHelperPtr