- 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 ([email protected])
- Mithi Sevilla ([email protected])
- Maurice Loskyll ([email protected])
- Kostas Oreopoulos ([email protected])
- 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