StevensRockSat-C / AIR

The 2022-24 mission programming
GNU General Public License v3.0
0 stars 0 forks source link

[R.5.2.6] Handle leak to Rocket Inside #16

Open adib82302 opened 5 months ago

adib82302 commented 5 months ago

Remove tank during Full Simulation to test a leak in the rocket during a full simulation

ALEEF02 commented 3 months ago

"""Ideal""" implementation:

  1. Runs periodically in the main thread
  2. Must not interrupt existing timings / extra delay should cause no more than 2% of runtime (number I made up, unstable)
  3. Should check the main canister pressure for deviations (downwards lmao)
  4. MUST only make decisions on verified, triple-sampled pressure readings
    • Check to see if all values are not the same, i.e. new data is flowing from the sensor and not the same old data
    • Pull a median of the triple-sampled values for stringent deviation protection