Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Task 1A

Line Follower using PID


Task Objective:

The Objective of this Task is to implement a generic control_loop with your PID control algorithm so that the lineFollower follows the line from start point to end point in the CoppeliaSim Simulator.

What to do

  • Implement the PID Controller in the control_loop.
  • Make the Robot Follow the Line from start to end.

Getting Started:

PID Controller:

  • Download the following files for the Task1A.

  • Inside task_1a folder you will find few files and folders.

Task 1A Folder Structure
Figure 1: Task 1A folder layout

  • You have to add Your logic in the file Task1a.py.

NOTE: You must not make any modification in the task1a_scene.ttt of Task 1A.