-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d37cce5
commit 402b209
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# PID-Line-Follower | ||
|
||
* pid_linefollower.ino is a program for a robot which can follow a curvilinear path. It is directed by a line on a surface, wherein both are of different colors. It uses a PID controller, which makes the robot follow the path (according to the values obtained from a 5 IR sensor-array) using differential drive system. The speeds of the left and right motors are regulated using the correction term obtained from the PID algorithm. | ||
* pid_linefollower.ino is a program for a robot which can follow a curvilinear path directed by a line on a surface, wherein both are of different colors. It uses a PID controller, which makes the robot follow the path (according to the values obtained from a 5 IR sensor-array) using differential drive system. The speeds of the left and right motors are regulated using the correction term obtained from the PID algorithm. |