class LocationStandardDeviation
class LocationStandardDeviation
|
Package: | dji.common.flightcontroller.rtk |
Description:
Standard deviation of location accuracy in meters. Only Supported by Phantom 4 RTK.
Class Members:
method getStdLatitude
Package: | dji.common.flightcontroller.rtk |
Description:
Latitude standard deviation in meters.
Return:
float | A float value of the latitude. |
method getStdLongitude
Package: | dji.common.flightcontroller.rtk |
Description:
Longitude standard deviation in meters.
Return:
float | A float value of the longitude. |
method getStdAltitude
Package: | dji.common.flightcontroller.rtk |
Description:
Altitude standard deviation in meters.
Return:
float | A float value of the altitude. |