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
/
reach.yml
126 lines (119 loc) · 4.46 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
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
site_name: Reach Module docs
site_url: https://emlid.com/docs
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
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
- Reach Panel:
- Introduction: common/reach-panel/index.md
- Settings: common/reach-panel/settings.md
- Status: common/reach-panel/status.md
- Survey: common/reach-panel/survey.md
- RTK settings: common/reach-panel/rtk-settings.md
- Correction input: common/reach-panel/correction-input.md
- Position output: common/reach-panel/position-output.md
- Base mode: common/reach-panel/base-mode.md
- Logging: common/reach-panel/logging.md
- Camera control: camera-control.md
- Wi-Fi: common/reach-panel/wifi.md
- Bluetooth: common/reach-panel/bluetooth.md
- Firmware reflashing: common/reach-panel/firmware-reflashing.md
- Updater: common/reach-panel/updater.md
- Changelogs: common/reach-panel/changelogs.md
- ReachView 3:
- Working with Coordinate Systems: common/reachview3/crs-setup.md
- LED status: led-status.md
- Specification: specs.md
- Quickstart:
- First Setup: common/quickstart/first-setup.md
- Base and Rover Setup: common/quickstart/base-rover-setup.md
- Connecting Reach to the Internet: common/quickstart/connecting-to-the-internet.md
- Working with NTRIP service: common/quickstart/ntrip-workflow.md
- How to download files from Reach: common/quickstart/downloading-files.md
- Tutorials:
- Basics:
- Single-band VS Multi-band: common/tutorials/single-multi.md
- How RTK works: common/tutorials/rtk-introduction.md
- How PPK works: common/tutorials/ppk-introduction.md
- Placing the base: common/tutorials/placing-the-base.md
- Placing GCPs in RTK mode: common/tutorials/placing-gcps.md
- Post-processing workflow:
- How PPK works: common/tutorials/ppk-introduction.md
- GPS post-processing: common/tutorials/gps-post-processing.md
- Analyzing PPK solution and logs: common/tutorials/analyzing-logs.md
- Precise Point Positioning (PPP): common/tutorials/ppp-introduction.md
- Integration with external software:
- ArduPilot integration: ardupilot-integration.md
- Bluetooth output and Android mock location: common/tutorials/mock-location.md
- Glossary: common/glossary.md
model: Module
model_path: reach
power_port: 'DF13'
usb: 'Micro-USB'
rtk_baseline: 10 km (6 miles)
ppk_baseline: 30 km (18 miles)
kit:
- '2x Reach Module'
- '2x Tallysman TW4721 antenna with adhesive mount'
- '2x DF13 <-> DF13 straight cable'
- '2x DF13 <-> jumper wires cable'
- '2x Micro-USB <-> USB cable'
- '2x Micro-USB <-> USB-F OTG cable'
standalone:
- 'Reach Module'
- 'DF13 <-> DF13 straight cable'
- 'DF13 <-> jumper wires cable'
- 'Micro-USB <-> USB cable'
- 'Micro-USB <-> USB-F OTG cable'
templates:
power-supply.md: 'power-supply.mdx'
antenna-placement.md: 'antenna-placement.mdx'
common/reach-panel/index.md: 'reach-panel/rv-index.mdx'
common/reach-panel/status.md: 'reach-panel/status.mdx'
common/reach-panel/settings.md: 'reach-panel/settings.mdx'
common/reach-panel/rtk-settings.md: 'reach-panel/rtk-settings.mdx'
common/reach-panel/firmware-reflashing.md: 'reach-panel/firmware-reflashing.mdx'
common/reach-panel/position-output.md: 'reach-panel/position-output.mdx'
common/quickstart/first-setup.md: 'quickstart/first-setup/first-setup-m.mdx'
common/quickstart/base-rover-setup.md: 'quickstart/base-rover-setup/base-rover-setup-m.mdx'
common/tutorials/gps-post-processing.md: 'tutorials/gps-post-processing.mdx'
ardupilot-integration.md: 'ardupilot-integration.mdx'