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

Add decoding of angular velocity data blocks #97

Closed linguini1 closed 4 months ago

linguini1 commented 4 months ago

Angular velocity data blocks are ready for transmission as per https://github.com/CarletonURocketry/packager/pull/66.

Add the decoding class so that we can receive those packet types! Make sure to reference the spec in https://github.com/CarletonURocketry/telemetry-format/.