Replies: 1 comment 1 reply
-
|
I think you might want to use
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This something that I've never really understood.
Using the following example, I'd like both motors to start at the same time and then run for x and y degrees. The motors won't run unless a wait time is included. I need the shortest possible wait time
andfrom experimentation I've found that half a second seems to be the minimum.Is what I'm doing correct, and if it is, what's the minimum wait time?
x_motor.track_target(x) #wait(500) y_motor.track_target(y) wait(500)I'm not sure why the formatting's not working, it usually does.
Beta Was this translation helpful? Give feedback.
All reactions