Skip to content

Do not abort speed action execution for cubic shape

Andreas Rauschert requested to merge handle_cubic_shape_speed_action into main

We need to forward a speed action with a cubic shape to an agent/external controller by OSI::TrafficCommand. Only the agent id and target speed are important. The dynamics shape is irrelevant, since the agent uses a realistic vehicle model anyway. So the spline coefficients are not calculated for cubic shape but the ones for a linear shape are used instead. A warning is issued for the user.

Merge request reports