29 #ifndef HARDWARE_INTERFACE_ACTUATOR_COMMAND_INTERFACE_H 30 #define HARDWARE_INTERFACE_ACTUATOR_COMMAND_INTERFACE_H ActuatorCommandInterface for commanding velocity-based actuators
double getCommand() const
An exception related to a HardwareInterface.
A handle used to read and command a single actuator.
ActuatorCommandInterface for commanding position-based actuators
ActuatorCommandInterface for commanding effort-based actuators
ActuatorHandle(const ActuatorStateHandle &as, double *cmd)
std::string getName() const
void setCommand(double command)
Hardware interface to support commanding an array of actuators.
Base class for handling hardware resources.