Vision based Line Follower: Difference between revisions

From Rsewiki
No edit summary
No edit summary
Line 1: Line 1:
[[File:regbotVision.JPG|200px]]
==Hardware needed==
==Hardware needed==
A list of hardware necessary for installing and running the software from this project
For utilizing the line follower application for RegBot robots the following things are needed:
 
* A fully functional RegBot programmed with latest version of the robot software. Consult [http://rsewiki.elektro.dtu.dk/index.php/Regbot#Software_download this] section to ensure that.
* A clean Raspberry Pi (model 2 and above is preferred). In case the Pi is clean with an OS newly installed simply skip the ''Raspberry Pi'' section under ''Software Installation''.
* A Raspberry Pi [https://www.raspberrypi.org/help/camera-module-setup/ camera modul].
* A few female/female jumper wires for connecting the Raspberry Pi with the RegBot.
 
==Software installation==
==Software installation==
Instructions on how to install the needed software on clean Raspberry Pi
Instructions on how to install the needed software on clean Raspberry Pi
===Raspberry Pi===
===Raspberry Pi===
===OpenCV 3===
===OpenCV 3===
==Line Follower application==
==Line Follower application==
<!-- ==Communication==
<!-- ==Communication==
==Image processing==
==Image processing==
==Control==
==Control==
==To do== -->
==To do== -->

Revision as of 15:40, 2 March 2016

Hardware needed

For utilizing the line follower application for RegBot robots the following things are needed:

  • A fully functional RegBot programmed with latest version of the robot software. Consult this section to ensure that.
  • A clean Raspberry Pi (model 2 and above is preferred). In case the Pi is clean with an OS newly installed simply skip the Raspberry Pi section under Software Installation.
  • A Raspberry Pi camera modul.
  • A few female/female jumper wires for connecting the Raspberry Pi with the RegBot.

Software installation

Instructions on how to install the needed software on clean Raspberry Pi

Raspberry Pi

OpenCV 3

Line Follower application