mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 00:36:32 +08:00
maneuversd: run start from stop maneuver for longer
This commit is contained in:
@@ -80,7 +80,7 @@ MANEUVERS = [
|
||||
),
|
||||
Maneuver(
|
||||
"start from stop",
|
||||
[Action(1.5, 3)],
|
||||
[Action(1.5, 5)],
|
||||
repeat=3,
|
||||
initial_speed=0.,
|
||||
),
|
||||
@@ -91,7 +91,7 @@ MANEUVERS = [
|
||||
Action(1, 2), Action(-1, 2),
|
||||
Action(1, 2), Action(-1, 2),
|
||||
],
|
||||
repeat=1,
|
||||
repeat=2,
|
||||
initial_speed=0.,
|
||||
),
|
||||
Maneuver(
|
||||
|
||||
Reference in New Issue
Block a user