This is the project repo for the final project of the Udacity Self-Driving Car Nanodegree: Programming a Real Self-Driving Car. For more information about the project, see the project introduction here.
- Team Name:
- Defender
- Team Lead : Peter Barry :Udacity: [email protected] : slack @peter.barry
- Team Members
- Antonia Reiter : Udacity: [email protected] : Slack @antonia
- Ahmed Zikry : Udaciy: [email protected] : Slack @zika
- Waqas Malik : Udacity: [email protected] : Slack @waqas
git clone https://github.com/CarND-Capstone-Defender/car-nd-capstone.git
To Build the docker instance ( note we updated some versions of of packages in the requirements.txt)
call following sequence in the shell
./builddocker.sh
./rundocker.sh
./runme_sim.sh
./runme_site.sh
Build the docker container
sudo docker build . -t capstone
Run the docker file
docker run -p 4567:4567 -v $PWD:/capstone -v /tmp/log:/root/.ros/ --rm -it capstone
- Clone the project repository
git clone https://github.com/CarND-Capstone-Defender/car-nd-capstone.git
- Install python dependencies
cd CarND-Capstone
pip install -r requirements.txt
- Make and run styx
cd ros
catkin_make
source devel/setup.sh
roslaunch launch/styx.launch
- Run the simulator