get_detected_objects
Retrieve the current list of detected objects (vehicles, pedestrians, etc.) with positions, velocities, and classifications. Optionally filter by object type.
Instructions
Get list of currently detected objects (vehicles, pedestrians, etc.) with positions, velocities, and classifications.
Args: object_type: Filter by object type (all, vehicle, pedestrian, bicycle, motorcycle)
Returns: List of detected objects with properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||