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

[ENHANCEMENT] Implement Altitude Data Block #46

Closed linguini1 closed 9 months ago

linguini1 commented 10 months ago

Problem

Packet encoding broke. We need to write decoding for altitude data blocks.

Proposed Solution

See stub in modules/telemetry/v1/data_block.py

matt-bekkers commented 10 months ago

I'm confused as to how to link a branch to this, it should just be the altitude-db one but it's closed?

TASelwyn commented 10 months ago

@matt-bekkers I believe it's because packets-v1 is still a branch, so you should be PRing to that branch and not main.

linguini1 commented 9 months ago

This was completed anyways!