AltoPonixClub / monitor

S2 Robot Code
GNU General Public License v3.0
2 stars 0 forks source link

Enforce Initialization of State and Output vars in Constructor #45

Open aoberai opened 2 years ago

aoberai commented 2 years ago

Otherwise many problems are going to exist. Prevents threading from working when subsystems use state variables that are supposed to be initialized by other subsystems but are not.

aoberai commented 2 years ago

unit tests