RMRobotics / FTC_5421_2014-2015

Assets for 2014-2015 Team 5421 FIRST Tech Challenge.
MIT License
6 stars 1 forks source link

Add some sort of encoder delay #50

Closed jimmyli97 closed 9 years ago

jimmyli97 commented 9 years ago

Apparently (thanks again cougar robotics) this is a problem - sometimes the encoder will spit out an entirely wrong value and everything goes haywire. This will be tricky to solve because of the way our encoder code is written right now, as the function for limiting encoder values is not meant to have a delay as it's supposed to be called in a loop... but we can sacrifice that for this if necessary.