| java.lang.Object | |
| ↳ | dji.sdk.flightcontroller.rtk.DJIRtk |
Real Time Kinematic
| 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
| |||||||||||
return true if RTK is supported.
Enables RTK positioning. Disable RTK when in poor signal environments where incorrect positioning information might might controlling the aircraft difficult.