BoundingVolume
This is a ROS message definition.
Source
# Define a volume in 3D
# A set of solid geometric primitives that make up the volume to define (as a union)
shape_msgs/SolidPrimitive[] primitives
# The poses at which the primitives are located
geometry_msgs/Pose[] primitive_poses
# In addition to primitives, meshes can be specified to add to the bounding volume (again, as union)
shape_msgs/Mesh[] meshes
# The poses at which the meshes are located
geometry_msgs/Pose[] mesh_poses