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

Large Velocity Warnings and Lidar Data Issues in LIO-SAM with ISAAC SIM (ROS2 Humble) #528

Open
REGATTE opened this issue Jan 16, 2025 · 1 comment

Comments

@REGATTE
Copy link

REGATTE commented Jan 16, 2025

I am trying to use LIO-SAM with ISAAC SIM v4.2 on ROS2 Humble. The sensors have been configured as per the instructions in the README. The IMU and lidar data have matching timestamps and are being published at the same frequency.

I encountered an issue where the default lidar output from ISAAC SIM does not include ring data. To address this, I created a package to generate lidar data with ring information, which now appears correct in RViz. However, while running the full LIO-SAM pipeline, I am facing the following problems:

I see repeated warnings about large velocity and IMU-preintegration resets in the logs:

[lio_sam_imuPreintegration-3] [WARN] [1737002944.665420944] [lio_sam_imuPreintegration]: Large velocity, reset IMU-preintegration!
[lio_sam_imuPreintegration-3] [WARN] [1737002946.018486600] [lio_sam_imuPreintegration]: Large velocity, reset IMU-preintegration!

In RViz, the lidar data appears incomplete—only the top layer of the point cloud is visible.

Screenshot from 2025-01-15 20-51-38

Steps to Reproduce:

Use ISAAC SIM v4.2 and ROS2 Humble.
Configure IMU and lidar sensors according to the LIO-SAM README.
Ensure the IMU and lidar data have synchronized timestamps and identical frequencies.
Modify ISAAC SIM's lidar output to include ring data and visualize in RViz.
Run the full LIO-SAM pipeline.

Expected Behavior:
The system should process the IMU and lidar data without warnings, and the full lidar point cloud should be visible in RViz.

Observed Behavior:

Frequent warnings about large velocity and IMU-preintegration resets.
Only the top layer of the lidar data is visible in RViz.

Additional Context:
The lidar data with ring information seems to be correctly generated and visualized in RViz before running LIO-SAM. The issues arise during SLAM processing.

Any insights or suggestions would be greatly appreciated!

@ZhongmouLi
Copy link

have you solved this problem?

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