FRC2832 / Robot_2018

FRC Team 2832's code for 2018 - FIRST PowerUp. Java for Robot control, C++ for Arduino additional functionality
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Detect if "elevator" is extended? #2

Open pzcode opened 6 years ago

pzcode commented 6 years ago

Random thought - Is there any point when we need to prevent Lift Motor activation if the robot is not expanded? In Auton at beginning, expanding is probably first step and we won't call motor. What about when climbing, to avoid bumping the Lift motor control after robot is collapsed?

Mr. Zobel