File: planning_environment_msgs/GetObjectsInCollisionMap.srv
#Whether or not to include the points in the collision map
#if set to false, collision map in feedback will contain
#no points
bool include_points
---
#points in the collision map if include_points is set to true
mapping_msgs/CollisionMap points
#vector of objects in the collision map
mapping_msgs/ObjectsInMap[] objects
#vector of attached objects in the collision map
mapping_msgs/AttachedObject[] attached_objects
Expanded Definition