koide3 / fast_gicp

A collection of GICP-based fast point cloud registration algorithms
BSD 3-Clause "New" or "Revised" License
1.29k stars 319 forks source link

Cannot find sophus/so3.hpp #26

Open bbbmbbbm opened 4 years ago

bbbmbbbm commented 4 years ago

Hello, this problem occurred when I was compiling the feature pack. In file included from /home/bbm/catkin_ws/src/fast_gicp/src/fast_gicp/gicp/fast_vgicp.cpp:1:0: /home/bbm/catkin_ws/src/fast_gicp/include/fast_gicp/gicp/fast_vgicp.hpp:14:26: fatal error: sophus/so3.hpp: No such file or directory I checked it under the path in the function package. The so3.hpp file is under /home/bbm/catkin_ws/src/fast_gicp/include/fast_gicp/so3. Why can’t I compile and find the header file?