31 #ifndef HARDWARE_INTERFACE_ACTUATOR_STATE_INTERFACE_H 32 #define HARDWARE_INTERFACE_ACTUATOR_STATE_INTERFACE_H const double * getEffortPtr() const
const double * getPositionPtr() const
An exception related to a HardwareInterface.
double getPosition() const
const double * getVelocityPtr() const
Hardware interface to support reading the state of an array of actuators.
std::string getName() const
double getVelocity() const
Base class for handling hardware resources.
ActuatorStateHandle(const std::string &name, const double *pos, const double *vel, const double *eff)