ethz-asl / COIN-LIO

🪙 COIN-LIO: Complementary Intensity-Augmented LiDAR Inertial Odometry (ICRA 2024)
Other
275 stars 27 forks source link

Thread 1 "coin_lio_mappin" received signal SIGSEGV, Segmentation fault. #4

Closed cimu67 closed 4 months ago

cimu67 commented 4 months ago

Thanks for your work! When I run the coin-lio, I encounter a segmentation fault, as shown in the figure below. My system is Ubuntu 20.04, ROS Noetic, and Eigen 3.3.7. 微信图片_20240513214531

patripfr commented 4 months ago

Hi, from the given information it's a bit hard to understand what's going on. Could you please provide some details on how you installed the project, what dataset you're using, what commands you're executing and about when it crashes (immediately or after some time)?

cimu67 commented 4 months ago

Hi, from the given information it's a bit hard to understand what's going on. Could you please provide some details on how you installed the project, what dataset you're using, what commands you're executing and about when it crashes (immediately or after some time)?

Thank you, i installed the project locally following the readme. I used the "2023-08-08-17-50-31-tunnel_d.bag" from the ENWIDE dataset. When I executed the command "roslaunch coin_lio mapping_enwide.launch bag_file:=", it crashed immediately. Specifically, it crashed when the terminal printed "[ INFO] [1715997743.198322765]: IMU Initial Done" followed by "[ WARN] [1715997743.199341554]: No point, skip this scan!". 微信图片_20240518101327

patripfr commented 4 months ago

Thanks for providing this information. I'm also running on 20.04 with noetic and eigen 3.3.7, and other people also seemed to have no issues with this setup. Unfortunately, since I don't know where exactly the code crashes on your system it's hard to provide more help.

patripfr commented 4 months ago

Closing due to inactivity.

tanaya1707 commented 3 months ago

ect locally following the readme. I used the "2023-08-08-17-50-31-tunnel_d.bag" from the ENWIDE dataset. When I executed the command "roslaunch coin_lio mapping_enwide.launch bag_file:=", it crashed immediately. Specifically, it crashed when the terminal printed "[ INFO] [1715997743.198322765]: IMU Initial Done" followed by "[ WARN] [1715997743.199341554]: No point, skip this scan!".

I am facing the same issue. Did you resolve this?