vehicle_state
Retrieve a vehicle's position, velocity, direction, and speed for real-time monitoring and control in BeamNG simulations.
Instructions
Read one vehicle's position, velocity, direction, and speed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vehicle_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| model | No | ||
| position | No | ||
| velocity | No | ||
| connected | No | ||
| direction | No | ||
| speed_mps | No | ||
| vehicle_id | Yes |