62 void setCommand(
double cmd_pos,
double cmd_vel,
double cmd_acc)
void setCommandPosition(double cmd_pos)
PosVelAccJointHandle(const JointStateHandle &js, double *cmd_pos, double *cmd_vel, double *cmd_acc)
An exception related to a HardwareInterface.
double getCommandAcceleration() const
void setCommand(double cmd_pos, double cmd_vel, double cmd_acc)
Hardware interface to support commanding an array of joints.
void setCommandAcceleration(double cmd_acc)
A handle used to read and command a single joint.
A handle used to read the state of a single joint. Currently, position, velocity and effort fields ar...
void setCommandVelocity(double cmd_vel)
A handle used to read and command a single joint.
PosVelAccJointHandle()=default
Base class for handling hardware resources.
std::string getName() const