zeulus / carla-driver

The CarND Capstone Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carla Driver

  • 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.

Build Status

Team Members

This repository is maintained by the following:

Installation

Usage

  1. Clone the project repository
git clone https://github.com/udacity/carla-driver.git
  1. Install python dependencies
cd carla-driver
pip install -r requirements.txt
  1. Install ROS dependencies
sudo apt install ros-kinetic-pcl-ros
  1. Download the TensorFlow models to your ~/.ros directory
  1. Make and run styx
cd ros
catkin_make
source devel/setup.sh
roslaunch launch/styx.launch
  1. 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

About

The CarND Capstone Project


Languages

Language:Python 48.2%Language:CMake 30.2%Language:C++ 19.9%Language:Shell 1.4%Language:Makefile 0.4%