pilot.Pose2D¶
Class¶
Pose2D represents a 2D pose (x, y, yaw) in the specified coordinate system.
Inherits from basic.Transform3D.
Fields¶
-
Vector3d
pose
¶ 2D pose (x, y, yaw) [m, m, rad], see math.Vector3d.
-
Matrix3f
covariance
¶ Optional pose covariance matrix.