Skip to content

Commit

Permalink
add come to stop maneuver
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Sep 27, 2024
1 parent e5870dc commit 0ee8bb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/longitudinal_maneuvers/maneuversd.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ def active(self):


MANEUVERS = [
Maneuver(
"come to stop",
[Action(-0.5, 12)],
repeat=2,
initial_speed=5.,
),
Maneuver(
"start from stop",
[Action(1.5, 3)],
Expand Down

0 comments on commit 0ee8bb8

Please sign in to comment.