forked from microsoft/AirSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
136 lines (129 loc) · 5.33 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
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
site_name: AirSim
site_dir: build_docs
repo_url: https://github.com/microsoft/airsim
site_description: 'Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research'
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.arithmatex:
generic: true
- pymdownx.extra:
- admonition
remote_branch: gh-pages
theme:
name: 'readthedocs'
logo:
icon: ' '
extra:
highlightjs: true
version: 1.3.1
feature:
tabs: true
palette:
social:
- type: facebook
link: https://www.facebook.com/groups/1225832467530667/
- type: github-alt
link: https://github.com/Microsoft/AirSim
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
copyright: Copyright © 2021 Microsoft Research
nav:
- "Home":
- "Home": 'README.md'
- "Changelog": 'CHANGELOG.md'
- "Get AirSim":
- "Download Binaries": 'use_precompiled.md'
- "Build on Windows": 'build_windows.md'
- "Build on Linux": 'build_linux.md'
- "Docker on Linux": 'docker_ubuntu.md'
- "AirSim on Azure": 'azure.md'
- "Custom Unreal Environment": 'unreal_custenv.md'
- "AirSim with Unity": "Unity.md"
- "Custom Unity Environment": "custom_unity_environments.md"
- "Unity APIs": "unity_api_support.md"
- "Using AirSim":
- "Core APIs": 'apis.md'
- "Image APIs": 'image_apis.md'
- "C++ APIs": 'apis_cpp.md'
- "API Reference Docs": 'api_docs/html/index.html'
- "Development Workflow": 'dev_workflow.md'
- "Settings": 'settings.md'
- "Camera Views": 'camera_views.md'
- "Car Mode": 'using_car.md'
- "Remote Control": 'remote_control.md'
- "XBox Controller": 'xbox_controller.md'
- "Steering Wheel": 'steering_wheel_installation.md'
- "Multiple Vehicles": 'multi_vehicle.md'
- "Sensors":
- "Sensors": 'sensors.md'
- "LIDAR": 'lidar.md'
- "Distance Sensor": 'distance_sensor.md'
- "Infrared Camera": "InfraredCamera.md"
- "ROS: AirSim ROS Wrapper": "airsim_ros_pkgs.md"
- "ROS: AirSim Tutorial Packages": "airsim_tutorial_pkgs.md"
- "Domain Randomization": "retexturing.md"
- "Mesh Vertex Buffers": "meshes.md"
- "Playing Logs": 'playback.md'
- "Voxel Grid Generator": "voxel_grid.md"
- "Event camera" : "event_sim.md"
- "Design":
- "Architecture": 'design.md'
- "Code Structure": 'code_structure.md'
- "Adding new APIs": 'adding_new_apis.md'
- "Coding Guidelines": 'coding_guidelines.md'
- "Flight Controller": 'flight_controller.md'
- "Simple Flight": 'simple_flight.md'
- "Hello Drone": 'hello_drone.md'
- "External Flight Controllers":
- "MavLink and PX4":
- "PX4 Setup for AirSim": 'px4_setup.md'
- "PX4 in SITL": 'px4_sitl.md'
- "PX4 SITL with WSL 2": 'px4_sitl_wsl2.md'
- "PX4 Lockstep": 'px4_lockstep.md'
- "PX4 Multi-vehicle in SITL": 'px4_multi_vehicle.md'
- "AirSim with Pixhawk": 'https://youtu.be/1oY8Qu5maQQ'
- "PX4 Setup with AirSim": 'https://youtu.be/HNWdYrtw3f0'
- "Debugging Attitude Estimation": 'https://www.youtube.com/watch?v=d_FyjKDWQfc&feature=youtu.be'
- "Intercepting MavLink Messages": 'https://github.com/Microsoft/AirSim/wiki/Intercepting-MavLink-messages'
- "Rapid Descent on PX4 Drones": 'https://github.com/Microsoft/AirSim/wiki/Rapid-Descent-on-PX4-drones'
- "Building PX4": "px4_build.md"
- "PX4/MavLink Logging": 'px4_logging.md'
- "MavLink LogViewer": "log_viewer.md"
- "MavLinkCom": 'mavlinkcom.md'
- "MavLink MoCap": 'mavlinkcom_mocap.md'
- "ArduPilot":
- "ArduPilot SITL Setup": "https://ardupilot.org/dev/docs/building-the-code.html"
- "AirSim & ArduPilot": "https://ardupilot.org/dev/docs/sitl-with-airsim.html"
- "Upgrading":
- "Upgrading Unreal": 'unreal_upgrade.md'
- "Upgrading APIs": 'upgrade_apis.md'
- "Upgrading Settings": 'upgrade_settings.md'
- "Contributed Tutorials":
- "Reinforcement Learning": 'reinforcement_learning.md'
- "Using Environments from Marketplace": 'https://www.youtube.com/watch?v=y09VbdQWvQY'
- "Simple Collision Avoidance": 'https://github.com/simondlevy/AirSimTensorFlow'
- "Autonomous Driving on Azure": 'https://aka.ms/AutonomousDrivingCookbook'
- "Building Hexacopter": 'https://github.com/Microsoft/AirSim/wiki/hexacopter'
- "Moving on Path Demo": 'https://github.com/Microsoft/AirSim/wiki/moveOnPath-demo'
- "Building Point Clouds": 'point_clouds.md'
- "Surveying Using Drone": 'drone_survey.md'
- "Orbit Trajectory": "orbit.md"
- "Importing a custom multirotor mesh": 'https://youtu.be/Bp86WiLUC80'
- "Object Detection": "object_detection.md"
- "Misc":
- "AirSim on Real Drones": 'custom_drone.md'
- "Installing cmake on Linux": 'cmake_linux.md'
- "Tips for Busy HDD": 'hard_drive.md'
- "pfm format": 'pfm.md'
- "Setting up Unreal Environment": 'unreal_proj.md'
- "Blocks Environment": 'unreal_blocks.md'
- "Who is Using AirSim": 'who_is_using.md'
- "Working with UE Plugin Contents": 'working_with_plugin_contents.md'
- "Formula Student Technion Self-drive": 'https://github.com/Microsoft/AirSim/wiki/technion'
- "Support":
- "FAQ": 'faq.md'
- "Support": 'SUPPORT.md'
- "Create Issue": 'create_issue.md'
- "Contribute": 'CONTRIBUTING.md'