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
|
|
|
|
2020-02-19 17:10:48 +08:00
|
|
|
* [Python API tutorial](core_concepts.md)
|
2020-02-21 17:31:47 +08:00
|
|
|
* [Rendering options](rendering_options.md)
|
|
|
|
* [Simulation time and synchrony](simulation_time_and_synchrony.md)
|
2020-02-19 00:58:02 +08:00
|
|
|
* [Cameras and sensors](core_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)
|
2019-08-01 21:42:19 +08:00
|
|
|
* [C++ Reference](cpp_reference.md)
|
2019-08-15 01:44:55 +08:00
|
|
|
* [Python Cookbook](python_cookbook.md)
|
2019-08-01 21:42:19 +08:00
|
|
|
* [Blueprint Library](bp_library.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-09-06 17:07:21 +08:00
|
|
|
* [How to create and import a new map](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-07-10 05:46:28 +08:00
|
|
|
* [Creating standalone asset packages for distribution](asset_packages_for_dist.md)
|
2019-06-06 22:58:48 +08:00
|
|
|
* [How to add friction triggers](how_to_add_friction_triggers.md)
|
|
|
|
* [How to control vehicle physics](how_to_control_vehicle_physics.md)
|
2019-07-09 00:00:05 +08:00
|
|
|
* [How to record and replay](recorder_and_playback.md)
|
2019-07-08 23:50:34 +08:00
|
|
|
* [Recorder binary file format](recorder_binary_file_format.md)
|
2019-07-01 19:04:32 +08:00
|
|
|
* [How to control walker skeletons](walker_bone_control.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)
|
2019-09-06 17:07:21 +08:00
|
|
|
* [Documentation standard](doc_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
|
|
|
|
2019-07-01 19:04:09 +08:00
|
|
|
* [Index](dev/index.md)
|
|
|
|
* [Map customization](dev/map_customization.md)
|
|
|
|
* [Build system](dev/build_system.md)
|
2019-09-02 16:01:41 +08:00
|
|
|
* [How to add a new sensor](dev/how_to_add_a_new_sensor.md)
|
2019-07-01 19:04:09 +08:00
|
|
|
* [How to upgrade content](dev/how_to_upgrade_content.md)
|
|
|
|
* [How to make a release](dev/how_to_make_a_release.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)
|