forked from microsoft/AirSim
-
Notifications
You must be signed in to change notification settings - Fork 128
/
mkdocs.yml
140 lines (133 loc) · 5.62 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
137
138
139
140
site_name: Colosseum
site_dir: build_docs
repo_url: https://github.com/CodexLabsLLC/Colosseum
site_description: 'Open source simulator based on Unreal Engine for autonomous vehicles from Codex Labs'
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.arithmatex:
generic: true
- pymdownx.extra:
- admonition
remote_branch: gh-pages
theme:
name: 'readthedocs'
logo: ''
extra:
highlightjs: true
version: master
feature:
tabs: true
palette:
social:
- type: discord
link: https://discord.gg/y9ZJKKKn8J
- type: github-alt
link: https://github.com/CodexLabsLLC/Colosseum
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 Codex Laboratories LLC
nav:
- "Home":
- "Home": 'README.md'
- "Changelog": 'CHANGELOG.md'
- "Building Colosseum":
- "Download Binaries": 'use_precompiled.md'
- "Build on Windows": 'build_windows.md'
- "Build on Linux": 'build_linux.md'
- "Build on macOS": 'build_macos.md'
- "Docker on Linux": 'docker_ubuntu.md'
- "Colosseum on Azure": 'azure.md'
- "Custom Unreal Environment": 'unreal_custenv.md'
- "Colosseum with Unity": "Unity.md"
- "Custom Unity Environment": "custom_unity_environments.md"
- "Unity APIs": "unity_api_support.md"
- "FAQ": 'build_faq.md'
- "Using Colosseum":
- "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: Colosseum ROS Wrapper": "Colosseum_ros_pkgs.md"
- "ROS: Colosseum Tutorial Packages": "Colosseum_tutorial_pkgs.md"
- "Import Gazebo models": "gazebo_drone.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'
- "Modifying Recording Data": 'modify_recording_data.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 Colosseum": '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'
- "Colosseum with Pixhawk": 'https://youtu.be/1oY8Qu5maQQ'
- "PX4 Setup with Colosseum": 'https://youtu.be/HNWdYrtw3f0'
- "Debugging Attitude Estimation": 'https://www.youtube.com/watch?v=d_FyjKDWQfc&feature=youtu.be'
- "Intercepting MavLink Messages": 'https://github.com/CodexLabsLLC/Colosseum/wiki/Intercepting-MavLink-messages'
- "Rapid Descent on PX4 Drones": 'https://github.com/CodexLabsLLC/Colosseum/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/ColosseumTensorFlow'
- "Autonomous Driving on Azure": 'https://aka.ms/AutonomousDrivingCookbook'
- "Building Hexacopter": 'https://github.com/CodexLabs/Colosseum/wiki/hexacopter'
- "Moving on Path Demo": 'https://github.com/CodexLabsLLC/Colosseum/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"
- "Colosseum with MAVROS and PX4": 'https://youtu.be/ZonkdMcwXH4'
- "Misc":
- "Colosseum 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 Colosseum": 'who_is_using.md'
- "Working with UE Plugin Contents": 'working_with_plugin_contents.md'
- "Formula Student Technion Self-drive": 'https://github.com/CodexLabsLLC/Colosseum/wiki/technion'
- "Support":
- "FAQ": 'faq.md'
- "Support": 'SUPPORT.md'
- "Create Issue": 'create_issue.md'
- "Contribute": 'CONTRIBUTING.md'