open_simulation_interface
v3.4.0 (2021-11-18)
|
The traffic update message is provided by traffic participant models to provide updates to their position, state and future trajectory back to the simulation environment. The message is designed to update data of exactly one traffic participant, optionally with an attached trailer. More...
Public Attributes | |
optional InterfaceVersion | version = 1 |
optional Timestamp | timestamp = 2 |
repeated MovingObject | update = 3 |
The traffic update message is provided by traffic participant models to provide updates to their position, state and future trajectory back to the simulation environment. The message is designed to update data of exactly one traffic participant, optionally with an attached trailer.
optional Timestamp osi3::TrafficUpdate::timestamp = 2 |
The data timestamp of the simulation environment. Zero time is arbitrary but must be identical for all messages. Zero time does not need to coincide with the UNIX epoch. Recommended is the starting time point of the simulation.
repeated MovingObject osi3::TrafficUpdate::update = 3 |
Updated traffic participant data
optional InterfaceVersion osi3::TrafficUpdate::version = 1 |
The interface version used by the sender (traffic participant model).