FRC2706 / 2017-2706-Robot-Code

The main robot code for our 2017 Steamworks robot.
3 stars 3 forks source link

Bling Displays multiple things during teleop automatically #43

Closed KyleRAnderson closed 7 years ago

KyleRAnderson commented 7 years ago

I think it would be helpful for the bling subsystem to automatically display certain patterns during teleop. This would include

This would integrate with the GearHandler and Climb subsystems, and would continually run a command during teleop that gets all of the parameters listed above. The subsystems mentioned should have a command like GearHandler.getStatus() to make it easy for the bling subsystem to get the parameter.

I was thinking that the GearHandler.getStatus() method would return a string depending on the state of the subsystem like "loaded" if the robot has a gear, "ready" if it is ready to get a gear or "not ready" if it isn't ready to get a gear.

wakandacat commented 7 years ago

@eAUE we did what you asked for the gear handler. See #48

KyleRAnderson commented 7 years ago

@wakandacat thanks. Great job too by the way!