FRC-Team-1710 / FRC1710-2018

Team 1710's robot code for 2018.
2 stars 0 forks source link

Make the lift safer by implementing the hall effect sensors. #49

Closed Team1710CTO closed 6 years ago

Team1710CTO commented 6 years ago

There are two hall effect sensors on the bot, one at the top and one at the bottom. If the one at the top is triggered the lift should not be able to move up. If the lift at the bottom is triggered, the lift should not be able to move down. If you look at lift.manipulateLift() we prevent the lift from smashing but checking the encoder value, that is not always accurate. To utilize these hall effects it will require that you:

pennbrabec commented 6 years ago

added hall effect senors to stop the lift from breaking at the top and at the botton