All interfaces are defined as topics, but might be a good idea to use services instead of subscribed topics due to their function.
/wrench_deviceSN
: publishes the Wrench of the Optoforce device defined with its Serial Number.Force in Newtons
, andTorque in Newtown.meter
. ROS message type aregeometry_msgs/WrenchStamped
/start_publishing
: subscribes to a command to start publishing Wrench data. ROS message type arestd_msgs/Bool
./start_new_acquisition
: subscribes to a command to start a new acquisition. ROS message type arestd_msgs/Bool
./reset
: subscribes to a command to re-make the Zero of the OptoForce device. ROS message type arestd_msgs/Bool
.