Smooth multi-part movements #2143
Unanswered
dsplaisted
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Have you tried Documentation: https://docs.pybricks.com/en/stable/parameters/stop.html#pybricks.parameters.Stop.NONE |
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.
-
Hi,
We're using PyBricks for FLL, and it's working well. However, more complicated paths can consist of a bunch of different movements strung together. For each segment, the robot accelerates at the beginning and then decelerates to a stop at the end.
It seems like we could save time for the runs if we avoid these starts and stops.
Is there a good way to avoid this? I was thinking it would be nice if we could define the path segments up front and then the robot could run them all, transitioning from one to the next without stopping. This might somewhat reduce the accuracy of exactly following the path segments but if it's still pretty consistent from run to run that should be fine.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions