当前位置:网站首页>ros缺少xacro的包
ros缺少xacro的包
2022-07-02 09:32:00 【萧易风船长】
报错如下
CMake Error at CMakeLists.txt:27 (find_package):
By not providing “Findxacro.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “xacro”, but
CMake did not find one.
Could not find a package configuration file provided by “xacro” with any of
the following names:
xacroConfig.cmake
xacro-config.cmake
Add the installation prefix of “xacro” to CMAKE_PREFIX_PATH or set
“xacro_DIR” to a directory containing one of the above files. If “xacro”
provides a separate development package or SDK, be sure it has been
installed.
安装如下
sudo apt install ros-foxy-xacro
相应的版本自行替换
边栏推荐
- flink二開,實現了個 batch lookup join(附源碼)
- 金山云——2023届暑期实习
- 二叉树专题--洛谷 P3884 [JLOI2009]二叉树问题(dfs求二叉树深度 bfs求二叉树宽度 dijkstra求最短路)
- sql left join 主表限制条件写在on后面和写在where后面的区别
- TIPC messaging3
- 【IDEA】使用插件一键逆向生成代码
- 【深入浅出玩转FPGA学习4----漫谈状态机设计】
- Complement (Mathematical Simulation
- [paid promotion] collection of frequently asked questions, recommended list FAQ
- 【深入浅出玩转FPGA学习2----设计技巧(基本语法)】
猜你喜欢
QT学习日记8——资源文件添加
[AI application] Hikvision ivms-4200 software installation
Why does LabVIEW lose precision in floating point numbers
QT学习日记7——QMainWindow
三.芯片启动和时钟系统
TIPC 寻址2
TIPC messaging3
【深入浅出玩转FPGA学习5-----复位设计】
【云原生】2.5 Kubernetes 核心实战(下)
Importerror: impossible d'importer le nom « graph» de « graphviz»
随机推荐
JVM之垃圾回收器
高德根据轨迹画线
【云原生】2.5 Kubernetes 核心实战(下)
MTK full dump抓取
js中给数组添加元素的方法有哪些
Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)
TIPC Service and Topology Tracking4
Overview of integrated learning
二叉树专题--AcWing 19. 二叉树的下一个节点(找树中节点的后继)
每月1号开始计算当月工作日
TIPC messaging3
Uncover the secrets of Huawei application market application statistics
Logu p3398 hamster looks for sugar (double LCA on the tree to judge whether the two paths in the tree intersect)
Iii. Système de démarrage et d'horloge à puce
Special topic of binary tree -- Logu p1229 traversal problem (the number of traversals in the middle order is calculated when the pre and post order traversals of the multiplication principle are know
洛谷 P1892 [BOI2003]团伙(并查集变种 反集)
主键策略问题
二叉树专题--AcWing 18. 重建二叉树(利用前、中序遍历,构建二叉树)
TIPC 寻址2
Implementation of six singleton modes