SalineSingularityFRC / FRC2016

FRC-2016
0 stars 0 forks source link

Brake function for arm #88

Open MaxBrenner opened 8 years ago

MaxBrenner commented 8 years ago

The regular brake mode on the robot cannot stop the arm's momentum. We have to write our own.

The concept is that we set the motor to a speed in the opposite direction than the one the arm is moving to stop the arm in place. Taking into account encoder data for the arm could help.