Team-4536 / FRC-2017-Public

Repository for our 2017 robot code.
0 stars 0 forks source link

investigate encoder slipping #251

Closed inkling16 closed 7 years ago

inkling16 commented 7 years ago

Try the following to fix encoder slipping issues: Check rate measurements to see if they are more consistent than position measurements (perhaps using a drill?) Try all encoding type arguments in the constructor (see WPILib documentation) Try tons of different PWM port configurations (including slots other than 0-3 in case one of those is bad). Use the index wire on the encoders. Use getRaw() method