RTK Sample

2024-08-13
No Rating

Sample Introduction

RTK (Real-time Kinematic) is a common global positioning measurement method and can provide centimeter-level positioning accuracy. RTK Sample contains RTK Base Station and Network RTK (Custom Network RTK, Chihiro Network RTK, CMCC Network RTK).

  • RTK Base Station: The mobile station differentially processes the observation data returned by the base station and GPS to obtain accurate positioning results.
  • Network RTK: The network is formed by the combination of multiple base stations, data processing center and communication lines. The base station collects the observation data in real-time and uploads the data to data processing center through communication lines. Data processing center tran transmits the error information to the mobile station, and the mobile station obtains accurate positioning results according to the error information.

This sample shows the complete interface and an example of the interface calling process.

Interface Calling Process

The following figure shows a complete interface display and an example of the interface calling process. For detailed usage, please check the API documentationopen in new window of Mobile SDK.

IRTKCenter

IRTKCenteropen in new window is RTK management class, which is used to get instances of network RTK and base station RTK. It provides the functions like the initialization and usage of Custom Network RTK, Chihiro Network RTK and CMCC Network RTK. And it also provides the connection and setting of base station RTK.

RTK Center en.png

RTK Base Station

IRTKStationManageropen in new window is a class that manages the RTK base station, which is used to connect and configure the DJI DRTK-2 base stationopen in new window.

base station RTK en .png

Network RTK

INetworkRTKManageropen in new window is a class that manages Custom Network RTK, Chihiro Network RTK and CMCC Network RTK, which is used to initialize and enable the network RTK service.

network RTK en.png

Sample Acquisition

RTK Sample:

If you have any comments or confusion about our documentation, you can click here to give feedback and we will get back to you as soon as possible.