FairportRobotics / Bot2019

This is where the bot codez goes
GNU General Public License v3.0
1 stars 0 forks source link

Start work on vision processing using Raspberry Pi / OpenCV / etc #35

Open h1d3m3 opened 5 years ago

h1d3m3 commented 5 years ago

Basic goals:

talonred commented 5 years ago

The idea behind follow bot is as follows:

-On startup, robot identifies a piece of vision tape. -As the tape moves, the robot follows. If the tape moves away from the robot, the robot moves toward the tape. If the tape moves toward the robot, the robot moves away. Left, right, etc.

This can be accomplished by detecting the size and center of the tape rectangle in the image and comparing to the calculation of first seen frame.