Lab-of-AI-and-Robotics / GS_ICP_SLAM

[ECCV 2024] RGBD GS-ICP SLAM
MIT License
304 stars 36 forks source link

fast_gicp bug #17

Closed kk6398 closed 5 months ago

kk6398 commented 5 months ago

The problem occurred when installing fast_gicp, I tried what you provided

pip install pcl conda config --add channels conda-forge conda install -c sirokujira python-pcl

But I encountered the bug when using cmake and make. I tried debugging but failed. I hope you can help:

image image

kk6398 commented 5 months ago

I used the gcc7.5 and g++7.5. After update the version of them to 11.4, it worked!!!