-
Notifications
You must be signed in to change notification settings - Fork 122
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
Python GPS Example Intermittent #14
Comments
@mr337, have you tried to reboot your Navio? |
@smirnov1993 Yeah and I have had that, especially with running two C++ example the second will get a UBLOX test fail, which is great! After a clean restart via power cycle I'm still getting the same thing. Here is a console output that shows the C++ version working, nothing is running, and the python example.
|
Could you please run python example with It will give us info about which system calls failed |
Gah, so when running strace it seems to work :D I may have to do a screencap to show what I'm experiencing. |
So in short, when I do a Here is a screencap where I redacted the gps coords but you can check the timing. Literally it works when I run it with strace or attach strace to the proc. Its werid! |
Fixed with #17. Thanks for pointing out! |
I am trying the Python GPS example and getting weird results.
When testing with the C++ version I get a solid output, Long, Lat, Fix status on a timely interval (~ 1s). This verifies the GPS unit is working and getting GNSS signal resolving to a location.
But the Python GPS example just sits, every now and then will print out a solution. Sometimes does nothing for up to 10 minutes.
Is there something wrong with the Python GPS example? I am running HEAD on Navio2 repo.
The text was updated successfully, but these errors were encountered: