Bases: object
Represent cartesian pose, where x , y and z are in metres and roll, pitch
and yaw are in radians.
-
from_array(pose_array: list)[source]
-
get_pose() → list[source]
-
is_empty()[source]
-
pitch = 0.0
-
roll = 0.0
-
x = 0.0
-
y = 0.0
-
yaw = 0.0
-
z = 0.0