Hi! We’re trying to figure out how fast each of our motors are moving so that we can fix a problem in our robot. We are trying to use code to figure this out, but instead of showing us the velocity that our motors are moving at, it just shows 0.
This is an example for one of the motors:
Brain.Screen.print(leftForward.velocity(vex::velocityUnits::pct));
Could someone give us another example of what we should write? Thank you!