https://github.com/carla-simulator/carla
Raw File
Tip revision: 90fdb53a38741ce2ffd54ba9b56d4218c65b1e6e authored by German Ros on 19 December 2018, 01:46:17 UTC
New Navigation API to deal with both kind of TrafficLights
Tip revision: 90fdb53
index.md
<h1>CARLA Documentation</h1>

!!! 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/).

<h3>Quick start</h3>

  * [Getting started](getting_started.md)
  * [Python API tutorial](python_api_tutorial.md)
  * [Configuring the simulation](configuring_the_simulation.md)
  <!-- * [Measurements](measurements.md) -->
  * [Cameras and sensors](cameras_and_sensors.md)
  * [F.A.Q.](faq.md)

<h3>Building from source</h3>

  * [How to build on Linux](how_to_build_on_linux.md)
  * [How to build on Windows](how_to_build_on_windows.md)

<h3>Advanced topics</h3>

  * [Python API reference](python_api.md)
  * [Running without display and selecting GPUs](carla_headless.md)
  * [Running in a Docker](carla_docker.md)
  * [How to link Epic's Automotive Materials](epic_automotive_materials.md)

<h3>Contributing</h3>

  * [Contribution guidelines](CONTRIBUTING.md)
  * [Coding standard](coding_standard.md)
  * [Code of conduct](CODE_OF_CONDUCT.md)

<h3>Development</h3>

  * [Map customization](map_customization.md)
  * [Build system](build_system.md)

<h3>Art guidelines</h3>

  * [How to add assets](how_to_add_assets.md)
  * [How to model vehicles](how_to_model_vehicles.md)
back to top