maneuversd: start from stop repeats 2 times

pull/33788/head^2
Shane Smiskol 6 months ago
parent 363e020ce6
commit 4d4df4822a
  1. 2
      tools/longitudinal_maneuvers/maneuversd.py

@ -81,7 +81,7 @@ MANEUVERS = [
Maneuver( Maneuver(
"start from stop", "start from stop",
[Action(1.5, 5)], [Action(1.5, 5)],
repeat=3, repeat=2,
initial_speed=0., initial_speed=0.,
), ),
Maneuver( Maneuver(

Loading…
Cancel
Save