Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

A fast Line following, Maze solver robot based on PID algorithm.

Notifications You must be signed in to change notification settings

spider-tronix/LineFollower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A general purpose differential-drive bot that can be used for various events.

Code base tree

.
│── Gen1 : Meshmerize 2018 zonals, IITB TechFest
│   ├── actualrun
│   ├── Basic
│   │   ├── blackleft
│   │   ├── blackright
│   │   ├── whiteleft
│   │   └── whiteright
│   ├── calibration
│   ├── dryrun
│   ├── solving
│   ├── Today-Finals
│   ├── Track images
│   └── With EEPROM only
│       ├── BlackLeftEEPROM
│       ├── BlackRightEEPROM
│       ├── WhiteLeftEEPROM
│       └── WhiteRightEEPROM
├── Gen2 : Meshmerize 2019 zonals, IITB TechFest
│   ├── Meshmerizer
│   └── shortestPath
└── Gen3 : Meshmerize 2019 Finale, IITB TechFest
    └── Designs
        ├── sensorsPCB : 9 IR sensor PCB board with 3 control pins for controlling IR TX  
        └── shieldPCB

About

A fast Line following, Maze solver robot based on PID algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • C 2.0%
  • Other 0.5%