File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848#define sustainer_main_to_main_deploy_timer_threshold 3000
4949
5050// Height required to deploy the main parachutes (m)
51- #define sustainer_main_deploy_altitude_threshold 1006
51+ #define sustainer_main_deploy_altitude_threshold 975
5252
5353// The minimum delay between drogue deployment and main deployment
5454#define sustainer_main_deploy_delay_after_drogue 1000
132132#define booster_landed_timer_threshold 5000
133133
134134// Return state to FIRST_BOOST if not in BURNOUT for this amount of time (ms)
135- #define booster_first_boost_to_burnout_time_threshold 1000
135+ #define booster_first_boost_to_burnout_time_threshold 1500
136136
137137// Transition to LANDED from MAIN if vertical speed is less than this threshold (G)
138138#define booster_landed_vertical_speed_threshold 4
Original file line number Diff line number Diff line change 1010// Fire the pyros for this time during PYRO_TEST (ms)
1111#define PYRO_TEST_FIRE_TIME 100
1212
13- #define MAXIMUM_TILT_ANGLE (M_PI/9 ) // 20 degrees
13+ #define MAXIMUM_TILT_ANGLE (M_PI/5 ) // 36 degrees
1414
1515/* *
1616 * @brief Returns true if the error_code signals failure.
You can’t perform that action at this time.
0 commit comments