- Develop a steering solution that allows a vehicle to follow a straight line, perform a U-Turn, and then follow the line again in the opposite direction
See Vehicle_Path_Guidance for a technical dive into the Guidance and Control solution.
This was created using Python 3.9.12.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python src/run_sim.py