mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
maneuversd: run creep test for slightly longer
This commit is contained in:
@@ -87,9 +87,9 @@ MANEUVERS = [
|
||||
Maneuver(
|
||||
"creep: alternate between +1m/s^2 and -1m/s^2",
|
||||
[
|
||||
Action(1, 2), Action(-1, 2),
|
||||
Action(1, 2), Action(-1, 2),
|
||||
Action(1, 2), Action(-1, 2),
|
||||
Action(1, 3), Action(-1, 3),
|
||||
Action(1, 3), Action(-1, 3),
|
||||
Action(1, 3), Action(-1, 3),
|
||||
],
|
||||
repeat=2,
|
||||
initial_speed=0.,
|
||||
|
||||
Reference in New Issue
Block a user