JDwyer009
JDwyer009
When driving fwd, if you steer left on the controller, the car/robot turns left (or more correctly arcs to the left - As it should) If you continue to steer...
Thanks Laurens. Much appreciated.
Hi Laurens, I'd politely like to disagree with leaving this bug in based on existing legacy programs. Despite this issue being around since the EV3, my suggestion would still be...
Thank you very much for reconsidering this. PS your existing user base will be more than smart enough to fix their old programs if necessary. ;) AND your new user...
Thanks Laurens, Yes, I'm happy to help as much as possible. I'll put a test program together.
@laurensvalk Here is a program to test and explain most of the functionality of the DriveBase() class. Is this along the lines of what you were asking? ``` from pybricks.pupdevices...
That works for me. :)
> Thanks for the test program. Can you have a look at the example snippet above with the assert statements? > > It's very useful if a program can test...
> Thank you, that looks great! > > And you could try [pybricks/pybricks-micropython#212](https://github.com/pybricks/pybricks-micropython/pull/212) to try the alternate behavior. Thanks @laurensvalk. I tested the newest firmware and the program worked as...
Thanks @laurensvalk I've edited my original code post to reflect the changes you suggested above and the results now appear to be reliably correct. :)