pathfinder-for-autonomous-navigation/FlightSoftware

[PTest] Test RadioSession with AMC

Closed this issue · 1 comments

Currently, the way RadioSession makes and stores statefields in a json for uplinks might not allow changes to states already written to or the addition of states to the packet after writing multiple states once. We need to adjust RadioSession as necessary so that the states written in each iteration of the AMC get written to an uplink, and test that this behavior works successfully.

Fixed by #649