Clients
Wrench Client
WrenchClient
Inherits from: ROSClient
A ROS client for publishing and receiving wrench messages over ROS topics. A wrench is a combination of force and torque, and is commonly received from contact sensors, and published to end effectors.
WrenchClient
Initialize the wrench client.
Arguments
publish_wrench
Publish a wrench message.
Arguments
process_latest_msg
get_force
Get the current force.
Returns
Current force as [x, y, z]
get_torque
Get the current torque.
Returns
Current torque as [x, y, z]