Skip to content

Udacity's Self-Driving Nano Degree Final Project

License

Notifications You must be signed in to change notification settings

elias3/CarND-Capstone

 
 

Repository files navigation

Usage

  1. Clone the project repository
git clone https://github.com/udacity/CarND-Capstone.git
  1. Install python dependencies
cd CarND-Capstone
pip install -r requirements.txt
  1. Make and run styx
cd ros
catkin_make
source devel/setup.sh
roslaunch launch/styx.launch
  1. Run the simulator

Make commands

  1. Build docker container
make build
  1. Run docker container
make run
  1. Attach to docker container
make attach
  1. Prepare workspace for integration test
make test-init

Team Lead

Team Members

Docs

About

Udacity's Self-Driving Nano Degree Final Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 38.4%
  • CMake 36.2%
  • C++ 23.8%
  • Other 1.6%