class RTKLocationInfo
Package: dji.v5.manager.aircraft.rtk
Description:
The information of RTK location. It includes the location data of an RTK module, the heading of an aircraft. It also includes the fusion data of an aircraft's heading and location based on RTK readings and flight controller readings. Supported since MSDK 5.0.0
Class Members:
Members
method getRtkLocation
RTKLocation getRtkLocation ()
Package: dji.v5.manager.aircraft.rtk
Description:
Get the RTK location information. Supported since MSDK 5.0.0
Return:
method getRtkHeading
RTKHeading getRtkHeading ()
Package: dji.v5.manager.aircraft.rtk
Description:
Get the RTK heading. Supported since MSDK 5.0.0
Return:
RTKHeading Return the RTK heading.
method getRealHeading
Package: dji.v5.manager.aircraft.rtk
Description:
Get the fusion heading of flight controller readings and RTK module readings. Supported since MSDK 5.0.0
Return:
Double Return the fusion heading of flight controller readings and RTK module readings.
method getReal3DLocation
LocationCoordinate3D getReal3DLocation ()
Package: dji.v5.manager.aircraft.rtk
Description:
Get the fusion location of flight controller readings and RTK module readings. Supported since MSDK 5.0.0
Return:
LocationCoordinate3D Return the fusion location of flight controller readings and RTK module readings.