Go to file
nsubiron 1b9029b056 #32 Switch carla_manual_control to new API 2017-11-18 11:51:23 +01:00
Docs Fix some documentation issues 2017-11-17 14:38:05 +01:00
PythonClient #32 Switch carla_manual_control to new API 2017-11-18 11:51:23 +01:00
Unreal/CarlaUE4 Increase version 2017-11-09 18:07:29 +01:00
Util #32 Move testing client into PythonClient 2017-11-18 11:43:12 +01:00
.gitattributes Remove git lfs 2017-07-25 17:07:35 +02:00
.gitignore Adapt Linux build system 2017-10-25 17:26:31 +02:00
CARLA.sublime-project Adapt Linux build system 2017-10-25 17:26:31 +02:00
CHANGELOG.md Update CHANGELOG 2017-11-10 14:55:32 +01:00
Doxyfile Remove python from Doxyfile 2017-11-09 15:37:21 +01:00
LICENSE Add MIT license 2017-07-28 18:42:59 +02:00
Makefile Move 'PythonClient' to 'Util/TestingClient' 2017-10-26 14:12:06 +02:00
README.md Fix some documentation issues 2017-11-17 14:38:05 +01:00
Rebuild.bat Adapt Linux build system 2017-10-25 17:26:31 +02:00
Rebuild.sh Adapt Linux build system 2017-10-25 17:26:31 +02:00
Setup.sh Fix PythonClient missing protobuf generated file 2017-10-27 11:05:07 +02:00
mkdocs.yml Document cameras and sensors 2017-11-16 17:26:50 +01:00

README.md

CARLA Simulator

CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban driving systems. In addition to open-source code and protocols, CARLA provides open digital assets (urban layouts, buildings, vehicles) that were created for this purpose and can be used freely. The simulation platform supports flexible specification of sensor suites and environmental conditions.

CARLA Video

Get the latest release here.

For instructions on how to use and compile CARLA, check out CARLA Documentation.

Paper

If you use CARLA, please cite our CoRL17 paper.

CARLA: An Open Urban Driving Simulator
Alexey Dosovitskiy, German Ros, Felipe Codevilla, Antonio Lopez, Vladlen Koltun; PMLR 78:1-16 [PDF]

@inproceedings{Dosovitskiy17,
  title = {{CARLA}: {An} Open Urban Driving Simulator},
  author = {Alexey Dosovitskiy and German Ros and Felipe Codevilla and Antonio Lopez and Vladlen Koltun},
  booktitle = {Proceedings of the 1st Annual Conference on Robot Learning},
  pages = {1--16},
  year = {2017}
}

License

CARLA specific code is distributed under MIT License.

CARLA specific assets are distributed under CC-BY License.

Note that UE4 itself and the UE4 free automotive materials follow their own license terms.

CARLA uses free automotive materials from Epic Games. For compiling CARLA, these materials must be downloaded from the UE4 marketplace and manually linked in CARLA following the instructions provided in the documentation.

CARLA uses pedestrians created with Adobe Fuse, which is a free tool for that purpose. Currently, we cannot redistribute these pedestrians models. They can only be used in the provided executable.