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:
Well, there could be various problems with the code. Here are some things that you should check:
Is the code in a while loop in driver control so that it constantly updates?
Is the brain screen being cleared so that the data isn’t overlapping?
If these suggestions don’t work, I would suggest that you post your code, which will enable the forum users (myself included) to help you debug. It’s hard to give many more suggestions without seeing it.