Flight Altitude

2020-03-27

Basic Concept

The basic concept of the altitude about OSDK and DJI's drone is as follows:

                   
Relative Altitude Fusion Altitude GPS Altitude RTK Altitude Straight Altitude
Concept The vertical distance of the takeoff point and current point Take the barometer value as the initial value, use the fusion algorithm and sensors to calculate the Altitude Real-time earth ellipsoid height based on GPS Real-time earth ellipsoid height based on RTK Using the ultrasound to measure the distance between the drone and the below
Get Method Get this information from DJI Pilot
The Mobile App developed based on MSDK could subscribe this item
The Mobile App developed based on MSDK could subscribe this item The Mobile App developed based on MSDK could subscribe this item The Mobile App developed based on MSDK could subscribe this item Get this information from DJI Pilot
The Mobile App developed based on MSDK could subscribe this item
Application scenarios To get the current altitude of the drone For more accurate and stable control of the drone when flighting the missions Analyze the flight mission and flight status of the drone For missions such as accurate mapping and waypoint flight For safe landing (obstacle avoidance and speed reduction)
Data source IMU (may includes vision sensors, GPS, and RTK) and barometers GPS satellites RTK satellites TOF or ultrasound, and IMU
0 Point The point where the drone takes off from the ground Sea level at standard pressure WGS84 Coordinate System RTK Coordinate system (C2000, WGS84 or user-specified) The surface of a hard object (such as the ground) below the drone
Noise level Low Low High Low Low
Effective Range Several kilometers Several kilometers Several kilometers Several kilometers Within 10 meters
Data Precision The altitude accuracy will be affected by the flight distance of the drone reliable reliable reliable
Altitude Reliability Unreliable Unreliable Neutral Reliable Reliable
Influencing factors Affected by Temperature, Humidity, and Pressure Affected by the strength of GPS signal, short-term deviation is large and long-term deviation is relatively small. Affected by the working status of RTK satellite and accuracy of RTK base station, overall it is very reliable Properties (such as texture) of the object belows the drone

Compare

Relative and Fusion

The difference between the relative takeoff altitude and the fusion altitude is starting point:

  • The relative takeoff altitude is based on the aircraft's takeoff point.
  • The fusion altitude uses standard atmospheric pressure (Sea level under the standard atmospheric pressure) as a starting point.

These two altitudes use MSL(Main Sealed Height) is 1013.25mBar at 15°C, and the per 1000m is -6.5°C). The environment of the aircraft is affected by temperature and humidity, the change doesn‘t fully conform to the standard model, so the absolute altitude obtained from these two altitudes is not reliable. And the fused altitude cannot be used for absolute measurement. In addition, the distance is far and the difference between the two points will have a large deviation.

GPS and RTK

Both GPS altitude and RTK altitude can output the current earth ellipsoid height of the aircraft. The difference is as follows:

  • RTK altitude depends on the user's coordinate system, like C2000, WGS84, or others. RTK is more accuracy in the case of ”fixed“, and is very reliable in the short and long term (fixed).
  • GPS altitude is only in the WGS84. GPS is limited by positioning accuracy, and the short-term deviation of altitude is generally large, but it is reliable in the long-term.

Regardless of the network RTK or the station RTK, when the station RTK is fixed, the relative positioning accuracy (relative to the station RTK) is accurate. For the handheld station RTK, the accuracy is affected by RTK station. If the RTK station calibrate automatically by itself, the deviation may reach to meter level, and the RTK will have the deviation at this time, but the relative position is reliable. For network RTK both relative position and absolute position are better.