Team2168 / 2015_Main_Robot

Source code for the 2015 season
2 stars 0 forks source link

Encoder rate and distance methods #35

Closed NotInControl closed 9 years ago

NotInControl commented 9 years ago

All Encoders should be of type AverageEncoder and use getRate() method for returning the angular rate, and getPos() method for circumferential distance traveled

Do not use getDistance() as it is not scaled by the proper units.

Benmw99 commented 9 years ago

did this in the EncoderMethods branch