FRC2706 / 2019-2706-Robot-Code

The main robot code for the FIRST 2019 challenge: Deep Space
MIT License
2 stars 0 forks source link

Fluid trigger lift override #141

Closed KyleRAnderson closed 5 years ago

KyleRAnderson commented 5 years ago

Working towards #125.

Summary of Changes

Testing Performed

Environment: Practice bot. Moved the lift up and down on manual and then switched to override and verified that the override was running when it should run (with print statements) and manual was running otherwise.

kevlam2706 commented 5 years ago

Cool. As discussed we will leave overrideUp out of the regular code because Bad Things Can Happen (TM) if it happens accidentally, but if we ever do need it in an emergency it will be tested and ready to use.