Skip to content

Commit e1203dc

Browse files
committed
threshold updates
1 parent 56a528c commit e1203dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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
@@ -132,7 +132,7 @@
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

MIDAS/src/hardware/Pyro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.

0 commit comments

Comments
 (0)