DeepBlueRobotics / RobotCode2018

All of our code for FRC's 2018 game: FIRST Power Up.
5 stars 11 forks source link

Let operator stop intake motors? #103

Closed brettle closed 6 years ago

brettle commented 6 years ago

At the moment there does not seem to be a way for the operator to stop the intake motors after they've been started (in either direction). The only time they appear to be stopped is when a cube is in the intake.

@lhmcgann was this an oversight or was it desired behavior from the operator's perspective?

The fix might be as simple as changing whenPressed() to whileHeld() for the current intake commands.

brettle commented 6 years ago

Let operator stop intake motors?