-
Notifications
You must be signed in to change notification settings - Fork 9
/
reach.yml
88 lines (82 loc) · 2.87 KB
/
reach.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
site_name: Reach Module docs
site_url: https://emlid.com.br/reach/
docs_dir: docs/reach/rtk
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:
- Introduction: index.md
- Power supply: power-supply.md
- Antenna placement: antenna-placement.md
- Hardware integration: hardware-integration.md
- ReachView:
- Introduction: common/reachview/index.md
- Settings: common/reachview/settings.md
- Status: common/reachview/status.md
- Survey: common/reachview/survey.md
- RTK settings: common/reachview/rtk-settings.md
- Correction input: common/reachview/correction-input.md
- Position output: common/reachview/position-output.md
- Base mode: common/reachview/base-mode.md
- Logging: common/reachview/logging.md
- Camera control: common/reachview/camera-control.md
- Wi-Fi: common/reachview/wifi.md
- Bluetooth: common/reachview/bluetooth.md
- Firmware reflashing: common/reachview/firmware-reflashing.md
- Updater: common/reachview/updater.md
- Changelogs: common/reachview/changelogs.md
- LED status: led-status.md
- Specification: specs.md
- Guia Rápido:
- Guia Rápido: quickstart.md
- Conectando o Reach a Internet: common/quickstart/connecting-to-the-internet.md
- Trabalhando com serviço NTRIP: common/quickstart/ntrip-workflow.md
- Como baixar arquivos do Reach: common/quickstart/downloading-files.md
- Tutoriais:
- Básicos:
- Como funciona o RTK: common/tutorials/rtk-introduction.md
- Como funciona o PPK: common/tutorials/ppk-introduction.md
- Tuning LoRa for RTK: common/tutorials/tuning-lora.md
- Instalando a base: common/tutorials/placing-the-base.md
- Colocando GCP's no modo RTK: common/tutorials/placing-gcps.md
- Fluxo de pós processamento:
- Como funciona o PPK: common/tutorials/ppk-introduction.md
- Pós processamento: common/tutorials/gps-post-processing.md
- Entendendo a solução PPK e os registros: common/tutorials/analyzing-logs.md
- Integração com software externo:
- Integração com ArduPilot: ardupilot-integration.md
- Bluetooth output e Android mock location: common/tutorials/mock-location.md