jkenney2

Results 1 issues of jkenney2

The setEncoderResolution(double ticksPerUnit, DistanceUnit distanceUnit) method calculates the resolution (in ticks/mm) as follows: resolution = distanceUnit.toMm(ticksPerUnit); The problem is resolution is not a distance, it is ticks Per distance, so...