From 3e88d680a5464e53fdf6eea77a24e45352001653 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 7 Nov 2024 21:45:12 -0800 Subject: [PATCH] Update maneuversd.py --- 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 9a3a745cb..6c6e252a5 100755 --- a/tools/longitudinal_maneuvers/maneuversd.py +++ b/tools/longitudinal_maneuvers/maneuversd.py @@ -85,7 +85,7 @@ MANEUVERS = [ ), Maneuver( "start from stop", - [Action([1.5], [5])], + [Action([1.5], [6])], repeat=2, initial_speed=0., ),