carla/Docs/index.md

56 lines
1.8 KiB
Markdown
Raw Normal View History

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-07-29 01:29:31 +08:00
<!-- * [Running the simulator](running_simulator_standalone.md) -->
<!-- * [Connecting a Python client](connecting_the_client.md) -->
2018-03-22 01:16:56 +08:00
* [Configuring the simulation](configuring_the_simulation.md)
2018-07-29 01:29:31 +08:00
<!-- * [Measurements](measurements.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-04-12 21:05:05 +08:00
<h3> Driving Benchmark </h3>
2018-04-07 01:56:12 +08:00
* [Quick Start](benchmark_start.md)
* [General Structure](benchmark_structure.md)
* [Creating Your Benchmark](benchmark_creating.md)
* [Computed Performance Metrics](benchmark_metrics.md)
2018-07-04 17:59:59 +08:00
2018-03-22 01:16:56 +08:00
<h3>Advanced topics</h3>
* [CARLA settings](carla_settings.md)
2018-07-29 01:29:31 +08:00
* [Python API](python_api.md)
<!-- * [Simulator keyboard input](simulator_keyboard_input.md) -->
2018-03-22 01:16:56 +08:00
* [Running without display and selecting GPUs](carla_headless.md)
2018-07-31 01:18:41 +08:00
* [Running CARLA in a Docker](carla_docker.md)
2018-03-22 01:16:56 +08:00
* [How to link Epic's Automotive Materials](epic_automotive_materials.md)
<h3>Contributing</h3>
2017-12-04 23:18:14 +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-29 01:29:31 +08:00
<!-- * [CARLA design](carla_design.md) -->
<!-- * [CarlaServer documentation](carla_server.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)