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

Why MID360 topics are varying in rosbag record. #111

Open
rahulsharma11 opened this issue Feb 12, 2024 · 0 comments
Open

Why MID360 topics are varying in rosbag record. #111

rahulsharma11 opened this issue Feb 12, 2024 · 0 comments

Comments

@rahulsharma11
Copy link

rahulsharma11 commented Feb 12, 2024

Hi.

I am using MID360 for my application to build the SLAM.
I am using FASTLIO for that. It usually works great.

Issue:
I am doing data collection for more than 40 mins at single run and splitting the dump on every 30 seconds.
Topics should be consistent like:
bagfile1:
/livox/imu -> 6000
/livox/lidar -> 300

bagfile2:
/livox/imu -> 6000
/livox/lidar -> 300

.....

But randomly i am getting:
bagfile 4:
/livox/imu -> 5900
/livox/lidar -> 112

bagfile 10:
/livox/imu -> 5920
/livox/lidar -> 210

bagfile 20:
/livox/imu -> 5898
/livox/lidar -> 63

The topics are fine in other bag files.

This is happening so random that makes my SLAM drift.
I am not sure why it is happening. I am taking precautions of Lidar Connections as well.
Any suggestions?

Thanks.

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

1 participant