Replies: 2 comments 2 replies
-
It has units of degrees per second. For most motors, the maximum speed is about 1000 deg/s. To see the default maximum speed, you can display
Rotating at |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi Bert, This is what I found in the official LEGO documentation
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
by editing the number within the parenthesis we can control how fast the motor can move:
right_motor.run(number)
now my question is, what is the maximum number that can be put into here? if I set the speed to 100 and then change it to 500, there is a noticeable difference. but if we set to 100000000 and compare it to 100000000000 there is zero difference. so essentially, at what point does the speed stop changing in relation to the number?
Beta Was this translation helpful? Give feedback.
All reactions