Skip to content
Snippets Groups Projects
Commit da18fc36 authored by Davide Mor's avatar Davide Mor
Browse files

[Main] Updated CD correction

parent 15887887
No related branches found
No related tags found
No related merge requests found
Pipeline #10351 passed
...@@ -52,8 +52,7 @@ constexpr float DEFAULT_INITIAL_ROCKET_MASS = 33.87f; // [kg] ...@@ -52,8 +52,7 @@ constexpr float DEFAULT_INITIAL_ROCKET_MASS = 33.87f; // [kg]
constexpr float SHUTDOWN_APOGEE_TARGET = 3200; // agl [m] constexpr float SHUTDOWN_APOGEE_TARGET = 3200; // agl [m]
#endif #endif
constexpr float CD_CORRECTION_FACTOR = constexpr float CD_CORRECTION_FACTOR = 1.165f;
1.0f; // Completely random number (for now... i hope)
constexpr unsigned int SHUTDOWN_N_SAMPLES = 5; constexpr unsigned int SHUTDOWN_N_SAMPLES = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment