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

Cannot decode ASHR message #52

Closed
oe1rsa opened this issue Mar 25, 2024 · 2 comments · Fixed by #53
Closed

Cannot decode ASHR message #52

oe1rsa opened this issue Mar 25, 2024 · 2 comments · Fixed by #53
Assignees
Labels
bug Something isn't working

Comments

@oe1rsa
Copy link

oe1rsa commented Mar 25, 2024

Describe the bug

I am logging the NMEA messages to a file and the read them back by

`with open(file, 'rb') as nmeas:
    for raw_data, parsed_data in NMEAReader (nmeas, validate = 0x03):
        print(parsed_data)`

I get the message:

Unknown msgID ASHR142509.000 msgmode GET.
  • Version: 1.0.33
  • b'$PASHR,142509.000,179.885,T,-0.624,0.245,,0.029,0.029,0.502,2,3*17\r\n'

Expected Behavior

I expect the message to be decoded.

Desktop (please complete the following information):

  • The operating system: Ubuntu
  • The version of Python: 3.10
  • The type of serial connection: N/A

GNSS/GPS Device (please complete the following information as best you can):

  • Applanix
@semuadmin
Copy link
Contributor

semuadmin commented Mar 25, 2024

Hi @oe1rsa,

This appears to be a proprietary Trimble Applanix "RT300 proprietary roll and pitch" NMEA sentence, but it seems to differ from other proprietary Trimble PASHR sentences in not having a msgId attribute as the first field in the payload.

I'll review the latest available Trimble documentation and add in this definition, along with any others I'm missing.

https://receiverhelp.trimble.com/oem-gnss/NMEA-0183messages_MessageOverview.html

@semuadmin semuadmin mentioned this issue Mar 25, 2024
12 tasks
@semuadmin semuadmin added the bug Something isn't working label Mar 25, 2024
@semuadmin semuadmin added this to the RC 1.0.34 milestone Mar 25, 2024
@oe1rsa
Copy link
Author

oe1rsa commented Mar 26, 2024

Works! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants