CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
7 stars 6 forks source link

GNSS Sats, Deployment Fixes, Unit Tests, Logging and more! #19

Closed TASelwyn closed 1 year ago

TASelwyn commented 1 year ago

Samples mpu9250 data together, improved type hints all around, mag resolution properly outputted, unit tests using pytest, switched to pythons logging library, added new deployment states, prepared replay for new mission format, fixed glonass_sats_in_use reading the incorrect bitfield, and updated README. Misc bug fixes.

Type hinting almost completed

Fixes #4 Fixes #18