https://github.com/carla-simulator/carla
Revision 679ec787c6c45ba8ae256295173b9f9dea87af13 authored by Aaron on 28 September 2022, 06:18:05 UTC, committed by Aaron on 28 September 2022, 06:18:05 UTC
2 parent s d81a24a + 44eb69b
Raw File
Tip revision: 679ec787c6c45ba8ae256295173b9f9dea87af13 authored by Aaron on 28 September 2022, 06:18:05 UTC
Merge branch 'axel/terramechanics_fixes' into aaron/particlesheightmap
Tip revision: 679ec78
mkdocs.yml
site_name: CARLA Simulator
repo_url: https://github.com/carla-simulator/carla
docs_dir: Docs
edit_uri: 'edit/master/Docs/'
theme: readthedocs
extra_css: [extra.css]
extra_javascript: [extra.js]

nav:
- Home: 'index.md'
- Getting started:
  - 'Introduction': 'start_introduction.md'
  - 'Quick start package installation': 'start_quickstart.md'
  - 'First steps' : 'tuto_first_steps.md'
  - 'Building CARLA' : 'build_carla.md'

- Next steps:
  - 'Content authoring - maps': 'tuto_content_authoring_maps.md'  
  - 'Content authoring - vehicles': 'tuto_content_authoring_vehicles.md'  

- CARLA topics:
  - 'Foundations': 'foundations.md'
  - 'Actors': 'core_actors.md'
  - 'Maps': 'core_map.md'
  - 'Sensors and data': 'core_sensors.md'
  - 'Traffic' : 'ts_traffic_simulation_overview.md'
  - 'Development': 'development_tutorials.md'
  - 'Custom assets': 'custom_assets_tutorials.md'

- Resources:
  - 'Python API': 'python_api.md'  
  - 'C++ reference': 'ref_cpp.md'
  - 'Blueprint library': 'bp_library.md'  
  - 'Tutorials': 'tutorials.md'
  - 'Extended documentation': 'ext_docs.md'

- CARLA Ecosystem:
  - 'ANSYS': 'ecosys_ansys.md'
  - 'AWS': 'tuto_G_rllib_integration.md'
  - 'CarSIM': 'tuto_G_carsim_integration.md'
  - 'Chrono': 'tuto_G_chrono.md'
  - 'MathWorks': 'large_map_roadrunner.md'
  - 'OpenDRIVE': 'adv_opendrive.md'
  - 'PTV Vissim': 'adv_ptv.md'
  - 'RSS': 'adv_rss.md'
  - 'ROS': 'https://carla.readthedocs.io/projects/ros-bridge/en/latest/'
  - 'Scenic': 'tuto_G_scenic.md'
  - 'SUMO': 'adv_sumo.md'

- Contributing:
  - 'Guidelines': 'cont_contribution_guidelines.md' 
  - 'Coding standards': 'cont_coding_standard.md'
  - 'Documentation standard': 'cont_doc_standard.md'
  - '': ''
 
markdown_extensions:
  - admonition 
 
back to top