当前位置:网站首页>undefined reference to `Nabo::NearestNeighbourSearch
undefined reference to `Nabo::NearestNeighbourSearch
2022-04-23 17:51:00 【ppipp1109】
First installation libnabo
git clone git://github.com/ethz-asl/libnabo.git
cd libnabo
mkdir build
cd build
cmake ..
make -j4
sudo make install
If it is 18.04 Pay attention to revision ros Version number of
stay CMakeList.txt Add library files to
target_link_libraries(imlsMatcher_node
${catkin_LIBRARIES}
${EXTERNAL_LIBS}
/opt/ros/melodic/lib/libcsm.so
${libnabo_LIBRARIES} libnabo::nabo ------------------- There are no library files added here
)
版权声明
本文为[ppipp1109]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230549076046.html
边栏推荐
- Ring back to origin problem - byte jumping high frequency problem
- Cloud native Virtualization: building edge computing instances based on kubevirt
- 394. 字符串解码-辅助栈
- 剑指 Offer 03. 数组中重复的数字
- Special effects case collection: mouse planet small tail
- ES6 new method
- 2022年广东省安全员A证第三批(主要负责人)特种作业证考试题库及在线模拟考试
- Use of list - addition, deletion, modification and query
- Timestamp to formatted date
- [二叉数] 二叉树的最大深度+N叉树的最大深度
猜你喜欢
随机推荐
2021 Great Wall Cup WP
uni-app黑马优购项目学习记录(下)
Vite configure proxy proxy to solve cross domain
958. 二叉树的完全性检验
ES6 new method
Halo open source project learning (II): entity classes and data tables
SQL optimization for advanced learning of MySQL [insert, primary key, sort, group, page, count]
Summary of common SQL statements
Entity Framework core captures database changes
In JS, t, = > Analysis of
Flask项目的部署详解
Kubernetes service discovery monitoring endpoints
练习:求偶数和、阈值分割和求差( list 对象的两个基础小题)
92. Reverse linked list II byte skipping high frequency question
Sword finger offer 03 Duplicate number in array
【Appium】通过设计关键字驱动文件来编写脚本
587. Install fence / Sword finger offer II 014 Anagrams in strings
C1 notes [task training chapter I]
Arithmetic expression
The method of changing a value in the array and a value in the object of wechat applet