Fields
numpy.ndarray
Current force as [x, y, z]
numpy.ndarray
Current torque as [x, y, z]
bool
Whether wrenches are relative to current position
bool
Whether wrench commands block until complete
Constructor
Signature
dict
required
Configuration dictionary for the client
dict, optional
Dictionary of agent parameters. Defaults to None.
Optional shared Zenoh session. Defaults to None.
Methods
getLatestMessage()
Signature
None if no
message was received within the timeout.
get_force()
Signature
get_torque()
Signature
get_wrench()
Signature
msg_cb()
Signature
required
The Zenoh sample received from the subscription.
process_latest_msg()
Signature
publish()
Signature
required
Raw bytes to publish on the configured topic.
publish_wrench()
Signature
array-like
required
Force as [x, y, z]
array-like
required
Torque as [x, y, z]
run()
Signature
stop()
Signature