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

LIVOX AVIA 激光时间戳出错,imu发送逻辑问题(livox/lidar timestamp error and the publish logic of imu is weird) #163

Closed
sychina opened this issue Dec 7, 2023 · 5 comments

Comments

@sychina
Copy link

sychina commented Dec 7, 2023

When i tried to run rosbag record with livox avia and checked in rqt_bag , I found something weird.

  1. lidar's timestamp is jumped each second.
    Screenshot from 2023-12-07 20-47-31
    Screenshot from 2023-12-07 20-47-41
    Screenshot from 2023-12-07 20-47-52
    in seq.2188, the timestamp is 385.99943, but in seq.2189 and 2190, the timestamps are 386.9967 and 386.199. Where is 386.099 ????
  2. What is the advantage of bundling 20 imu msgs to align lidar msgs, I still must to align them in the code because all the timestamps of the topics are in a mess
    Screenshot from 2023-12-07 20-47-10
    It looks like imu is 10Hz
@sychina
Copy link
Author

sychina commented Dec 7, 2023

Screenshot from 2023-12-07 20-46-58
sorry this picture shoud be right.

Thank you

@sychina
Copy link
Author

sychina commented Dec 7, 2023

Q1 miss one digital, Q1 sloved

@sychina sychina closed this as completed Dec 7, 2023
@HP-Yin
Copy link

HP-Yin commented Jan 9, 2024

请问这个问题是怎么解决的呢?
How was this problem solved?

@sychina
Copy link
Author

sychina commented Jan 10, 2024

请问这个问题是怎么解决的呢?
How was this problem solved?

没问题,仔细数了下时间戳的小数位数,其实没少。但是不太明白为何要把imu的数据挤到一起发过来

@HP-Yin
Copy link

HP-Yin commented Jan 11, 2024

我也看了一下,header.stamp是没问题的,他发送的时候写在了一个while循环里打包发送了

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

No branches or pull requests

2 participants