mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
add come to stop maneuver
This commit is contained in:
@@ -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)],
|
||||
|
||||
Reference in New Issue
Block a user