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

Why didn't trajectory prediction run at all??? #97

Open celery6 opened 1 day ago

celery6 commented 1 day ago

For still unknown reasons, trajectory prediction never reached this line of code where it's supposed to log predicted apogee. It also likely did not run the next line of code which unblocks apogeeQueue, because the controller task never received anything from this queue.

I can't tell where exactly the trajectory task got stuck, but it must be somewhere before those 2 lines mentioned above.

possibilities we've thought of so far:

steps to take: