This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathnavio2.yml
75 lines (69 loc) · 2.14 KB
/
navio2.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
site_name: Navio2 docs
site_url: https://emlid.com/docs
docs_dir: docs/autopilots/navio2
copyright: 'Emlid.com'
edit_uri: ''
extra_css:
- 'assets/stylesheets/extra.css?v=4'
theme:
name: material
logo: 'common/img/logo.png'
favicon: 'common/img/favicon.ico'
palette:
primary: 'light blue'
accent: 'light blue'
font:
text: 'Open Sans'
code: 'Open Sans'
custom_dir: 'theme'
repo_url: https://github.com/emlid/emlid-docs
extra:
social:
- type: github
link: https://github.com/emlid
- type: twitter
link: https://twitter.com/emlid
- type: facebook
link: https://facebook.com/emlidtech
google_analytics:
- UA-49508097-1
- auto
markdown_extensions:
- admonition
- codehilite:
guess_lang: False
- def_list
- footnotes
- meta
- toc:
permalink: True
- pymdownx.details
nav:
- Introduction : 'index.md'
- Hardware setup: 'ardupilot/hardware-setup.md'
- Raspberry Pi configuration: 'common/ardupilot/configuring-raspberry-pi.md'
- ArduPilot:
- 'Typical setup schemes': 'ardupilot/typical-setup-schemes.md'
- 'Installation and running' : 'common/ardupilot/installation-and-running.md'
- 'Configuration' : 'ardupilot/tips.md'
- 'Upgrading' : 'common/ardupilot/upgrade.md'
- 'Building from sources': 'common/ardupilot/building-from-sources.md'
- ROS : 'common/dev/ros.md'
- Navio2 for developers:
- 'Pinout': 'dev/pinout.md'
- 'Video streaming': 'common/dev/video-streaming.md'
- 'Examples setup': 'common/dev/navio-repository-cloning.md'
- 'Barometer' : 'common/dev/barometer.md'
- 'ADC' : 'dev/adc.md'
- 'PWM output' : 'dev/pwm-output.md'
- 'RC input' : 'dev/rc-input.md'
- 'RCIO' : 'dev/rcio.md'
- '9DOF IMU' : 'common/dev/imu-mpu9250_lsm9ds1.md'
- 'AHRS' : 'common/dev/ahrs.md'
- 'GPS' : 'common/dev/gps-ublox.md'
- 'GPS via u-center' : 'common/dev/gps-ublox-ucenter.md'
- 'RGB LED' : 'common/dev/rgb-led.md'
- 'Emlidtool' : 'common/dev/emlidtool.md'
- Changelogs: 'common/dev/changelogs.md'
- Community projects:
- 'Windows IoT': 'common/community-projects/Windows-IoT.md'