当前位置:网站首页>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
边栏推荐
- 2022 Shanghai safety officer C certificate operation certificate examination question bank and simulation examination
- JS get link? The following parameter name or value, according to the URL? Judge the parameters after
- 386. Dictionary order (medium) - iteration - full arrangement
- 2021 Great Wall Cup WP
- Cross domain settings of Chrome browser -- including new and old versions
- Hcip fifth experiment
- Submit local warehouse and synchronize code cloud warehouse
- 极致体验,揭晓抖音背后的音视频技术
- Ouvrir des contrats à terme, ouvrir des comptes en nuage ou faire confiance aux logiciels des sociétés à terme?
- 1217_ Generating target files using scons
猜你喜欢
随机推荐
Add drag and drop function to El dialog
极致体验,揭晓抖音背后的音视频技术
Read software engineering at Google (15)
394. String decoding - auxiliary stack
In ancient Egypt and Greece, what base system was used in mathematics
高德地图搜索、拖拽 查询地址
102. 二叉树的层序遍历
STM32 entry development board choose wildfire or punctual atom?
Summary of common SQL statements
The ultimate experience, the audio and video technology behind the tiktok
Kubernetes service discovery monitoring endpoints
超分之TDAN
209. Minimum length subarray - sliding window
Learning record of uni app dark horse yougou project (Part 2)
[appium] write scripts by designing Keyword Driven files
92. 反转链表 II-字节跳动高频题
Dry goods | how to extract thumbnails quickly?
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
402. 移掉 K 位数字-贪心
Compilation principle first set follow set select set prediction analysis table to judge whether the symbol string conforms to the grammar definition (with source code!!!)









