SouthEugeneRoboticsTeam / PowerUp-2018

SERT's code for the 2018 Power Up game
https://sert2521.org
MIT License
16 stars 0 forks source link

Make all our enum options SendableChoosers #17

Closed andrewda closed 6 years ago

andrewda commented 6 years ago

autoMode and controlMode should be SendableChoosers so we can display them with sexy dropdown boxes. This will make it so drivers can select auto modes easily without memorizing numbers.

FFR: http://first.wpi.edu/FRC/roborio/release/docs/java/edu/wpi/first/wpilibj/smartdashboard/SendableChooser.html

SUPERCILEX commented 6 years ago

Fixed in #20