Replies: 1 comment
-
Thanks for asking! The Setting the speed once in For Indeed, acceleration affects all drive / turn / straight / curve functions. |
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
-
I see that the settings() function for drivebases don't affect the speed in the drive() function. I haven't tested it, but I assume that the acceleration values in the settings() function are used by the drive() function? My question is why it is broken up this way. I feel like I am missing something. It seems to me either the drive function should take acceleration parameters, or no parameters and everything is set by the settings() function. Really, just curious, but mostly wondering if I am just missing something because it seems odd to have this partial overlap. In other words, what is the best way to use the drive function if we also want to control acceleration? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions