maneuversd: start from stop repeats 2 times

This commit is contained in:
Shane Smiskol
2024-10-14 13:58:31 -07:00
parent 363e020ce6
commit 4d4df4822a
+1 -1
View File
@@ -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(