Skip to content

Commit

Permalink
maneuversd: start from stop repeats 2 times
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Oct 14, 2024
1 parent 363e020 commit 4d4df48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/longitudinal_maneuvers/maneuversd.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def active(self):
Maneuver(
"start from stop",
[Action(1.5, 5)],
repeat=3,
repeat=2,
initial_speed=0.,
),
Maneuver(
Expand Down

0 comments on commit 4d4df48

Please sign in to comment.