Using Computer Vision, we need to be able to identify objects on the playing field (the grid itself, the roombas, and the roombas we need to avoid) to do this, we need to be able to recognize objects as seen by a camera.
This task involves taking an image from a camera and recognizing simple objects (such as a circle/cylinder or box/cube)
This task can be done via a ROS node or code which shows the proof-of-concept of being able to identify a simple shape out of various pictures that would be received from a camera.
Using Computer Vision, we need to be able to identify objects on the playing field (the grid itself, the roombas, and the roombas we need to avoid) to do this, we need to be able to recognize objects as seen by a camera.
This task involves taking an image from a camera and recognizing simple objects (such as a circle/cylinder or box/cube)
This task can be done via a ROS node or code which shows the proof-of-concept of being able to identify a simple shape out of various pictures that would be received from a camera.