2018-03-22 01:16:56 +08:00
|
|
|
<h1>CARLA Documentation</h1>
|
2017-09-07 21:55:41 +08:00
|
|
|
|
2018-07-29 01:29:31 +08:00
|
|
|
!!! important
|
|
|
|
This documentation refers to the latest development versions of CARLA, 0.9.0
|
|
|
|
or later. For the documentation of the stable version please switch to the
|
|
|
|
[stable branch](https://carla.readthedocs.io/en/stable/).
|
|
|
|
|
2018-03-22 01:16:56 +08:00
|
|
|
<h3>Quick start</h3>
|
2017-09-07 21:55:41 +08:00
|
|
|
|
2018-03-22 01:16:56 +08:00
|
|
|
* [Getting started](getting_started.md)
|
2018-12-16 07:04:30 +08:00
|
|
|
* [Python API tutorial](python_api_tutorial.md)
|
2018-03-22 01:16:56 +08:00
|
|
|
* [Configuring the simulation](configuring_the_simulation.md)
|
2017-11-17 00:26:50 +08:00
|
|
|
* [Cameras and sensors](cameras_and_sensors.md)
|
2017-11-25 01:12:15 +08:00
|
|
|
* [F.A.Q.](faq.md)
|
2017-09-07 21:55:41 +08:00
|
|
|
|
2018-03-22 01:16:56 +08:00
|
|
|
<h3>Building from source</h3>
|
2017-09-07 21:55:41 +08:00
|
|
|
|
|
|
|
* [How to build on Linux](how_to_build_on_linux.md)
|
|
|
|
* [How to build on Windows](how_to_build_on_windows.md)
|
|
|
|
|
2018-03-22 01:16:56 +08:00
|
|
|
<h3>Advanced topics</h3>
|
|
|
|
|
2018-12-13 22:47:26 +08:00
|
|
|
* [Python API reference](python_api.md)
|
2018-03-22 01:16:56 +08:00
|
|
|
* [Running without display and selecting GPUs](carla_headless.md)
|
2018-07-21 04:52:11 +08:00
|
|
|
* [Running in a Docker](carla_docker.md)
|
2019-01-16 03:04:19 +08:00
|
|
|
* [How to make a new map with RoadRunner](how_to_make_a_new_map.md)
|
2018-03-22 01:16:56 +08:00
|
|
|
* [How to link Epic's Automotive Materials](epic_automotive_materials.md)
|
2019-02-18 17:30:23 +08:00
|
|
|
* [How to automatically generate a map from RoadRunner](generate_map_from_fbx.md)
|
2019-01-24 19:57:14 +08:00
|
|
|
* [How to export and import maps to distribution builds](export_import_dist.md)
|
2019-05-28 15:35:45 +08:00
|
|
|
* [How to add custom props to the Blueprint Library](define_custom_props.md)
|
2019-06-18 23:25:50 +08:00
|
|
|
* [How to upgrade content](how_to_upgrade_content.md)
|
|
|
|
* [How to make a release](how_to_make_a_release.md)
|
2018-03-22 01:16:56 +08:00
|
|
|
|
|
|
|
<h3>Contributing</h3>
|
2017-12-04 23:18:14 +08:00
|
|
|
|
2017-12-04 23:25:55 +08:00
|
|
|
* [Contribution guidelines](CONTRIBUTING.md)
|
2018-01-18 01:11:57 +08:00
|
|
|
* [Coding standard](coding_standard.md)
|
2018-01-16 23:09:30 +08:00
|
|
|
* [Code of conduct](CODE_OF_CONDUCT.md)
|
2017-12-04 23:18:14 +08:00
|
|
|
|
2018-03-22 01:16:56 +08:00
|
|
|
<h3>Development</h3>
|
2017-09-07 21:55:41 +08:00
|
|
|
|
2017-11-18 00:21:45 +08:00
|
|
|
* [Map customization](map_customization.md)
|
2018-07-04 17:59:59 +08:00
|
|
|
* [Build system](build_system.md)
|
2018-08-24 17:23:49 +08:00
|
|
|
|
|
|
|
<h3>Art guidelines</h3>
|
|
|
|
|
|
|
|
* [How to add assets](how_to_add_assets.md)
|
|
|
|
* [How to model vehicles](how_to_model_vehicles.md)
|