Anonymous

Difference between revisions of "Line follower algorithm"

From cod3v
Line 5: Line 5:
== Introduction ==  
== Introduction ==  


The easiest line follower algorithm is Zig Zag algorithm, which goes like zig zag and never straight. However, it is funny to observe the movements of the robot, and test the meaning of the different parameters.
The easiest line follower algorithm is the Zig Zag algorithm, which makes the robot move like zig zag and never straight. However, it is funny to observe the movements of the robot, and test the meaning of the different parameters.


=== Aim ===
=== Aim ===