You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this driver with the Garmin 18x GPS--a well-supported module, and I've used it without issue in the past. I recently collected GPS data in a more remote location using this driver, and interestingly, some of my GPS data seems very incorrect (but not in a typical noisy manner).
I'll give an example. Here, the ros messages report a status of 1, which makes me think that that position fixes have SBAS augmentations to make them more accurate. As we can see in the plot, the GPS fix (in red) is completely off the mark from the visual odometry or the wheel encoder odometry.
Here's a sample NavSatFix message from that run, with the latitude/longitude slightly adjust for privacy:
Does anyone have any ideas for what the issue could be here? Is the ros message only tracking the augmentation and not the updated augmented fix? Is there any way I can possibly extract the correct fixes here?
The text was updated successfully, but these errors were encountered:
Hi!
I'm using this driver with the Garmin 18x GPS--a well-supported module, and I've used it without issue in the past. I recently collected GPS data in a more remote location using this driver, and interestingly, some of my GPS data seems very incorrect (but not in a typical noisy manner).
I'll give an example. Here, the ros messages report a status of 1, which makes me think that that position fixes have SBAS augmentations to make them more accurate. As we can see in the plot, the GPS fix (in red) is completely off the mark from the visual odometry or the wheel encoder odometry.
Here's a sample
NavSatFix
message from that run, with the latitude/longitude slightly adjust for privacy:But on some other runs, the GPS seems to track okay with what we expect from other sensors (wheel encoders, IMU, etc):
And here we see a status of 0 for the entire run:
Does anyone have any ideas for what the issue could be here? Is the ros message only tracking the augmentation and not the updated augmented fix? Is there any way I can possibly extract the correct fixes here?
The text was updated successfully, but these errors were encountered: