Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinamrsachdeva authored Mar 15, 2019
1 parent d37cce5 commit 402b209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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.

0 comments on commit 402b209

Please sign in to comment.