This code is for my Science Olympiad Robot Tour robot, and uses pure-pursuit and PID to accurately reach its waypoints and complete on time.
- Clone the repo
git clone https://github.com/krishwu/SciOlyRobot.git-
Open in Arduino IDE
-
Install libraries
- Encoder by Paul Stroffregen
- L298N by Andrea Lombardo
- PID by Brett Beauregard
- SparkFun BNO08x Cortex Based IMU by SparkFun Electronics
- Upload code
- Create virtual environment
cd serialVisualization
python3 -m venv .venv
pip3 install -r requirements.txt- Run code
python3 runVisualization.pyMade with ❤️ by @KrishWu