tuw_object_msgs/ObjectWithCovariance Message

File: tuw_object_msgs/ObjectWithCovariance.msg

Raw Message Definition

# 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

Compact Message Definition

tuw_object_msgs/Object object
float64[] covariance_pose
float64[] covariance_twist
float64[] correlation