File: fast_plane_detection/PlaneInRegion.srv
# Takes in a disparity image, a 3D point and a region size and
# output the most dominant plane in that region
geometry_msgs/Vector3Stamped point
int64 width
int64 height
---
fast_plane_detection/Plane plane
Expanded Definition