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
/
reachm2.yml
129 lines (122 loc) · 4.67 KB
/
reachm2.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
site_name: Reach M2 docs
site_url: https://emlid.com/docs
docs_dir: docs/reach/m2
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
- attr_list
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: 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
- Tuning LoRa for RTK: common/tutorials/tuning-lora.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
- PPK mapping with Reach:
- Сonfiguring Reach UAV kit for PPK mapping: common/tutorials/configuring-reach-for-mapping.md
- Geotagging photos with GeoSetter: common/tutorials/geosetter-tutorial.md
- Creating the map in Pix4DMapper: common/tutorials/pix4d-tutorial.md
- Precise Point Positioning (PPP): common/tutorials/ppp-introduction.md
- OPUS Workflow: common/tutorials/opus-workflow.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: M2
model_path: reachm2
usb: 'Micro-USB'
power_port: 'JST-GH'
rtk_baseline: 60 km (37 miles)
ppk_baseline: 100 km (62 miles)
kit:
- '* 1 x Reach M2 module'
- '* 1 x USB cable'
- '* 1 x USB-OTG cable'
- '* 1 x JST-GH 6-pin to jumper pin cable'
- '* 1 x JST-GH 5-pin to jumper pin cable'
- 'Optionally:'
- '* 1 x Multi-band GNSS antenna'
templates:
index.md: 'index.mdx'
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/tutorials/gps-post-processing.md: 'tutorials/gps-post-processing.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'
ardupilot-integration.md: 'ardupilot-integration.mdx'