From 4d4df4822aff2d568e4b3e95ea79110d260492ca Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 14 Oct 2024 13:58:31 -0700 Subject: [PATCH] maneuversd: start from stop repeats 2 times --- tools/longitudinal_maneuvers/maneuversd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/longitudinal_maneuvers/maneuversd.py b/tools/longitudinal_maneuvers/maneuversd.py index 07582c3e6c..e627274576 100755 --- a/tools/longitudinal_maneuvers/maneuversd.py +++ b/tools/longitudinal_maneuvers/maneuversd.py @@ -81,7 +81,7 @@ MANEUVERS = [ Maneuver( "start from stop", [Action(1.5, 5)], - repeat=3, + repeat=2, initial_speed=0., ), Maneuver(