-
Notifications
You must be signed in to change notification settings - Fork 73
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
Issue of the code #9
Comments
You can see from here Line 357 in 9e1df0a
navRate and measRate parameters.
Halving measRate while keeping navRate constant means doubling the position calculation workload. If you lower the measRate too far, your hardware might not be able to keep up. |
Thanks for your quick reply! I will appreciate if you can give me some ideas. Thx |
Hi:
I used the code for my Ublox M8T, in the script: ublox_capture_raw.py.
I saw the dev.configure_solution_rate(rate_ms=1000) part, you set it to be 1000ms. I found that if I set this parameter lower(For example 300), my NMEA messages would have some problems.
Is it possible for you to have a brief explain about this parameter? I will appreciate if you can give me some advices.
The text was updated successfully, but these errors were encountered: