VpsLocationSourceConfig

data class VpsLocationSourceConfig(val accurateStateAccuracy: Double = 1.0, val degradedStateAccuracy: Double = 5.0, val attitudeAccuracy: Double = 35.0)

Accuracy thresholds for the VPS location source state machine.

Constructors

Link copied to clipboard
constructor(accurateStateAccuracy: Double = 1.0, degradedStateAccuracy: Double = 5.0, attitudeAccuracy: Double = 35.0)

Properties

Link copied to clipboard

Location accuracy reported when VPS is in the accurate state, in meters.

Link copied to clipboard

Heading accuracy reported for the VPS attitude estimate, in degrees.

Link copied to clipboard

Location accuracy reported when VPS is in the degraded state, in meters.