I've been starting to explore different methods for figuring out the location of drawing surfaces for my yet-to-be-named Drawing Robot. I have a few options available to me for use, which mainly include OpenCV, for both C++ and Python, and the imaging processing tools within MATlab. There are a few differences between these methods, and I've … Continue reading Detecting Edges of Objects using OpenCV
Category: algorithms/programming
Drawing Machine, with a Brain
Drawing machines are a decent project to build from scratch, but they are not complex robots by today's standards. They use open loop motors, and the kinematic model is relatively simple and well-understood. Open-source firmware like Marlin can be used to control the robot like a 3D printer using G and M commands, and is easily … Continue reading Drawing Machine, with a Brain
TigerBug: What’s your vector, Victor?
This is part of TigerBug, a robot design I am working on for use at RIT for research and as a fundraising tool . Take a look at the project hub for more progress on different components of this project. This update is about 2 weeks late due to the holidays, but a modicum of … Continue reading TigerBug: What’s your vector, Victor?
TigerBu(zz): The Simulation
This is part of TigerBug, a robot design I am working on for use at RIT for swarm research and as a fundraising/education tool . Take a look at the project hub for more progress on different components of this project. I (and quite a few other people in the robotics field ) am amazed by … Continue reading TigerBu(zz): The Simulation