FtcRobotController icon indicating copy to clipboard operation
FtcRobotController copied to clipboard

DCMotorEx getVelocity overflow

Open Ridleyyy opened this issue 10 months ago • 2 comments

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.

Ridleyyy avatar Apr 09 '24 02:04 Ridleyyy