FtcRobotController
FtcRobotController copied to clipboard
DCMotorEx getVelocity overflow
It appears that the maximum return value of getVelocity()
is limited due to variable size and as a result, when using systems that result in encoder readings with very high ticks per second, the overflow results in an incorrect value for the velocity of the encoder.