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

Fixes #369 wait for gps #370

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Jens-Kassel
Copy link

@Jens-Kassel Jens-Kassel commented Nov 27, 2024

As I can see delayMs is the delay between the handling of the first byte of a GPS-Message block and the last Byte of the UbxNavTime Msg.

We have configured the GPS to get a block each second. (Sol, Pollsh, Dop, Velned and TimeGps)

I don't think the order of the single messages is specified and maydiffer.

This delay is no indicator of the quality of the GPS measurement but the performance of the OBS firmware.

Removing this conditions seems to fix #369

Jens Kassel added 2 commits November 27, 2024 21:49
Why is the fix not recognized?
As I can see delayMs is the delay between the handling of the first byte
of a GPS-Message block and the last Byte of the UbxNavTime Msg.

We have configured the GPS to get a block each second. (Sol, Pollsh,
Dop, Velned and TimeGps)

I don't think the order of the single messages is specified and may
differ.

This delay is no indicator of the quality of the GPS measurement but the
performance of the OBS firmware.
@Jens-Kassel Jens-Kassel changed the title Bugfix #369 wait for gps fix #369 wait for gps Nov 27, 2024
@Jens-Kassel Jens-Kassel changed the title fix #369 wait for gps Fixes #369 wait for gps Nov 27, 2024
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.

OBS hangs at "Wait for GPS" while GPS has fix
1 participant