30 #ifndef HARDWARE_INTERFACE_FORCE_CONTROL_SENSOR_INTERFACE_H 31 #define HARDWARE_INTERFACE_FORCE_CONTROL_SENSOR_INTERFACE_H 53 const std::string& frame_id,
64 const std::string& frame_id,
90 #endif // HARDWARE_INTERFACE_FORCE_CONTROL_SENSOR_INTERFACE_H ForceTorqueSensorHandle()
std::string getFrameId() const
const double * getForce() const
ForceTorqueSensorHandle(const std::string &name, const std::string &frame_id, double *force, double *torque)
std::string getName() const
const double * getTorque() const
Base class for handling hardware resources.
ForceTorqueSensorHandle(const std::string &name, const std::string &frame_id, const double *force, const double *torque)
Hardware interface to support reading the state of a force-torque sensor.
A handle used to read the state of a force-torque sensor.