Skip to content
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode/
outputs/*
ground/outputs/*
MIDAS/src/esp_eeprom_checksum.h
8 changes: 1 addition & 7 deletions MIDAS/src/gnc/constants.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// constants
const float pi = 3.14159268;
const float a = 343.0; // (m/s) speed of sound
const float rho = 1.225; // average air density
const float r = 0.0396; // (m)
const float height_full = 3.0259; // (m) height of rocket Full Stage
const float height_sustainer = 1.5021; // (m) height of rocket Sustainer
const float mass_full = 10.6; // (kg) Sustainer + Booster
const float mass_sustainer = 4.68; // (kg) Sustainer

const float gravity_ms2 = 9.81; // (m/s^2) accel due to gravity
Loading