mapping_msgs/OrientedBoundingBox Message

File: mapping_msgs/OrientedBoundingBox.msg

#the center of the box
geometry_msgs/Point32 center

#the extents of the box, assuming the center is at the point
geometry_msgs/Point32 extents

#the axis of the box
geometry_msgs/Point32 axis

#the angle of rotation around the axis
float32 angle

Expanded Definition

geometry_msgs/Point32 center
    float32 x
    float32 y
    float32 z
geometry_msgs/Point32 extents
    float32 x
    float32 y
    float32 z
geometry_msgs/Point32 axis
    float32 x
    float32 y
    float32 z
float32 angle