add come to stop maneuver

pull/33662/head
Shane Smiskol 8 months ago
parent e5870dcf20
commit 0ee8bb8f8e
  1. 6
      tools/longitudinal_maneuvers/maneuversd.py

@ -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)],

Loading…
Cancel
Save