Skip to content

Commit 06c9fc0

Browse files
committed
fix thshld
1 parent 6068840 commit 06c9fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIDAS/src/finite-state-machines/thresholds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#define sustainer_landed_timer_threshold 5000
6464

6565
// Return state to FIRST_BOOST if not in BURNOUT for this amount of time (ms)
66-
#define sustainer_coast_time 3000
66+
#define sustainer_coast_time 1500
6767

6868
// Transition to LANDED from MAIN if vertical speed is less than this threshold (m/s)
6969
#define sustainer_landed_vertical_speed_threshold 4

0 commit comments

Comments
 (0)