WrenchClient
Inherits from:ZenohClient
A Zenoh client for publishing and receiving wrench messages over Zenoh topics.
Wrenches are commonly received from contact sensors,
and published to end effectors that need to apply a force or torque.
Attributes:
force (numpy.ndarray): Current force as [x, y, z]
torque (numpy.ndarray): Current torque as [x, y, z]
relative (bool): Whether wrenches are relative to current position
blocking (bool): Whether wrench commands block until complete
Inherited methods
- From
ZenohClient:getLatestMessage,msg_cb,run,publish,stop
init
Arguments
publish_wrench
Arguments