Skip to content

Commit

Permalink
fix thshld
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkarpov-ui committed Feb 21, 2025
1 parent 6068840 commit 06c9fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIDAS/src/finite-state-machines/thresholds.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define sustainer_landed_timer_threshold 5000

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

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

0 comments on commit 06c9fc0

Please sign in to comment.