MoveIt教程2 - Panda机械臂案例(I) - 下载编译

官方提供了一套机械臂案例程序

创建工作空间

mkdir -p ~/ws_moveit/src

下载案例代码

cd ~/ws_moveit/src
git clone -b kinetic-devel https://github.com/ros-planning/moveit_tutorials.git

panda机械臂的moveit配置包

git clone -b kinetic-devel https://github.com/ros-planning/panda_moveit_config.git

编译

安装依赖

cd ~/ws_moveit/src
rosdep install -y --from-paths . --ignore-src --rosdistro kinetic

配置及编译

cd ~/ws_moveit
catkin config --extend /opt/ros/kinetic
catkin build

source当前工作空间

source ~/ws_moveit/devel/setup.bash

把上一个命令加入.bashrc,这样不需要每次source

echo 'source ~/ws_moveit/devel/setup.bash' >> ~/.bashrc
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • feisky云计算、虚拟化与Linux技术笔记posts - 1014, comments - 298, trac...
    不排版阅读 9,350评论 0 5
  • 专业考题类型管理运行工作负责人一般作业考题内容选项A选项B选项C选项D选项E选项F正确答案 变电单选GYSZ本规程...
    小白兔去钓鱼阅读 12,952评论 0 13
  • 一、Python简介和环境搭建以及pip的安装 4课时实验课主要内容 【Python简介】: Python 是一个...
    _小老虎_阅读 11,159评论 0 10
  • 官网 中文版本 好的网站 Content-type: text/htmlBASH Section: User ...
    不排版阅读 9,954评论 0 5
  • 申明: 本文翻译自PyImageSearch社区2016年的一篇关于OpenCV的安装教程“Ubuntu 16.0...
    晓笑阅读 19,869评论 0 17