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

Remove check for nav_sat_stat and nav_sat_cov from nav_sat_fix node #14

Merged
merged 2 commits into from
Oct 13, 2023
Merged

Conversation

gsokoll
Copy link
Contributor

@gsokoll gsokoll commented Oct 13, 2023

Proposed change to address #13

Existing code for the nav_sat_fix node checked whether updated values for both nav_sat status and covariance data had been received when processing incoming ubx_nav_hpposllh messages. The ublox device should normally publish the status and covariance data at the same rate as the hpposllh data, however when the io systm was becoming overloaded these messages appear to be dropped. This resulted in the nav_sat_fix messages being published very slowly.

This change removes the check for updated status and covariance data. Instead it uses the last known values for them when preparing the nav_sat_fix message.

@hortovanyi hortovanyi merged commit cfd4305 into aussierobots:main Oct 13, 2023
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

2 participants