geometry_msgs/msg/PoseWithCovariance Message

File: geometry_msgs/msg/PoseWithCovariance.msg

Raw Message Definition

# This represents a pose in free space with uncertainty.


Pose pose

# Row-major representation of the 6x6 covariance matrix

# The orientation parameters use a fixed-axis representation.

# In order, the parameters are:

# (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)

float64[36] covariance

Compact Message Definition

geometry_msgs/msg/Pose pose
double[36] covariance