30 #ifndef HARDWARE_INTERFACE_POSVELACC_COMMAND_INTERFACE_H 31 #define HARDWARE_INTERFACE_POSVELACC_COMMAND_INTERFACE_H 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)
std::string getName() const
An exception related to a HardwareInterface.
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.
void setCommandVelocity(double cmd_vel)
double getCommandAcceleration() const
A handle used to read and command a single joint.
Base class for handling hardware resources.