Open-Source-Satellite / Mercury-GS

An Open Source Program that allows users to interact with a Spacecraft in a lab environment, pre-launch.
Other
47 stars 8 forks source link

RecursionError in Packet Reception State Machine #13

Closed KISPE-Jamie closed 2 years ago

KISPE-Jamie commented 2 years ago

The state machine can get locked where it continually reenters a state. I suggest rewriting the state machine to instead change a state variable which, then gets switched to in a higher level function, rather than entering the next state function directly from another state.

KISPE-Jamie commented 2 years ago

Bug is now fixed following a redesign of the state machine to eliminate recursion