ubuntu 18.04.6安装moveit

本文提供了在Ubuntu不同版本上安装ROSMoveIt的命令,包括更新系统、安装特定版本的MoveIt包。在验证安装过程中,如果遇到如manipulation_msgs或household_objects_database_msgs等包缺失的问题,可以通过从GitHub克隆对应仓库来解决。文章还包含了运行验证示例的步骤。
摘要由CSDN通过智能技术生成

一、查看版本号

二、安装

参考ubuntu20.04中Moveit安装_[有人@我I]的博客-CSDN博客Moveit上当了来我这安装https://blog.csdn.net/qq_65243634/article/details/125802954

$ sudo apt-get update
//ubuntu 16.04
$ sudo apt-get install ros-kinetic-moveit
//ubuntu 18.04
$ sudo apt-get install ros-melodic-moveit
//ubuntu 20.04
$ sudo apt-get install ros-noetic-moveit

三、验证安装和解决报错

参考ROS学习(四):安装 MoveIt! - 灰信网(软件开发博客聚合)ROS学习(四):安装 MoveIt!,灰信网,软件开发博客聚合,程序员专属的优秀博客文章阅读平台。icon-default.png?t=N3I4https://www.freesion.com/article/6873577253/

$ cd ~catkin_ws/src
$ git clone https://github.com/pirobot/rbx2.git
$ cd rbx2
$ git checkout indigo-devel
$ cd ~catkin_ws
$ catkin_make
$ source devel/setup.bash
$ roslaunch pi_robot_moveit_config demo.launch 

报错解决

解决Could not find a package configuration file provided by “manipulation_msgs“_"could not find a package configuration file provi_宇宙工大靓仔的博客-CSDN博客如图,在catkin_make时,提示功能包缺失按常规操作,本人Ubuntu18.04,ros-melodic,在终端执行sudo apt-get install ros-melodic-manipulation-msgs,出现问题描述:E: 无法定位软件包 ros-melodic-manipulation-msgs① 去github上面下载对应功能包即可:链接:https://github.com/ros-interactive-manipulation/manipulation_msgs https://blog.csdn.net/weixin_43738246/article/details/115751901使用胡春旭程序包错误的记录及解决办法_could not find household_objects_database_msgs_hlhfhmt的博客-CSDN博客学习Moveit过程中,参考胡春旭的《ROS机器人开发实践》中的程序包文件。对应的功能包为:robot_marm。使用的ROS版本为melodic。在编译过程中(catkin make),存在以下报错信息:CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "mahttps://blog.csdn.net/hlhfhmt/article/details/112319385

$ cd ~catkin_ws/src
$ git clone https://github.com/ros-interactive-manipulation/manipulation_msgs.git
$ git clone https://github.com/ros-interactive-manipulation/household_objects_database_msgs.git

四、运行图

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值