Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor GPSFix generation (ROS2) #73

Merged

Conversation

pjreed
Copy link
Contributor

@pjreed pjreed commented Nov 20, 2019

Previously, GPSFix messages were generated by synchronizing GPGGA and GPRMC logs, optionally filling in a few fields from BESTPOS logs when available.

This will instead produce more accurate GPSFix message with more fields by instead basing them on BESTPOS logs and synchronizing them with BESTVEL and PSRDOP2 logs when possible.

@pjreed pjreed force-pushed the refactor-gpsfix-generation-dashing branch from 0ca158c to 928b4e4 Compare November 21, 2019 18:56
Previously, GPSFix messages were generated by synchronizing GPGGA and
GPRMC logs, optionally filling in a few fields from BESTPOS logs when
available.

This will instead produce more accurate GPSFix message with more
fields by instead basing them on BESTPOS logs and synchronizing them
with BESTVEL and PSRDOP2 logs when possible.

Distribution Statement A; OPSEC #2893

Signed-off-by: P. J. Reed <preed@swri.org>
@pjreed pjreed force-pushed the refactor-gpsfix-generation-dashing branch from 928b4e4 to 1d02e33 Compare November 21, 2019 20:21
@pjreed pjreed merged commit 45a4afa into swri-robotics:dashing-devel Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant