thedropbears / pystronghold

Python control code for 2016 FRC - Stronghold
2 stars 6 forks source link

Transition to new MagicBot state machine #42

Open james-ward opened 8 years ago

james-ward commented 8 years ago

Latest MagicBot implementation includes support for state machines. This will make auto much easier to maintain. http://robotpy-wpilib-utilities.readthedocs.io/en/latest/magicbot.html#module-magicbot.state_machine

james-ward commented 8 years ago

This should also be applied to our components - shooter and intake.