当前位置:网站首页>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
边栏推荐
- SystemVerilog(六)-变量
- 2022 judgment questions and answers for operation of refrigeration and air conditioning equipment
- On the method of outputting the complete name of typeID from GCC
- MySQL进阶之索引【分类,性能分析,使用,设计原则】
- 239. 滑动窗口最大值(困难)-单向队列、大顶堆-字节跳动高频题
- The method of changing a value in the array and a value in the object of wechat applet
- Exercise: even sum, threshold segmentation and difference (two basic questions of list object)
- Gets the time range of the current week
- Applet learning notes (I)
- Qt 修改UI没有生效
猜你喜欢

Allowed latency and side output

JS high frequency interview questions

Gets the time range of the current week

2022年流动式起重机司机国家题库模拟考试平台操作

SystemVerilog(六)-变量

102. 二叉树的层序遍历

索引:手把手教你索引从零基础到精通使用

2022年上海市安全员C证操作证考试题库及模拟考试

Open source key component multi_ Button use, including test engineering
![MySQL advanced index [classification, performance analysis, use, design principles]](/img/96/b031868602a7b8ba4edd0d74c843b3.png)
MySQL advanced index [classification, performance analysis, use, design principles]
随机推荐
Construction of functions in C language programming
On the method of outputting the complete name of typeID from GCC
This point in JS
1217_ Generating target files using scons
122. The best time to buy and sell stocks II - one-time traversal
2022年广东省安全员A证第三批(主要负责人)特种作业证考试题库及在线模拟考试
Cloud native Virtualization: building edge computing instances based on kubevirt
油猴网站地址
Arithmetic expression
402. Remove K digits - greedy
Double pointer advanced -- leetcode title -- container with the most water
2022制冷与空调设备运行操作判断题及答案
386. Dictionary order (medium) - iteration - full arrangement
Halo open source project learning (II): entity classes and data tables
关于gcc输出typeid完整名的方法
列錶的使用-增删改查
Summary of common SQL statements
Kubernetes service discovery monitoring endpoints
1217_使用SCons生成目标文件
Future 用法详解