open_simulation_interface
v3.4.0 (2021-11-18)
|
Public Attributes | |
optional double | max_acceleration = 1 |
optional double | max_deceleration = 2 |
optional double | max_speed = 3 |
This message is used in Longitudinal and Lateral Distance Actions as constraints on the TrafficParticipant not allowing them to exceed/drop below certain speeds/acceleration levels.
optional double osi3::TrafficAction::DynamicConstraints::max_acceleration = 1 |
Maximum acceleration the distance contoller is allowed to use for keeping distance.
Unit: m/s^2
optional double osi3::TrafficAction::DynamicConstraints::max_deceleration = 2 |
Maximum deceleration the distance contoller is allowed to use for keeping distance.
Unit: m/s^2
optional double osi3::TrafficAction::DynamicConstraints::max_speed = 3 |
Maximum speed the distance contoller is allowed to use for keeping distance.
Unit: m/s