首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Ubuntu中安装Moveit时,发生了“调用"make -j4 -l4”failed“错误。

在Ubuntu中安装Moveit时,发生了“调用"make -j4 -l4”failed“错误。
EN

Stack Overflow用户
提问于 2016-10-08 13:32:52
回答 1查看 1.1K关注 0票数 2

当我在Ubuntu14.4上安装moveit时,在命令行"catkin_make“之后发生了一个错误。

错误详细信息如下:

代码语言:javascript
复制
`heng@AspireE1:~/catkin_ws$ catkin_make
 Base path: /home/heng/catkin_ws
 Source space: /home/heng/catkin_ws/src
 Build space: /home/heng/catkin_ws/build
 Devel space: /home/heng/catkin_ws/devel
 Install space: /home/heng/catkin_ws/install
  ####
 #### Running command: "make cmake_check_build_system" in "/home     /heng/catkin_ws/build"
 ####
####
#### Running command: "make -j4 -l4" in "/home/heng/catkin_ws/build"
####
[  0%] Built target actionlib_msgs_generate_messages_py
[  0%] Built target geometry_msgs_generate_messages_py
[  0%] Built target  _kinova_msgs_generate_messages_check_deps_ArmPoseActionResult
[  0%] Built target   
[ 43%] Built target moveit_robot_state
[ 44%] Built target moveit_robot_trajectory
[ 44%] [ 44%] Built target moveit_dynamics_solver
Built target moveit_kinematics_metrics
[ 44%] Built target moveit_trajectory_processing
[ 45%] [ 45%] Built target moveit_planning_interface
Building CXX object moveit_core/collision_detection/CMakeFiles/moveit_collision_detection.dir/src/collision_octomap_filter.cpp.o
/home/heng/catkin_ws/src/moveit_core/collision_detection  /src/collision_octomap_filter.cpp: In function ‘int   collision_detection::refineContactNormals(const ObjectConstPtr&,  collision_detection::CollisionResult&, double, double, bool, double, double)’:
 /home/heng/catkin_ws/src/moveit_core/collision_detection /src/collision_octomap_filter.cpp:119:71: error: conversion from ‘const  boost::shared_ptr<const octomap::OcTree>’ to non-scalar type  ‘std::shared_ptr<const octomap::OcTree>’ requested std::shared_ptr<const octomap::OcTree> octree = shape_octree->octree;
                                                                   ^
make[2]: *** [moveit_core/collision_detection/CMakeFiles /moveit_collision_detection.dir/src/collision_octomap_filter.cpp.o] Error 1
make[1]: *** [moveit_core/collision_detection/CMakeFiles /moveit_collision_detection.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j4 -l4" failed

error occur in [45%],error is "Invoking "make -j4 -l4" failed"
EN

回答 1

Stack Overflow用户

发布于 2016-10-10 15:29:04

你试过安装它吗?

代码语言:javascript
复制
sudo apt-get install ros-indigo-moveit-full

这个链接来自这里,它在ROS /Ubuntu14.04上为我工作

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

https://stackoverflow.com/questions/39932986

复制
相关文章

相似问题

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