当前位置: 首页 > news >正文

Error string: Could not load library

 启动Rivz时,报错:

Error string: Could not load library (Poco exception = libg2o_csparse_extension.so.0.1: cannot open shared object file: No such file or directory)

[ERROR] [1696572310.529059051]: Failed to load nodelet [/radar_graph_slam_nodelet] of type [radar_graph_slam/RadarGraphSlamNodelet] even after refreshing the cache: Failed to load library /home/guo/Downloads/1/catkin_ws/devel/lib//libradar_graph_slam_nodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libg2o_csparse_extension.so.0.1: cannot open shared object file: No such file or directory)
[ERROR] [1696572310.529116917]: The error before refreshing the cache was: Failed to load library /home/guo/Downloads/1/catkin_ws/devel/lib//libradar_graph_slam_nodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libg2o_csparse_extension.so.0.1: cannot open shared object file: No such file or directory)
[FATAL] [1696572310.529290459]: Failed to load nodelet '/radar_graph_slam_nodelet` of type `radar_graph_slam/RadarGraphSlamNodelet` to manager `radarslam_nodelet_manager'

 

 解决方法:

打开:

sudo gedit /etc/ld.so.conf

 添加:

/usr/local/lib

运行:

sudo ldconfig 

http://www.lryc.cn/news/183524.html

相关文章:

  • pom.xml里的标签
  • 微服务部署的正确策略
  • C#中的数组探究与学习
  • 计算机网络八股
  • Waves 14混音特效插件合集mac/win
  • Python python-docx 使用教程
  • Mac上protobuf环境构建-java
  • CocosCreator3.8研究笔记(二十二)CocosCreator 动画系统-动画剪辑和动画组件介绍
  • 信看课堂-厘米GNSS定位
  • 2023CCPC网络赛(A E)
  • 使用 python 检测泛洪攻击的案例
  • SCROLLINFO scrollInfo; 2023/10/5 下午3:38:53
  • Python--控制台获取输入与正则表达式
  • 网络基础知识面试题1
  • JavaScript系列从入门到精通系列第十五篇:JavaScript中函数的实参介绍返回值介绍以及函数的立即执行
  • js中的原型链
  • 一文搞懂APT攻击
  • 在pandas中通过一列数据映射出另一列的几种思路和方法
  • 数据分析视角中的商业分析学习笔记
  • 剑指offer——JZ26 树的子结构 解题思路与具体代码【C++】
  • NEFU数字图像处理(1)绪论
  • 数值分析学习笔记——绪论【华科B站教程版本】
  • 节日灯饰灯串灯出口欧洲CE认证办理
  • 一线大厂Redis高并发缓存架构实战与性能优化
  • PHP 行事准则:allow_url_fopen 与 allow_url_include
  • Replicate + ngrok云端大模型API实现教程
  • 蓝桥等考Python组别十四级005
  • Linux 本地 Docker Registry本地镜像仓库远程连接
  • 二十九、高级IO与多路转接之epollreactor(收官!)
  • vite dev开发模式下支持外部模块引用