add come to stop maneuver

This commit is contained in:
Shane Smiskol
2024-09-26 19:48:43 -07:00
parent e5870dcf20
commit 0ee8bb8f8e
@@ -72,6 +72,12 @@ class Maneuver:
MANEUVERS = [
Maneuver(
"come to stop",
[Action(-0.5, 12)],
repeat=2,
initial_speed=5.,
),
Maneuver(
"start from stop",
[Action(1.5, 3)],