RTK GPS devices can be accurate to centimeter-level, allowing PX4 to be used in applications like precision surveying (where pinpoint accuracy is essential).
:::note GPS can also be used as a source of yaw/heading information:
PX4 supports the u-blox M8P, u-blox F9P and the Trimble MB-Two GPS, and products that incorporate them.
The RTK compatible devices below have been tested. The table indicates devices that also output yaw, and that can provide yaw when two on-vehicle units are used.
:::note Some RTK modules can only be used in a particular role (base or rover), while others can be used interchangeably. :::
RTK positioning requires a pair of RTK GPS devices: a "base" for the ground station and a "rover" for the vehicle.
In addition you will need:
- A laptop/PC with QGroundControl (QGroundControl for Android/iOS do not support RTK)
- A vehicle with a WiFi or Telemetry radio link to the laptop.
:::note QGroundControl with a base module can theoretically enable RTK GPS for multiple vehicles/rover modules. At time of writing this use case has not been tested. :::
Connect the vehicle-based module to the flight controller's GPS port (in the same way as any other GPS module).
The actual cables/connectors required will depend on the flight controller and selected RTK module (see documentation for the selected device for more information).
Connect the base module to QGroundControl via USB. The base module must not be moved while it is being used.
:::tip Choose a position where the base module won't need to be moved, has a clear view of the sky, and is well separated from any buildings. Often it is helpful to elevate the base GPS, by using a tripod or mounting it on a roof. :::
The vehicle and ground control laptop must be connected via wifi or a radio telemetry link.
The link must use the MAVLink 2 protocol as it makes more efficient use of the channel. This should be set by default, but if not, follow the MAVLink2 configuration instructions below.
The RTK GPS connection is essentially plug and play:
-
打开QGroundControl,使用 USB 连接基站的 RTK GPS 到地面站。 电脑会自动识别设备。
-
启动飞机,确保飞机连接上QGroundControl地面站。
:::tip QGroundControl displays an RTK GPS status icon in the top icon bar while an RTK GPS device is connected (in addition to the normal GPS status icon). The icon is red while RTK is being set up, and then changes to white once RTK GPS is active. You can click the icon to see the current state and RTK accuracy. :::
-
然后 QGroundControl 开始设置 RTK (称为 "测量")。
测量是一个获得基站准确位置的设置过程。 这个过程通常会需要几分钟(在达到RTK 设置中指定的最小时间和精度后结束)。
你也可以点击 RTK状态按钮查看。
-
测量完成:
-
The RTK GPS icon changes to white and QGroundControl starts to stream position data to the vehicle:
-
Vehicle GPS switches to RTK mode. The new mode is displayed in the normal GPS status icon (
3D RTK GPS Lock
):
The following settings may need to be changed (using QGroundControl).
The RTK GPS settings are specified in the QGroundControl General Settings (SettingsView > General Settings > RTK GPS).
These settings define the minimum duration and minimum accuracy for completing the RTK GPS setup process (known as "Survey-In).
:::tip You can save and reuse a base position in order to save time: perform Survey-In once, select Use Specified Base Position and press Save Current Base Position to copy in the values for the last survey. The values will then persist across QGC reboots until they are changed. :::
The MAVLink2 protocol must be used because it makes more efficient use of lower-bandwidth channels. This should be enabled by default on recent builds.
To ensure MAVLink2 is used:
- Update the telemetry module firmware to the latest version (see QGroundControl > Setup > Firmware).
- Set MAV_PROTO_VER to 2 (see QGroundControl Setup > Parameters)
You may also need to tune some parameters as the default parameters are tuned assuming a GPS accuracy in the order of meters, not centimeters. For example, you can decrease EKF2_GPS_V_NOISE and EKF2_GPS_P_NOISE to 0.2.
A second GPS receiver can be used as a backup (either RTK or non RTK). See the EKF2 GPS Configuration section.
The airframe build topic DJI Flamewheel 450 with distance sensor and RTK GPS describes an airframe setup with the Here+ RTK GPS and a Pixhawk 3 Pro.
- RTK-GPS (PX4-Integration): Developer information about integrating RTK-GPS support into PX4.
- Real Time Kinematic (Wikipedia)