This is a template for one of the challenges in the the AI Driving Olympics.
The online description of this challenge is here.
For submitting, please follow the instructions available in the book.
This is a simple template for an ROS agent that does Lane Following with the Duckietown stack.
To run locally:
pip2 install --user -r requirements.txt
pip2 install --user -e git://github.com/duckietown/gym-duckietown.git#egg=gym-duckietown
python2 local_experiment.py
If you are looking to use the old Duckietown stack (as is the case, running it out of the box), you will need to follow these steps in addition to 1 and 2 above:
2a. Clone this repository
2b. cd Software/catkin_ws && catkin_make
2c. source devel/setup.bash
And then, you can run step 3.