maneuversd: run creep test for slightly longer

pull/33666/head
Shane Smiskol 7 months ago
parent b9f9854743
commit 6b232cf91f
  1. 6
      tools/longitudinal_maneuvers/maneuversd.py

@ -87,9 +87,9 @@ MANEUVERS = [
Maneuver( Maneuver(
"creep: alternate between +1m/s^2 and -1m/s^2", "creep: alternate between +1m/s^2 and -1m/s^2",
[ [
Action(1, 2), Action(-1, 2), Action(1, 3), Action(-1, 3),
Action(1, 2), Action(-1, 2), Action(1, 3), Action(-1, 3),
Action(1, 2), Action(-1, 2), Action(1, 3), Action(-1, 3),
], ],
repeat=2, repeat=2,
initial_speed=0., initial_speed=0.,

Loading…
Cancel
Save