Update maneuversd.py

This commit is contained in:
Shane Smiskol
2024-11-07 21:45:12 -08:00
committed by GitHub
parent d899125b65
commit 3e88d680a5
+1 -1
View File
@@ -85,7 +85,7 @@ MANEUVERS = [
),
Maneuver(
"start from stop",
[Action([1.5], [5])],
[Action([1.5], [6])],
repeat=2,
initial_speed=0.,
),