2024-12-01T00:08:31.655ZAdded a test method to track distance robot traveled over a duration of time at a certain voltage in C++.2024-11-29T18:13:18.906ZUsing Pyautogui to click on coordinates on my screen.2024-11-28T23:23:39.548ZModeled a new Odometry class for tracking robot position.2024-11-28T19:36:35.904ZStarting to port over a PID implementation from a library to my own robot code. Hoping to port/edit more code from this library in the following days.2024-11-27T19:11:07.372ZFigured out how to better calculate the center coordinate for an object on the screen that is being template matched (using CV2 and Python).2024-11-27T18:44:29.846ZIt can now template match all ingredients, and pretty efficiently because the screenshot only takes a region of the screen!2024-11-27T07:47:51.772ZFigured out how to find the width and height of the current display, and used it to crop an image that fits certain elements well within the frame.2024-11-26T20:10:09.693ZAdded the ability to time each function through Python time utility functions & formatted print statements.2024-11-26T07:51:14.981ZStarted using OpenCV with Python to recognize images within other images (template matching)!
Added a test method to track distance robot traveled over a duration of time at a certain voltage in C++.
Starting to port over a PID implementation from a library to my own robot code. Hoping to port/edit more code from this library in the following days.
Figured out how to better calculate the center coordinate for an object on the screen that is being template matched (using CV2 and Python).
It can now template match all ingredients, and pretty efficiently because the screenshot only takes a region of the screen!
Figured out how to find the width and height of the current display, and used it to crop an image that fits certain elements well within the frame.
Added the ability to time each function through Python time utility functions & formatted print statements.