File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MIDAS/src/finite-state-machines Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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,
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.
You can’t perform that action at this time.
0 commit comments