Turtle Bot and ROS1

The TurtleBot is a pre-built ROS1 robot designed for autonomous navigation and object detection.

For this project, the robot had to navigate a maze and locate two doors — one marked with a green dot, the other with a red dot. Using OpenCV (CV2), the robot identified the correct door based on color.

Once inside, it had to search for a Cluedo character displayed on the wall. To identify the character, the system leveraged Harris Corner Detection, allowing accurate recognition even in a small-scale, cluttered environment.

🔧 Approach & Implementation

💡 Key Takeaways