open_simulation_interface
v3.4.0 (2021-11-18)
|
The scenario engine provides control commands in the traffic command message to traffic participant models. The control commands are based on the scenario. More...
Public Attributes | |
optional InterfaceVersion | version = 1 |
optional Timestamp | timestamp = 2 |
optional Identifier | traffic_participant_id = 3 |
repeated TrafficAction | action = 4 |
The scenario engine provides control commands in the traffic command message to traffic participant models. The control commands are based on the scenario.
repeated TrafficAction osi3::TrafficCommand::action = 4 |
Commanded traffic action(s) if any.
optional Timestamp osi3::TrafficCommand::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. It is recommended to use zero timestamp as the starting time point of the simulation.
optional Identifier osi3::TrafficCommand::traffic_participant_id = 3 |
The ID of this traffic participant.
optional InterfaceVersion osi3::TrafficCommand::version = 1 |
The interface version used by the sender (scenario engine).