Team4761 / 2017-Robot-Code

FIRST® STEAMWORKS
4 stars 0 forks source link

SmartDashboard stuff belongs in OI.java #57

Open simon-andrews opened 7 years ago

simon-andrews commented 7 years ago

OI stands for Operator Interface. SmartDashboard is an interface for operators.

UnknownSilicon commented 7 years ago

The problem with this is that some stuff needs to be run periodically but there is not a way I can think of to do that.

simon-andrews commented 7 years ago

We could make a method in OI for updating all that stuff then call that method in robotPeriodic.