-
Notifications
You must be signed in to change notification settings - Fork 35
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
Warning message: Sentence type 'ZDA' not in parse map #8
Comments
Looking at the spec: This is just the publishing of the UTC data/month/year. |
How can I change the code to disable this message? |
Can just comment out the warn here, or ignore it:
https://github.com/rpng/reach_ros_node/blob/master/src/reach_ros_node/parser.py#L205-L207
…On Wed, Apr 29, 2020 at 2:47 PM Artly ***@***.***> wrote:
How can I change the code to disable this message?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ6TYRF4MNNUZS7QLD5E43RPBY45ANCNFSM4MT3QMRQ>
.
|
I changed that, but still see the warning. Do I need to rebuild so parser.pyc file is also changed? |
I got the following warning message when running this node:
[WARN] [1588176216.461421]: Sentence type 'ZDA' not in parse map, ignoring.
[WARN] [1588176216.464354]: Failed to parse NMEA sentence. Sentence was: $GNZDA,160336.40,29,04,2020,00,00*72
Is this a concern? How can I fix it?
The text was updated successfully, but these errors were encountered: