cobracommanders/FRC-2019-Robot

Operator Class

pcgeek2301 opened this issue · 1 comments

The Operator Class code should be able to handle the following;

  • implementing the controller class

  • this is just the event handling for the buttons, this class is where we can call our commands that we want our robot to do and set them to a button on the controller.

Created the operator with Bianca class and implemented the controller though i left as a comment due to the class being on another branch not yet pushed to master