koide3 / hdl_graph_slam

3D LIDAR-based Graph SLAM
BSD 2-Clause "Simplified" License
1.94k stars 723 forks source link

prefiltering process died #222

Open houhaol opened 2 years ago

houhaol commented 2 years ago

Hello,

I met a node crash when i run hdl_graph_slam.launch. I referred #82 to change all load to standalone. I found the crash is due to the prefiltering process. but I didn't change any source code. Can you suggest me a way to fix it? Or is it maybe due to my PC capability?

The error log of prefiltering is type is hdl_graph_slam/PrefilteringNodelet downsample: VOXELGRID 0.1 outlier_removal: RADIOUS 0.5 - 2

I can successfully run the demo that is hdl_graph_slam_501.launch but failed to test my own velodyne.

Appreciate for your help.

Houhao