You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the turn rate, I'm not clear how Pybricks implements this. Way I see it, I can easily set a speed and rate-of-turn value that results in an unachievable motor speed. Something will have to give in that case, but for Pybricks, I'm not sure if its implementation sacrifices forward speed and maintain rate of turn, or the other way around. If you have any insights into this, do share. From your code, it looks like you're working on a best effort basis; setting the required motor dps even if it's not achievable. I know that the Pybrick drive base synchronizes the two motors, so it probably isn't doing it that way.
The text was updated successfully, but these errors were encountered:
Feedback on code:
For the turn rate, I'm not clear how Pybricks implements this. Way I see it, I can easily set a speed and rate-of-turn value that results in an unachievable motor speed. Something will have to give in that case, but for Pybricks, I'm not sure if its implementation sacrifices forward speed and maintain rate of turn, or the other way around. If you have any insights into this, do share. From your code, it looks like you're working on a best effort basis; setting the required motor dps even if it's not achievable. I know that the Pybrick drive base synchronizes the two motors, so it probably isn't doing it that way.
The text was updated successfully, but these errors were encountered: