30 #ifndef HARDWARE_INTERFACE_JOINT_STATE_INTERFACE_H 31 #define HARDWARE_INTERFACE_JOINT_STATE_INTERFACE_H 52 JointStateHandle(
const std::string& name,
const double* pos,
const double* vel,
const double* eff)
Hardware interface to support reading the state of an array of joints.
std::string getName() const
JointStateHandle(const std::string &name, const double *pos, const double *vel, const double *eff)
An exception related to a HardwareInterface.
double getPosition() const
double getVelocity() const
Base class for handling hardware resources.