当前位置:网站首页>cartographer_ There is no problem compiling node, but running the bug that hangs directly
cartographer_ There is no problem compiling node, but running the bug that hangs directly
2022-04-23 17:51:00 【ppipp1109】
[cartographer_node-3] process has died [pid 20529, exit code 127, cmd /home/pp/vm_ws/carto_ws/install_isolated/lib/cartographer_ros/cartographer_node -configuration_directory /home/pp/vm_ws/carto_ws/install_isolated/share/cartographer_ros/configuration_files -configuration_basename demo_hokuyo.lua scan:=/scan odom:=/odom __name:=cartographer_node __log:=/home/pp/.ros/log/7e019d86-4a06-11ec-a605-c85b7683da3c/cartographer_node-3.log].
log file: /home/pp/.ros/log/7e019d86-4a06-11ec-a605-c85b7683da3c/cartographer_node-3*.log
catrtographer There's no problem compiling , When it's running , The node is dead .
Run the node directly
rosrun cartographer_ros cartographer_node
Report errors It's the wrong symbol .
Search through the Internet , Find some clues ,
Maybe some link libraries are linked to the wrong place
Sure enough ldd cartographer_node | grep glog
libglog.so.0 => /home/XX/my_lib/glog/build/libglog.so.0
Displayed in another of my own glog/build I'm off
Delete build, recompile cartographer, Review the link relationship :
ldd cartographer_node | grep glog
libglog.so.0 => /usr/local/lib/libglog.so.0 (0x00007f7d36e09000)
The result is right .
Reference resources
artographer Compilation method and compilation error (glog Library link error ) resolvent
版权声明
本文为[ppipp1109]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230549075923.html
边栏推荐
- uni-app黑马优购项目学习记录(下)
- JS parsing and execution process
- 48. Rotate image
- Add animation to the picture under V-for timing
- ros常用的函数——ros::ok(),ros::Rate,ros::spin()和ros::spinOnce()
- Listen for click events other than an element
- Ring back to origin problem - byte jumping high frequency problem
- MySQL advanced index [classification, performance analysis, use, design principles]
- JVM class loading mechanism
- 198. Looting - Dynamic Planning
猜你喜欢

JS get link? The following parameter name or value, according to the URL? Judge the parameters after

JS high frequency interview questions

958. 二叉树的完全性检验

Dry goods | how to extract thumbnails quickly?

STM32 entry development board choose wildfire or punctual atom?

In embedded system, must the program code in flash be moved to ram to run?

Anchor location - how to set the distance between the anchor and the top of the page. The anchor is located and offset from the top

Double pointer advanced -- leetcode title -- container with the most water

Halo 开源项目学习(二):实体类与数据表

Examination question bank and online simulation examination of the third batch (main person in charge) of special operation certificate of safety officer a certificate in Guangdong Province in 2022
随机推荐
31. 下一个排列
The ultimate experience, the audio and video technology behind the tiktok
20222 return to the workplace
超分之TDAN
Click Cancel to return to the previous page and modify the parameter value of the previous page, let pages = getcurrentpages() let prevpage = pages [pages. Length - 2] / / the data of the previous pag
Vite configure proxy proxy to solve cross domain
2022年茶艺师(初级)考试模拟100题及模拟考试
587. Install fence / Sword finger offer II 014 Anagrams in strings
Type judgment in [untitled] JS
Kubernetes 服务发现 监控Endpoints
Welcome to the markdown editor
Halo 开源项目学习(二):实体类与数据表
Arithmetic expression
编译原理 求first集 follow集 select集预测分析表 判断符号串是否符合文法定义(有源码!!!)
Halo 开源项目学习(二):实体类与数据表
Kubernetes service discovery monitoring endpoints
Qt error: /usr/bin/ld: cannot find -lGL: No such file or directory
92. Reverse linked list II byte skipping high frequency question
92. 反转链表 II-字节跳动高频题
122. The best time to buy and sell stocks II - one-time traversal