Skip to content

Commit 9e102da

Browse files
Merge pull request #185 from ISSUIUC/luna-flight2-thresholds
LUNA Altimeter FSM Programming
2 parents a2c755c + d9b0e4d commit 9e102da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
// This value should always be set at (launch site ASL) + (desired altitude AGL)
186186
// (Flight Parameter)
187187
// [STARGAZER 1.4] This is a "dontcare" value --> The booster does not have a drogue, we transition immediately to MAIN
188-
#define booster_main_deploy_altitude_threshold 545
188+
#define booster_main_deploy_altitude_threshold 490
189189

190190
// The minimum delay between drogue deployment and main deployment (ms)
191191
// @REC: This is a safety feature to prevent overpressurization or internal firing, and forces MAIN_DEPLOY to wait at least this much time,
@@ -208,7 +208,7 @@
208208
// Amount of time after booster burn that the stage separation event should trigger (ms)
209209
// @SDA
210210
// (Flight parameter)
211-
#define booster_first_boost_to_burnout_time_threshold 1000
211+
#define booster_first_boost_to_burnout_time_threshold 500
212212

213213
// Transition to LANDED from MAIN if vertical speed is less than this threshold (m/s)
214214
// @REC: This number should be below the MINIMUM descent velocity of the vehicle with significant margin.

0 commit comments

Comments
 (0)