A dataclass representing a pose in 3D space.

Properties

x
float
default:"0"
The x coordinate of the pose in millimeters.
y
float
default:"0"
The y coordinate of the pose in millimeters.
z
float
default:"0"
The z coordinate of the pose in millimeters.
roll
float
default:"0"
The roll of the pose in degrees.
pitch
float
default:"0"
The pitch of the pose in degrees.
yaw
float
default:"0"
The yaw of the pose in degrees.