Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 3.06 KB

README.md

File metadata and controls

73 lines (61 loc) · 3.06 KB

CARLA Self Driving Car Simulator in Chinese Traffic Scenes

Updates

  1. Carla Challenge Get Started
  2. sendex
  1. Mathworks

Introduction

To build a self driving car simulator for Chinese traffic, which based on intel open source simulator Carla.

There are several targets show below:

  • Integrate perception, localization, path planning and control in Carla simulator.
  • Setup Chinese city traffic map
  • Verify multi-camera + radar solution feasibility
  • Setup metrics to evaluate self driving car algorithm

Status

Reproduce Carla modular pipeline

questions

Tasks and plans

  1. Carla installation and learning
  • Receive measurement data from server
  • Send control data to control vehicle
  • Define radar sensor
  • Reproduce Carla team modular pipeline.
  1. Integrate perception, localization, path planning and control
  • Lane detection
  • Traffic Signs detection
  • Vehicles, pedestrian detection
  • Localization
  • Path planning
  • Vehicle control
  • Integrating
  1. Customize Chinese city map
  2. Verify multi-camera + radar solution feasibility
  3. Evaluate self driving car algorithm

Environment

  • Ubuntu 16.04
  • ROS
  • Python 3.5
  • Anaconda
  • Tensorflow 1.4.0

Resources

Roadmap

  • Traffic lights filter if there are several detections.

Examples: if model detects two green lights from front camera images, there should be a pipeline to determine which light should be used.

  • Vehicle dynamics simulation improvements
  • Vehicle customization

Core contributors

The core contributors are a team including several Chinese Udacity self driving car Nanodegree graduates.

Licenses

CARLA Self Driving Car Simulator in Chinese Traffic Scenes specific code is distributed under MIT License.

Related assets follows CARLA Licenses