PoseClient
Inherits from:ZenohClient
A Zenoh client for handling pose messages.
This class inherits from ZenohClient and provides functionality for publishing and
receiving pose messages over Zenoh topics.
Attributes:
position (numpy.ndarray): Current position as [x, y, z]
orientation (numpy.ndarray): Current orientation as quaternion [x, y, z, w]
relative (bool): Whether poses are relative to current position
blocking (bool): Whether pose commands block until complete
Inherited methods
- From
ZenohClient:getLatestMessage,msg_cb,run,publish,stop
init
Arguments
publish_pose
Arguments