Skip to content
Snippets Groups Projects
Commit 8cf1f579 authored by Emilio Corigliano's avatar Emilio Corigliano
Browse files

[Main] Changed APOGEE_TIMEOUT, ENGINE_SHUTDOWN_TIMEOUT and MEA::SHADOW_MODE_TIMEOUT

APOGEE_TIMEOUT changed to 35 seconds
ENGINE_SHUTDOWN_TIMEOUT changed to 6 seconds
MEA::SHADOW_MODE_TIMEOUT changed to 3 seconds
parent c762a279
No related branches found
No related tags found
1 merge request!90Last fixes for flight software
......@@ -34,9 +34,9 @@ namespace FlightModeManager
// Set at 15 minutes
constexpr unsigned int MISSION_TIMEOUT = 15 * 60 * 1000;
constexpr unsigned int ENGINE_SHUTDOWN_TIMEOUT = 4000;
constexpr unsigned int ENGINE_SHUTDOWN_TIMEOUT = 6000;
constexpr unsigned int APOGEE_TIMEOUT = 18 * 1000;
constexpr unsigned int APOGEE_TIMEOUT = 35 * 1000;
constexpr unsigned int CUT_DURATION = 500; // [ms]
......
......@@ -47,7 +47,7 @@ constexpr float SHUTDOWN_APOGEE_TARGET = 800; // agl [m]
#ifndef EUROC
#warning "MISSION NOT DEFINED: Using EUROC"
#endif
constexpr unsigned int SHADOW_MODE_TIMEOUT = 4500; // [ms]
constexpr unsigned int SHADOW_MODE_TIMEOUT = 3000; // [ms]
constexpr float DEFAULT_INITIAL_ROCKET_MASS = 33.69f; // [kg]
constexpr float SHUTDOWN_APOGEE_TARGET = 3200; // agl [m]
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment