Log in

View Full Version : how to get the speed of the motor


ShadowWing
26-01-2013, 20:13
Is there a method of getting the speed of the motors without using Jaguar or PWM objects in our code? (the actual speed of the motor, instead of telling the motor which speed to spin at)

Ether
26-01-2013, 20:15
Is there a method of getting the speed of the motors without using Jaguar or PWM objects in our code? (the actual speed of the motor, instead of telling the motor which speed to spin at)

You would have to mount an encoder on the gearbox and read the speed from that.

ShadowWing
27-01-2013, 18:23
Thanks! We'll be trying that out soon.