-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Bug] Some scans have weird timetstamp #7
Comments
Thanks for spotting this bug 🤓! If you could share the timestamp or the ID of the clouds that appear broken, we can further investigate the issue |
Wow, thanks for your swift reply, bro! In fact, there are a few Originally, I wanted to deskew the point cloud. And here is my code snippet to detect the abnormal situation in
And once I printed them, their values are 3.xx, which is quite larger than we expected. |
As far as I know, point['t'] should be 0.0. - near 0.1, yet I observed that some point clouds have erroneous values: for instance, in the
campus_train1
sequence, the time values of some points are3.604361924
.Thus, these values sometimes make the deskewing imprecise. By any chance, do you happen to know why these situations occur when you guys gather data? Take your time, and feel free to let me know :)
The text was updated successfully, but these errors were encountered: