Updated Project: Putting LEGO Spike on steroids
Copilot for code completion, debugging and writing examples
Gemini Nano banana for logo generation
ChatGPT for research on picamera2 library
Updated Project: Putting LEGO Spike on steroids
Copilot for code completion, debugging and writing examples
Gemini Nano banana for logo generation
ChatGPT for research on picamera2 library
Added remote drive capabilities: now you can control the robot from the desktop app or via a game controller, and also get a record of the actions the robot took.
RemoteDriveController which can run in two modes: socket (desktop app) or controller.WIP: Still need to compile the received “code” into actual code
Devlog note: First time video editing, apologies for the quality.
Log in to leave a comment
This devlogs mostly consists of two 11.59 PM sleep deprived coding sessions. So I don’t remember much other than fixing some issues with the vision module. This is an AI review of the last changes:
Log in to leave a comment
Log in to leave a comment
merge_close_contours function with the help of ClaudeCamera module compatible with both rpicam-apps and picamera2
ContourDetectorclassLog in to leave a comment
I started working on this project again. I am planning to add object detection and maybe some other cv capabilities.
Since the day I started this project I am trying to make it portable and easy to setup. I changed the project structure a bit and now I will be producing a .pyz file that will be the only thing necessary for running this project! 
Log in to leave a comment