Friday, January 24, 2025

057 Lets Test All The Zoomies Maneuvers

With a complete rewrite of the program for the Raspberry Pi PICO controlled robot (Zoomie), it is time to test the maneuvers again to make sure they are more reliable, robust, and accurate.  A lot of explanation is provided about the change of the program to using classes and how that affected everything involved.  This is a good example of why some larger MicroPython programs benefit greatly from Classes.   


Cheers!

Chris

No comments:

Post a Comment

Looking At Maneuver Changes - The Logic Has Changed

With all the changes in the last few months regarding simplification, a lot has changed in the code for making each maneuver. Sensors have b...