HonzaLed

HonzaLed

0-day streak
Implemented basic software-in-the-loop testing support. It: • Reads simulation data from a CSV file (I wrote a custom parser for OpenRocket CSV files specifically, they include comments, so a normal CSV reader failed to parse it) • Runs the same code for figuring out the state vector of the vehicle • Runs the control loop as it would under normal operation (not implemented yet, working on it rn) • Logs the data as usual (not implemented yet, working on it rn) Here is the commit: github.com/Orange-Space-Technologies/AstroFlight/commit/de32660288a33aac8e6839d8cf85433c3f5787f3