Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 490 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 490 Bytes

Line Follower Resources

Resources for the Line Follower Competition, Winter 2015

There are two versions of the line follower algorithm in this repo:

  • A simple control algorithm with two sensors that just switches direction (code).
  • A more advanced control system with a PID loop (code).