Stop Motors without bumper switch?

Is there any way to do so?

for example, stop motors with a certain amount of rotations

you could use rotate for.

1 Like

Please, take a look at V5 motor API reference:

https://api.vexcode.cloud/v5/html/classvex_1_1motor.html

You can, also, continually check motor position in a loop by calling motor.position() function.

1 Like