-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29452e2
commit f323dad
Showing
36 changed files
with
616 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# 网络RTK基站配置给GRTK Rover使用实现RTK定位 | ||
|
||
!!! warning "网络RTK基站具有覆盖范围大,不受基站位置限制的优势,但由于基站距离移动站距离通常较远,而GRTK的水位定位精度为 0.8cm+1ppm,即基站与移动站距离每超过10Km,定位精度将下降1cm,因而出现定位精度下降的情况是预期中的,实际定位精度需综合网络基站服务提供商和网络状态等因素。" | ||
|
||
!!! info "网络RTK基站服务通常遵从Ntrip协议" | ||
GRTK为五星设备,请在 | ||
|
||
## 网络RTK基站服务的选择 | ||
|
||
!!! info | ||
- 网络RTK基站服务通常遵从`Ntrip`协议, 购买服务请与服务提供商确认 | ||
- `端口`请选择 **WGS84坐标系** | ||
- `源节点`请选择**五星十六频** | ||
|
||
## CORS账号示例 | ||
|
||
!!! info "账号信息" | ||
网络RTK服务账号至少应包含: | ||
- 账号 | ||
- 密码 | ||
- IP | ||
- 端口(port) | ||
- 源节点(mount) | ||
|
||
``` | ||
账号:cedr5668 密码:km1y27vr | ||
cors账号配置方法: | ||
移动CORS设置方式: | ||
①IP:120.253.239.161 | ||
②端口:8001对应CGCS2000坐标系,8002端口对应WGS84坐标系,记得中央子午线改成当地 | ||
③源节点: | ||
RTCM33_GRCEJ(五星十六频,推荐五星仪器以上使用) | ||
RTCM33_GRCEpro(四星十三频,推荐四星仪器以上使用) | ||
RTCM33_GRCE(四星十一频,推荐四星仪器以上使用) | ||
RTCM33_GRC(三星八频,推荐三星仪器使用) | ||
RTCM30_GR(双星仪器使用) | ||
``` | ||
|
||
## 使用Mission Planner转发基站RTCM数据给Rover | ||
|
||
### RTK/GPS Inject | ||
|
||
!!! info "初始设置 -> RTK/GPS Inject -> Ntrip -> Connect" | ||
|
||
![](../media/mp-ntrip-1.png){ width="500" } | ||
|
||
### 输入Ntrip账号信息 | ||
|
||
!!! info "以CORS账号服务为例" | ||
http://cedr5668:[email protected]:8002/RTCM33_GRCEJ | ||
|
||
![](../media/mp-ntrip-2.png){ width="500" } | ||
|
||
### 连接成功 | ||
|
||
![](../media/mp-ntrip-3.png){ width="500" } | ||
|
||
!!! info "GPS 显示为 RTK Float" | ||
进入rtk定位,但此时GRTK的`RTK`灯并不会亮 | ||
|
||
![](../media/mp-ntrip-4.png){ width="500" } | ||
|
||
|
||
!!! info "GPS 显示为 RTK Fixed" | ||
进入高精rtk定位,此时GRTK的`RTK`灯亮起 | ||
具体进入RTK Fixed的时间主要取决于网络RTK数据 | ||
|
||
![](../media/mp-ntrip-5.png){ width="500" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.