Rtk
public class Rtk
Service to send RTK corrections to the vehicle.
-
Initializes a new
Rtk
plugin.Normally never created manually, but used from the
Drone
helper class instead.Declaration
Swift
public convenience init(address: String = "localhost", port: Int32 = 50051, scheduler: SchedulerType = ConcurrentDispatchQueueScheduler(qos: .background))
Parameters
address
The address of the
MavsdkServer
instance to connect toport
The port of the
MavsdkServer
instance to connect toscheduler
The scheduler to be used by
Observable
s -
Undocumented
See moreDeclaration
Swift
public struct RuntimeRtkError : Error
-
Undocumented
See moreDeclaration
Swift
public struct RtkError : Error
-
RTCM data type
See moreDeclaration
Swift
public struct RtcmData : Equatable
-
Declaration
Swift
public struct RtkResult : Equatable
-
Send RTCM data.
Declaration
Swift
public func sendRtcmData(rtcmData: RtcmData) -> Completable
Parameters
rtcmData
The data