public class

DJIRtk

extends Object
java.lang.Object
   ↳ dji.sdk.flightcontroller.rtk.DJIRtk

Class Overview

Real Time Kinematic

Summary

Nested Classes
interface DJIRtk.UpdateRtkStateCallback This interface provides a delegate method to update the RTK state. 
Public Constructors
DJIRtk()
Public Methods
void destory()
boolean getIsRtkSupported()
return true if RTK is supported.
void setRtkEnabled(boolean enable, DJICommonCallbacks.DJICompletionCallback callback)
Enables RTK positioning.
void setUpdateRtkStateCallback(DJIRtk.UpdateRtkStateCallback callback)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DJIRtk ()

Public Methods

public void destory ()

public boolean getIsRtkSupported ()

return true if RTK is supported.

public void setRtkEnabled (boolean enable, DJICommonCallbacks.DJICompletionCallback callback)

Enables RTK positioning. Disable RTK when in poor signal environments where incorrect positioning information might might controlling the aircraft difficult.

public void setUpdateRtkStateCallback (DJIRtk.UpdateRtkStateCallback callback)