SMRT-AIST / fast_gicp

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

can't build fast_gicp.lib #158

Open guyuezuntinggithub opened 2 weeks ago

guyuezuntinggithub commented 2 weeks ago

hey guys! I try to build on Windows successfully. but just get fast_gicp.dll without fast_gicp.lib.

koide3 commented 2 weeks ago

Please consider using the new library that has less issues on windows and is faster and easier to use. https://github.com/koide3/small_gicp

guyuezuntinggithub commented 2 weeks ago

Please consider using the new library that has less issues on windows and is faster and easier to use. https://github.com/koide3/small_gicp

thanks for your reply! my final use is vgicp_cuda. but, it depends on fast_gicp.lib. How can I resolve this problem? thanks!