B1VehicleDynamicData
- Stores real-time dynamic data for a vehicle including speed and steering angle.
| Property | Type | Description | Metadata |
|---|---|---|---|
| bValid | bool | Whether this dynamic data contains valid values. | |
| Speed | float | Current speed of the vehicle. | |
| SteeringAngle | float | Current steering angle of the vehicle. |