2017-10-25 01:46:58 +08:00
|
|
|
|
CARLA Simulator
|
|
|
|
|
===============
|
2017-03-30 01:05:26 +08:00
|
|
|
|
|
2017-11-11 00:54:06 +08:00
|
|
|
|
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.
|
2017-10-31 00:56:39 +08:00
|
|
|
|
|
2017-11-11 01:11:06 +08:00
|
|
|
|
[![CARLA Video](Docs/img/video_thumbnail.png)](https://youtu.be/Hp8Dz-Zek2E)
|
2017-10-31 00:56:39 +08:00
|
|
|
|
|
|
|
|
|
[Get the latest release here.](https://github.com/carla-simulator/carla/releases/latest)
|
|
|
|
|
|
|
|
|
|
For instructions on how to use and compile CARLA, check out
|
2017-11-13 21:05:09 +08:00
|
|
|
|
[CARLA Documentation](http://carla.readthedocs.io).
|
2017-10-31 00:56:39 +08:00
|
|
|
|
|
2017-11-27 23:22:57 +08:00
|
|
|
|
News
|
2017-11-27 23:44:43 +08:00
|
|
|
|
----
|
2017-11-27 23:22:57 +08:00
|
|
|
|
|
2017-11-28 19:57:15 +08:00
|
|
|
|
- 28.11.2017 CARLA 0.7.0 released: [change log](https://github.com/carla-simulator/carla/blob/master/CHANGELOG.md#carla-070), [release](https://github.com/carla-simulator/carla/releases/tag/0.7.0).
|
|
|
|
|
- 15.11.2017 CARLA 0.6.0 released: [change log](https://github.com/carla-simulator/carla/blob/master/CHANGELOG.md#carla-060), [release](https://github.com/carla-simulator/carla/releases/tag/0.6.0).
|
2017-11-27 23:22:57 +08:00
|
|
|
|
|
|
|
|
|
Roadmap
|
|
|
|
|
-------
|
|
|
|
|
|
2017-11-27 23:44:43 +08:00
|
|
|
|
We are continuously working on improving CARLA, and we appreciate contributions
|
|
|
|
|
from the community. Our most immediate goals are:
|
|
|
|
|
|
2017-11-27 23:22:57 +08:00
|
|
|
|
- Releasing the methods evaluated in the CARLA paper
|
|
|
|
|
- Adding a LiDAR sensor
|
|
|
|
|
- Allowing for flexible and user-friendly import and editing of maps
|
|
|
|
|
- Allowing the users to control non-player characters (and therefore set up user-specified scenarios)
|
|
|
|
|
|
|
|
|
|
We will post a detailed roadmap and contribution guidelines soon - stay tuned!
|
|
|
|
|
|
2017-10-31 00:56:39 +08:00
|
|
|
|
Paper
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
|
|
If you use CARLA, please cite our CoRL’17 paper.
|
|
|
|
|
|
|
|
|
|
_CARLA: An Open Urban Driving Simulator_<br>Alexey Dosovitskiy, German Ros,
|
|
|
|
|
Felipe Codevilla, Antonio Lopez, Vladlen Koltun; PMLR 78:1-16
|
|
|
|
|
[[PDF](http://proceedings.mlr.press/v78/dosovitskiy17a/dosovitskiy17a.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
|
2017-11-17 21:38:05 +08:00
|
|
|
|
materials must be downloaded from the UE4 marketplace and manually linked in
|
2017-10-31 00:56:39 +08:00
|
|
|
|
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.
|