masa-umich / Ground-Support-Software

GUI for the engine controller
1 stars 0 forks source link

Not all board states assigned, poor handling of potential mismatch #88

Open jtalier opened 2 years ago

jtalier commented 2 years ago

in Board:setBoardState, most non active MASA boards don't have state mappings. Cause a minor error thrown. Also the ControlsSideBar class uses a list (self.board_objects) that mimics a list inside of the Run class. The functionality appears to be identical and interchanged in the code. Should be condensed, and not held by the run class as indicated by the TODO.

jtalier commented 2 years ago

Was able to fix potential mismatch, board states still ongoing

commit 692048c5be4a70903850fdf8fef0dd56629b68a7