lidar_align编译出错:
Could not find a package configuration file provided by "NLOPT" with any of
the following names:
NLOPTConfig.cmake
nlopt-config.cmake
解决方法:在CmakeList.txt中添加NLOPTConfig.cmake所在的路径,如下:
set (NLOPT_DIR "xx/xx/lidar_align_ws/src/lidar_align/")
3180

被折叠的 条评论
为什么被折叠?



