Autonomous Robot
Autonomous line following robot driven by PID controller.
About this project This project was a class related project.
Key features
- Self-driving
- Differential steering mechanism
- PID controlled
Source code Function that reads 5 different IR sensor values and compute the differential factor
After feeding the sensors’ data into the PID controller, we can feed the output of the PID controller into a function which controls the speed of the motor.