Team138Entropy / Entropy2020

Team 138 FIRST Robotics Infinite Recharge 2020
4 stars 0 forks source link

Fix State Machines to allow both autonomous and tele-op without working around the state machine #155

Open jhinspeter opened 4 years ago

jhinspeter commented 4 years ago

Currently, some functionality is performed outside the state machine meaning that logic to move the state machine through its states is actually outside the state machine. This will lead to software that cannot easily be maintained. Suggestions:

maxh65000 commented 4 years ago

I'll look at this but it's too close to the first competition to change working code. I'll look at this after that.