ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Meaning of status fields in sensor_msgs/NavSatStatus

asked 2019-03-21 10:44:19 -0500

billtheplatypus gravatar image

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?

edit retag flag offensive close merge delete

Comments

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.

gvdhoorn gravatar image gvdhoorn  ( 2019-03-21 10:53:51 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2019-04-01 13:21:19 -0500

billtheplatypus gravatar image

OK, I have learned some things through research about various GNSS types. I didn't find any of this in the ROS documentation, but it matches the field names.

No Fix means that it can't find a location.

Fix means that it found a location, using solely GPS/GLONASS/etc.

Fix with ground-based augmentation means fix with assistance of such networks as DGPS or GBAS.

Fix with satellite-based augmentation means fix with assistance of such networks as StarFire. These systems work like ground-based augmentation, but with satellites.

It appears that with improvements to GNSS systems and the end of selective availability that these systems are used less now, which is why my initial research didn't come up with this.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-03-21 10:44:19 -0500

Seen: 701 times

Last updated: Apr 01 '19