-
Notifications
You must be signed in to change notification settings - Fork 9
/
navio2.yml
76 lines (70 loc) · 2.21 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
76
site_name: Navio2 docs
site_url: https://emlid.com.br/navio/
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-pt
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:
- Introdução: 'index.md'
- Montagem: 'ardupilot/hardware-setup.md'
- Configuração Raspberry Pi: 'common/ardupilot/configuring-raspberry-pi.md'
- ArduPilot:
- 'Esquemas típicos de montagem': 'ardupilot/typical-setup-schemes.md'
- 'Instação e execução' : 'common/ardupilot/installation-and-running.md'
- 'Configuração' : 'ardupilot/tips.md'
- 'Atualizando' : 'common/ardupilot/upgrade.md'
- 'Criando de fontes': 'common/ardupilot/building-from-sources.md'
- ROS : 'common/dev/ros.md'
- Navio2 para desenvolvedores:
- 'Pinout': 'dev/pinout.md'
- 'Video streaming': 'common/dev/video-streaming.md'
- 'Transmissão Wi-Fi' : 'common/dev/wbc.md'
- 'Exemplos de montagem': 'common/dev/navio-repository-cloning.md'
- 'Barômetro' : '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'
- Projetos da comunidade:
- 'Windows IoT': 'common/community-projects/Windows-IoT.md'