ObjectWithCovariance
This is a ROS message definition.
Source
# This expresses a object in free space with uncertainty.
Object object
# 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[] covariance_pose # pose covariance if it exists it will be 3x3 or 6x6
float64[] covariance_twist # twist covariance if it exists it will be 3x3 or 6x6
float64[] correlation # correlation between pose and twist if it exists it will be 3x3 or 6x6