marker_msgs/MarkerWithCovariance Message

File: marker_msgs/MarkerWithCovariance.msg

Raw Message Definition

# This expresses a marker in free space with uncertainty.

Marker marker

# 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

marker_msgs/Marker marker
float64[36] covariance