Is there any way to do so?
for example, stop motors with a certain amount of rotations
Is there any way to do so?
for example, stop motors with a certain amount of rotations
you could use rotate for.
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.