首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu20.04VM上从源代码安装MoveIt 2时出错

Ubuntu20.04VM上从源代码安装MoveIt 2时出错
EN

Stack Overflow用户
提问于 2022-01-03 19:17:33
回答 1查看 310关注 0票数 0

我试图参与开源,对机器人技术也很感兴趣,所以我考虑对MoveIt 2做出贡献。作为第一步,我正在VirtualBox的Ubuntu20.04VM上安装MoveIt 2。

我已经阅读了这里的所有说明:https://moveit.ros.org/install-moveit2/source/#:~:text=colcon%20build%20%2D%2Devent%2Dhandlers%20desktop_notification%2D%20status%2D%20%2D%2Dcmake%2Dargs%20%2DDCMAKE_BUILD_TYPE%3DRelease

但是,在突出显示的部分上构建失败了。错误消息如下:

代码语言:javascript
复制
Starting >>> geometric_shapes
--- stderr: geometric_shapes
CMake Error at CMakeLists.txt:47 (find_package):
  By not providing "Findeigen3_cmake_module.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "eigen3_cmake_module", but CMake did not find one.

  Could not find a package configuration file provided by
  "eigen3_cmake_module" with any of the following names:

    eigen3_cmake_moduleConfig.cmake
    eigen3_cmake_module-config.cmake

  Add the installation prefix of "eigen3_cmake_module" to CMAKE_PREFIX_PATH
  or set "eigen3_cmake_module_DIR" to a directory containing one of the above
  files.  If "eigen3_cmake_module" provides a separate development package or
  SDK, be sure it has been installed.


---
Failed   <<< geometric_shapes [1.20s, exited with code 1]

Summary: 0 packages finished [1.46s]
  1 package failed: geometric_shapes
  1 package had stderr output: geometric_shapes
  33 packages not processed

任何帮助都是非常感谢的。谢谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-01-04 20:52:38

您必须在构建之前安装ROS2,移动它2。安装ROS2二进制文件后,不会发生错误。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/70570416

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档