forked from carla-simulator/carla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (51 loc) · 1.74 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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'
- 'Catalogue': 'catalogue.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