File: mapping_msgs/CollisionObject.msg
# a header, used for interpreting the poses
Header header
# the id of the object
string id
#This contains what is to be done with the object
CollisionObjectOperation operation
#the shapes associated with the object
geometric_shapes_msgs/Shape[] shapes
#the poses associated with the shapes - will be transformed using the header
geometry_msgs/Pose[] poses
Expanded Definition