-
Notifications
You must be signed in to change notification settings - Fork 41
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
Example 5 producing error, object has no attribute "ubx_get_set_del" #16
Comments
I'm having the same problem. Any advice would be extremely helpful. |
Hi guys,
Hope this will somehow helps Best Regards, |
Thanks for suggesting this, Jack. I'll be getting back into Ublox stuff shortly and I'll give it a try. I appreciate the help! |
Adding that function into ublox_gps.py allows example 5 to run. However, it is very similar to the ublox_gps.py function "get_val" shown below:
When I run them both side by side with the same key, I get the same output: get_val: ('ACK', 'NAK', NAK(clsID=6, msgID=139)) However, if I change the msg key to 0x30210001 for CFG-RATE-MEAS I still get: get_val: ('ACK', 'NAK', NAK(clsID=6, msgID=139)) which was surprising - I expected them to be different unless this is some type of error msg? It's also not obvious how to use this to update the CFG-RATE-MEAS |
ubx_get_val exists in ublox_gps.py but not ubx_get_set_del. Would be helpful to have this example work, unless I'm doing something wrong...
The text was updated successfully, but these errors were encountered: