get_detected_planes
Retrieve data on identified planes in 3D space, including positions, orientations, and boundaries, with filters for type and classification to focus on specific surfaces.
Instructions
Gets information about all currently detected planes in the environment. Returns plane positions, orientations, boundaries, and classifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minArea | No | Minimum plane area filter (square meters) | |
| planeType | No | Filter by plane type | All |
| includePose | No | Include plane pose (position and rotation) | |
| classification | No | Filter by plane classification | All |
| coordinateSpace | No | Coordinate space for positions | World |
| includeVertices | No | Include boundary vertex positions |