- This is the capstone project for Udacity's Self Driving Car Nanodegree. This code is aimed to run in an actual physical self-drive vehicle.
This repository is maintained by the following:
- Lukasz Janyst (xyz@jany.st)
- Mithi Sevilla (mithi.sevilla@gmail.com)
- Maurice Loskyll (maurice@loskyll.de)
- Kostas Oreopoulos (kostas.oreopoulos@gmail.com)
- Install ROS Kinetic
- Dataspeed DBW
- Use this option to install the SDK on a workstation that already has ROS installed: One Line SDK Install (binary)
- Download the Udacity Simulator.
- Clone the project repository
git clone https://github.com/udacity/carla-driver.git
- Install python dependencies
cd carla-driver
pip install -r requirements.txt
- Install ROS dependencies
sudo apt install ros-kinetic-pcl-ros
- Download the TensorFlow models to your
~/.ros
directory
- Make and run styx
cd ros
catkin_make
source devel/setup.sh
roslaunch launch/styx.launch
- Run the simulator
unzip linux_sys_int.zip (if you use linux)
cd linux_sys_int
chmod +x system_integration.x86_64
./system_integration.x86_64