-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmkdocs.yml
More file actions
190 lines (190 loc) · 6.87 KB
/
mkdocs.yml
File metadata and controls
190 lines (190 loc) · 6.87 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
---
copyright: Copyright © 2024 - 2030 AirLab CMU
docs_dir: .
site_name: AirStack
site_dir: ../site
site_url: "https://docs.theairlab.org/docs/" # Trailing slash is recommended
exclude_docs: |
**/ros_ws/build
**/docker
**/macvo
**/ros_ws/install
**/kit-app-template/**
**/isaac_sim_data/**
extra:
version:
provider: mike
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/castacks
- icon: fontawesome/brands/x-twitter
link: https://x.com/airlabcmu
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
nav:
- Home: docs/index.md
- Tutorials:
- docs/tutorials/index.md
- Getting Started: docs/getting_started.md
- Multi-Robot Simulation: docs/tutorials/multi_robot_simulation.md
- Deploying to Hardware: docs/tutorials/deploying_to_hardware.md
- Simulation:
- docs/simulation/index.md
- Isaac Sim:
- docs/simulation/isaac_sim/index.md
- docs/simulation/isaac_sim/export_stages_from_unreal.md
- docs/simulation/isaac_sim/scene_setup.md
- docs/simulation/isaac_sim/pegasus_scene_setup.md
- Robot:
- docs/robot/index.md
- Docker:
- docs/robot/docker/index.md
- docs/robot/docker/robot_identity.md
- Autonomy Modules:
- Robot Interface:
- docs/robot/autonomy/interface/index.md
- Sensors:
- docs/robot/autonomy/sensors/index.md
- docs/robot/autonomy/sensors/gimbal.md
- Perception:
- docs/robot/autonomy/perception/index.md
- docs/robot/autonomy/perception/state_estimation.md
- Local:
- docs/robot/autonomy/local/index.md
- World Model:
- docs/robot/autonomy/local/world_model/index.md
- DROAN (Obstacle Avoidance World Model):
- robot/ros_ws/src/local/world_models/disparity_expansion/README.md
- robot/ros_ws/src/local/world_models/disparity_graph/README.md
- robot/ros_ws/src/local/world_models/disparity_graph_cost_map/README.md
- Planning:
- docs/robot/autonomy/local/planning/index.md
- robot/ros_ws/src/local/planners/trajectory_library/README.md
- Takeoff Landing Planner:
- robot/ros_ws/src/local/planners/takeoff_landing_planner/README.md
- robot/ros_ws/src/local/planners/takeoff_landing_planner/test/README.md
- DROAN (Obstacle Avoidance Planner):
- robot/ros_ws/src/local/planners/droan_local_planner/README.md
- DROAN GL:
- robot/ros_ws/src/local/planners/droan_gl/README.md
- Controls:
- docs/robot/autonomy/local/controls/index.md
- robot/ros_ws/src/local/c_controls/trajectory_controller/README.md
- Global:
- docs/robot/autonomy/global/index.md
- World Model:
- docs/robot/autonomy/global/world_model/index.md
- robot/ros_ws/src/global/world_models/vdb_mapping_ros2/README.md
- Planning:
- docs/robot/autonomy/global/planning/index.md
- robot/ros_ws/src/global/planners/random_walk/README.md
- robot/ros_ws/src/global/planners/exploration/README.md
- Behavior:
- docs/robot/autonomy/behavior/index.md
- docs/robot/autonomy/behavior/behavior_tree.md
- docs/robot/autonomy/behavior/behavior_executive.md
- docs/tutorials/autonomy_modes.md
- docs/robot/autonomy/dds_router.md
- Static Transforms:
- docs/robot/static_transforms/index.md
- Logging:
- docs/robot/logging/index.md
- common/ros_packages/bag_recorder_pid/README.md
- Ground Control Station:
- docs/ground_control_station/index.md
- Usage:
- docs/ground_control_station/usage/user_interface.md
- Command Center:
- docs/ground_control_station/command_center/command_center.md
- Casualty Assessment:
- docs/ground_control_station/casualty_assessment/casualty_assessment.md
- Development:
- docs/development/index.md
- AirStack CLI Tool:
- docs/development/airstack-cli/index.md
- docs/development/airstack-cli/docker_usage.md
- docs/development/airstack-cli/extending.md
- docs/development/airstack-cli/architecture.md
- docs/development/vscode/index.md
- Testing:
- docs/development/testing/index.md
- docs/development/testing/testing_frameworks.md
- docs/development/testing/integration_testing.md
- docs/development/testing/unit_testing.md
- docs/development/testing/system_testing.md
- docs/development/testing/ci_cd.md
- docs/development/contributing.md
- docs/development/frame_conventions.md
- Real World:
- docs/real_world/index.md
- docs/real_world/data_offloading/index.md
- Installation on Hardware:
- docs/real_world/installation/index.md
- HITL Test:
- docs/real_world/HITL/index.md
- About: docs/about.md
plugins:
- search
# the same-dir plugin lets mkdocs point to README.md files under our source code, not just the docs directory
- same-dir
# redirects is necessary with the same-dir plugin to ensure that the home page index.md file redirects to the correct location
- redirects:
redirect_maps:
'index.md': 'docs/index.md'
repo_name: castacks/AirStack
repo_url: https://github.com/castacks/AirStack
theme:
favicon: docs/assets/StackedWhite.png
custom_dir: docs/overrides
features:
- navigation.indexes
- navigation.path
- navigation.tabs
# - navigation.expand
- navigation.footer
- navigation.top
- navigation.sections
- search.highlight
- search.suggest
- toc.integrate
- toc.follow
- content.code.copy
logo: docs/assets/logo_horizontal_white.png
name: material
palette:
- accent: pink
primary: custom
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- accent: pink
primary: custom
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode