GpsDriver decodes a position-fix stream from a u-blox, NMEA,
RTK, or vendor-custom receiver and exposes it as a series of
GpsFix samples. Drivers that support RTK can also accept RTCM
correction payloads.
The interface
inject_rtcm is a no-op for non-RTK drivers.
Capabilities
Fix samples
fix_type follows the common convention: 0 no fix, 2 2D, 3 3D, 4
DGPS, 5 RTK float, 6 RTK fixed.
Manifest permissions
See also
- Driver layer for the contract.