33``` {include} ../README.md
44:relative-docs: docs_build/source
55:relative-images: docs_build/source/images
6- ```
6+ ````
77
88```{toctree}
99:maxdepth: 2
1010:caption: Introduction
1111
1212../README.md
13+ transition_from_airsim.md
14+ system_specs.md
15+ faq.md
16+ license.md
1317```
1418
1519``` {toctree}
1620:maxdepth: 2
1721:caption: Getting Started
1822
19- development/use_source.md
2023development/use_prebuilt.md
24+ development/use_source.md
25+ client_setup.md
26+ use_plugin.md
2127development/dev_setup_linux.md
2228development/dev_setup_win.md
2329development/vscode_user_settings.md
2430development/headless_cloud.md
2531```
2632
33+ ``` {toctree}
34+ :maxdepth: 2
35+ :caption: Configuration
36+
37+ config.md
38+ config_scene.md
39+ config_robot.md
40+ multiple_robots.md
41+ command_line_switches.md
42+ gis_scenes.md
43+ modify_drone_physical.md
44+ modify_drone_visual.md
45+ ```
46+
2747``` {toctree}
2848:maxdepth: 2
2949:caption: Sensors
@@ -40,48 +60,60 @@ development/sensors/display.md
4060
4161``` {toctree}
4262:maxdepth: 2
43- :caption: Physics and Simulation
63+ :caption: Controllers
4464
45- physics/fast_physics.md
46- physics/matlab_physics.md
47- development/physics/unreal_physics.md
48- scene/sim_clock.md
49- scene/weather_visual_effects.md
50- development/scene/sim_clock_development.md
65+ controllers/controllers.md
66+ controllers/simple_flight.md
67+ controllers/px4/px4.md
68+ controllers/px4/px4_build.md
69+ controllers/px4/px4_hitl.md
70+ controllers/px4/px4_lockstep.md
71+ controllers/px4/px4_multi_vehicle.md
72+ controllers/px4/px4_sitl.md
73+ controllers/px4/px4_sitl_wsl2.md
5174```
5275
5376``` {toctree}
5477:maxdepth: 2
55- :caption: Code Structure
78+ :caption: Autonomy
5679
57- code_structure.md
80+ autonomy/autonomy.md
81+ autonomy/setup.md
82+ autonomy/gym/gym_envs.md
5883```
5984
6085``` {toctree}
6186:maxdepth: 2
62- :caption: APIs and Programmatic Control
63-
64- apis.md
87+ :caption: Data Collection
88+
89+ datacollection/data_generation.md
90+ datacollection/config.md
91+ datacollection/randomizations.md
92+ datacollection/augmentations.md
93+ datacollection/data_aggregation.md
94+ datacollection/trajectory.md
95+ datacollection/azure.md
96+ datacollection/api.md
6597```
6698
6799``` {toctree}
68100:maxdepth: 2
69- :caption: Controllers
101+ :caption: Scene & Simulation
70102
71- controllers/controllers.md
72- controllers/simple_flight.md
73- controllers/px4/px4.md
74- controllers/px4/px4_build.md
75- controllers/px4/px4_hitl.md
76- controllers/px4/px4_lockstep.md
77- controllers/px4/px4_multi_vehicle.md
78- controllers/px4/px4_sitl.md
79- controllers/px4/px4_sitl_wsl2.md
103+ scene/sim_clock.md
104+ scene/weather_visual_effects.md
105+ development/scene/sim_clock_internal.md
106+ physics/fast_physics.md
107+ physics/matlab_physics.md
80108```
81109
82110``` {toctree}
83111:maxdepth: 2
84- :caption: Settings
112+ :caption: APIs & Programmatic Control
113+
114+ api.md
115+ ros/ros.md
116+ ```
85117
86118``` {toctree}
87119:maxdepth: 1
0 commit comments