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

fix: UTC_TIME for RS128 is in "s.ns" format, not "s.us". #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Starrah
Copy link

@Starrah Starrah commented Apr 14, 2023

This commit fixs the error in decoder_RS128.hpp.
For RS128, the timestamp data in the MSOP header is in "s.ns" format, instead of "s.us".
However, the old code treats the timestamp as in "s.us" format, which cause significantly error when parsing the UTC timestamp from the LiDAR.

This commit fixs the error in decoder_RS128.hpp. For RS128, the timestamp data in the MSOP header is in "s.ns" format, instead of "s.us".
However, the old code treats the timestamp as in "s.us" format, which cause significantly error when parsing the UTC timestamp from the LiDAR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant