waterloo-rocketry / cansw_processor_airbrakes

Processor board was developed for the 2023-2024 design cycle to perform state estimation and control tasks for Borealis's airbrakes system
2 stars 0 forks source link

run trajectory prediction code on flight data #98

Open celery6 opened 1 day ago

celery6 commented 1 day ago

Trajectory prediction didn't run (see #97)

we want to manually run the trajectory prediction code to see what it would've outputted. All required inputs to trajectory prediction are in the processor logs sheet.

Only need to run it on the data during flight until apogee.

Not sure what best way to do this is. Could copy paste the trajectory prediction lib code into a separate project and load data from the sheet into a large array to use the traj lib on. Many options here