Open-source simulator for autonomous driving research.
-
Updated
Aug 31, 2020 - C++
{{ message }}
Open-source simulator for autonomous driving research.
Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
Traffic scenario definition and execution engine
Personal notes about scientific and research works on "Decision-Making for Autonomous Driving"
Driving in CARLA using waypoint prediction and two-stage imitation learning
Is it easy to change the action space from discrete to continuous to implement multi-agent DDPG?
Carla Imitation Learning Trainer
Predict Vehicle collision moments before it happens!. CNN and LSTM hybrid architecture is used to understand a series of images.
Visualize carla in the web browser
converter for OpenStreetMaps to OpenDrive roads - for use with Carla or other things
Environments and Wrappers for CARLA, designed for ease of use with RL Tasks.
Module for detecting traffic lights in the CARLA autonomous driving simulator. Based on the YOLO v2 deep learning object detection model and implemented in keras, using the tensorflow backend.
How to run CARLA simulator on colab
This project implements a functional motion planning stack for autonomous vehicles to avoid both static and dynamic obstacles while tracking the center line of a lane, while also handling stop signs.
Collision Avoidance System for Self-Driving Vehicles by Delta Autonomy, Robotics Institute, CMU
Simulate precise LiDAR point cloud data from Carla
Repository for hosting scripts for running TRI Carla related challenges.
2d Deep Reinforcement Learning environment with Carla
Some alpha/beta psychedelic funkin' state LV2 modular synth test projects in the awesome n amazing Carla plugin/etc host
Gebze Technical University Graduation Project II
Semantic Segmentation project for Autonomous Driving based on a TensorFlow implementation of UNet
Reinforcement learning based advanced emergency braking system;
Add a description, image, and links to the carla topic page so that developers can more easily learn about it.
To associate your repository with the carla topic, visit your repo's landing page and select "manage topics."
Hi, I got a problem similar to #804.
My bridge did not connect correctly.
I have followed the latest tutorial and build Apollo successfully today.
My apollo did not connect in the following step.
Launch bridge (inside docker container):
./scripts/bridge.sh
I would need to add sudo in order to start my bridge.sh.
After adding that, there was no information print out from the terminal.