You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see here, week number is zero (this data is recent) and the flags field is also 0, which is supposed to communicate that the message is invalid. By reading the docs:
However, the gps_time function does not check for this flag, and when called it returns an invalid timestamp for the above case.
Should the function be fixed and return None if the status flag is 0?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I have experienced some inconsistency in
MsgGpsTime
As you can see here, week number is zero (this data is recent) and the
![Screenshot 2023-10-16 at 18 17 51](https://private-user-images.githubusercontent.com/120410627/275596065-0977069c-6b88-441d-8510-06b8b99b2f0b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTMwMTksIm5iZiI6MTczOTI5MjcxOSwicGF0aCI6Ii8xMjA0MTA2MjcvMjc1NTk2MDY1LTA5NzcwNjljLTZiODgtNDQxZC04NTEwLTA2YjhiOTliMmYwYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNjUxNTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05MGNiYzg4ZjY2NGY3ODE4NWU4YWY3Yzc2YjU3YjAzMWVkZWM4MTliN2E3MzU3NzU3ZWViZTZiMDZmYzYzMDUxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ahskMsjcLrCiMigYi6bdcn1pEFfY_6l51hjHC6NKkqc)
flags
field is also0
, which is supposed to communicate that the message is invalid. By reading the docs:However, the
gps_time
function does not check for this flag, and when called it returns an invalid timestamp for the above case.Should the function be fixed and return
None
if the status flag is 0?Thank you!
The text was updated successfully, but these errors were encountered: