Skip to content

UCSD Grand PrIEEE (Line Following Robot) Competition 2019, Team 5

Notifications You must be signed in to change notification settings

Geniussh/Grand-PrIEEE-2019

Repository files navigation

UCSD Grand PrIEEE (Line Following Robot) Competition 2019, Team 5

The full documentation can be found at Team 5 Documentation

Two functions were implemented to enable the robot to follow the line and finish the competition.

  • Find the center of the line (a white tape in the non-white background)
    • Filter the input from the linescan camera
    • Determine the gradients across pixels
  • Detect the finish line
    • Determine if the number of gradients over the threshold is more than if there were just one line
    • Then simply set the motor speed to zero

The loop for completing the race is

  • Capture frame
  • Calculate center of line
  • Feed the error into PID constants
  • Set servo angle accordingly from feedback control

About

UCSD Grand PrIEEE (Line Following Robot) Competition 2019, Team 5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published