Meaning of status fields in sensor_msgs/NavSatStatus
The NavSatStatus message has a field for status, with 4 options: No fix, fix, fix with satellite augmentation, fix with ground-based augmentation. No fix and fix make sense, but what is the meaning of the field with augmentation? Notably, any Navsat/GNSS system would be satellite augmented, wouldn't it? Does ground-based augmentation refer to RTK?
Not an answer, but: see sensor_msgs/Reviews/2010-05-31 GPS Proposal_API_Review for the API proposal and review of the GPS messages in
sensor_msgs
. Might provide some insight into the design process.