maneuversd: run start from stop maneuver for longer

pull/33666/head
Shane Smiskol 8 months ago
parent 238a1fc56a
commit b9f9854743
  1. 4
      tools/longitudinal_maneuvers/maneuversd.py

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

Loading…
Cancel
Save