ROS机器人程序设计(原书第2版)补充资料 (拾) 第十章 使用MoveIt!
书中,大部分出现hydro的地方,直接替换为indigo或jade或kinetic,即可在对应版本中使用。
MoveIt!是进行机器人运动规划的一套工具。具体使用说明,推荐参考官网:
ROSwiki国内镜像:http://ros.exbot.net/wiki/
MoveIt!:http://moveit.ros.org/
安装教程:http://moveit.ros.org/install/
教程(indigo):http://docs.ros.org/indigo/api/moveit_tutorials/html/
教程(kinetic):http://docs.ros.org/kinetic/api/moveit_tutorials/html/
本书中简单的通过一个示例介绍了MoveIt!的基本使用。
第264页:
介绍MoveIt!的基本安装。
第265-268页:
介绍MoveIt!的基本概念等。
第269-276页:
在MoveIt!配置一个机械臂。
第277-280页:
简单运动规划。
第281-284页:
考虑碰撞的运动规划。
第285-295页:
一个典型的抓取和放置的示例。
第296页:
本章小节。
推荐阅读:
1 moveit_robots:https://github.com/ros-planning/moveit_robots
2 moveit_tutorials:https://github.com/ros-planning/moveit_tutorials
3 moveit_simple_grasps:https://github.com/davetcoleman/moveit_simple_grasps
4 moveit_visual_tools:https://github.com/ros-planning/moveit_visual_tools
5 moveit_pr2:https://github.com/ros-planning/moveit_pr2
巩固与练习:
1 使用pr2机器人完成一个简单抓取和放置的任务。
ROS补充习题:
Setup Your PC
Prerequisites
Linux Fundamentals
Exercise 0.1 - Intro to the Ubuntu GUI
Exercise 0.2 - The Linux File System
Exercise 0.3 - Using the Terminal
C++
Introduction
Presentation Slides - Introduction
Session 1 - ROS Concepts and Fundamentals
Presentation Slides - Session 1
Exercise 1.0 - ROS Setup
Exercise 1.1 - Create a Workspace
Exercise 1.2 - Installing (via APT and from Source)
Exercise 1.3 - Building Packages
Exercise 1.4 - Topics and Messages
Session 2 - Basic ROS Applications
Presentation Slides - Session 2
Exercise 1.5 - Services
Exercise 1.6 - Actions
Exercise 1.7 - Basic Launch Files
Exercise 1.8 - Parameters
Session 3 - Motion Control of Manipulators
Presentation Slides - Session 3
Exercise 2.0 - Intro to URDF
Exercise 2.1 - Workcell XACRO
Exercise 2.3 - Coordinate Transforms using TF
Exercise 2.4 - Build a MoveIt Package
Session 4 - Descartes & Perception
Training Presentation Slides - Session 4
Exercise 2.5 - Motion Planning using C++
Exercise 2.6 - Descartes Path Planning
Exercise 4.4 - Intro. to Perception
Exercise 4.5 - Building a Perception Pipeline
Training Presentation Slides - Recap
Session 5 - Addendum
Presentation Slides - Session 5
Eclipse Setup - Building an a Eclipse Project using Catkin
Qt-Creator Setup - Using Qt Creator with Catkin Projects
Resources
ROS-Industrial Training
Click the appropriate link below for the desired version of ROS:
Setup Your PC
Prerequisites
Linux Fundamentals
Exercise 0.1 - Intro to the Ubuntu GUI
Exercise 0.2 - The Linux File System
Exercise 0.3 - Using the Terminal
C++
Introduction
Presentation Slides - Introduction
Session 1 - ROS Concepts and Fundamentals
Presentation Slides - Session 1
Exercise 1.1 - Installing Packages (via APT) and ROS Setup
Exercise 1.2 - Installing from Source
Exercise 1.4 - Building Packages
Exercise 1.5 - Exploring the Parameter Server
Exercise 1.6 - Topics and Messages
Session 2 - Basic ROS Applications
Presentation Slides - Session 2
Exercise 2.1 - Services
Exercise 2.2 - Creating Actions
Exercise 2.3 - Basic Launch Files
Exercise 2.4 - Coordinate Transforms using TF
Exercise 2.5 - Intro to URDF
Exercise 2.5b - Workcell XACRO
Session 1A - Industrial Calibration
Exercise 1A.1 - Calibrate-able URDFs
Exercise 1A.2 - Moveit Configuration
Exercise 1A.3 - Calibration Configuration
Exercise 1A.4 - Running a Calibration
Session 2A - OpenCV
Presentation Slides - Session 2A
Exercise 2A.1 - CV Bridge
Exercise 2A.2 - Pump Image Processing
Session 3 - Motion Control of Manipulators
Presentation Slides - Session 3
Exercise 3.1 - Examining a Planning Environment
Exercise 3.2 - Verify the URDF
Exercise 3.3 - Build a MoveIt Package
Exercise 3.4 - Update MoveIt Package for ROS-I
Exercise 3.5 - Motion Planning using RViz
Exercise 3.6 - Motion Planning using C++
Exercise 3.7 - Simple MoveIt application
UR-5 Demo - Run Motion on UR-5 Robot
Session 4 - Descartes & Perception
Training Presentation Slides - Session 4
Exercise 4.1 - Descartes Robot Model
Exercise 4.2 - Descartes Trajectory Points
Exercise 4.3 - Descartes Path Planning
Exercise 4.4 - Intro. to Perception
Exercise 4.5 - Building a Perception Pipeline
Session 5 - Addendum
Presentation Slides - Session 5
Eclipse Setup - Building an a Eclipse Project using Catkin
Qt-Creator Setup - Using Qt Creator with Catkin Projects
Application Demo - Perception-Driven Manipulation
Introduction - Perception-Driven Manipulation
Exercise 1 - Inspect the "pick_and_place_exercise" package
Exercise 2 - Package Setup
Exercise 3 - Bring up ROS system in simulation mode
Exercise 4.1: Node Implementation - Inspect initialization and global variables
Exercise 4.2: Node Implementation - Move arm to wait position
Exercise 4.3: Node Implementation - Open gripper
Exercise 4.4: Node Implementation - Detect box pick point
Exercise 4.5: Node Implementation - Create pick moves
Exercise 4.6: Node Implementation - Pick up box
Exercise 4.7: Node Implementation - Create place moves
Exercise 4.8: Node Implementation - Place box
Application Demo - Descartes Planning and Execution
Introduction - Application overview
Structure - Inspect the application packages and files
Setup - Eclipse Setup
General Instructions - Implementing the plan_and_run node
Exercise 1: Node Implementation - Load Parameters
Exercise 2: Node Implementation - Initialize ROS
Exercise 3: Node Implementation - Initialize Descartes
Exercise 4: Node Implementation - Move Home
Exercise 5: Node Implementation - Generate a Semi-Constrained trajectory
Exercise 6: Node Implementation - Plan a robot path
Exercise 7: Node Implementation - Run the robot path
Resources
ROS机器人程序设计(原书第2版)补充资料 (拾) 第十章 使用MoveIt!的更多相关文章
-
ROS机器人程序设计(原书第2版)补充资料 教学大纲
ROS机器人程序设计(原书第2版) 补充资料 教学大纲 针对该书稍后会补充教学大纲.教案.多媒体课件以及练习题等. <ROS机器人程序设计>课程简介 课程编号:XXXXXX 课程名称:RO ...
-
ROS机器人程序设计(原书第2版)补充资料 (玖) 第九章 导航功能包集进阶 navigation
ROS机器人程序设计(原书第2版)补充资料 (玖) 第九章 导航功能包集进阶 navigation 书中,大部分出现hydro的地方,直接替换为indigo或jade或kinetic,即可在对应版本中 ...
-
ROS机器人程序设计(原书第2版)补充资料 (零) 源代码、资料和印刷错误修订等 2017年01月01日更新
ROS机器人程序设计(原书第2版)补充资料 (零) 源代码等 ROS官网 版)部分内容修订 页:第1行,删去$ 页:第6行,float64 y 前面加一个空格 页:中间创建主题:下面程序不用换行,(& ...
-
ROS机器人程序设计(原书第2版)学习镜像分享及使用说明
ROS机器人程序设计(原书第2版)学习镜像分享及使用说明 系统用于ROS爱好者学习交流,也可用于其他用途,并不局限于ROS. 这款镜像文件是基于一年前的Ubuntu ROS Arduino Gazeb ...
-
ROS机器人程序设计(原书第2版)补充资料 (捌) 第八章 导航功能包集入门 navigation
ROS机器人程序设计(原书第2版)补充资料 (捌) 第八章 导航功能包集入门 navigation 书中,大部分出现hydro的地方,直接替换为indigo或jade或kinetic,即可在对应版本中 ...
-
ROS机器人程序设计(原书第2版)补充资料 (柒) 第七章 3D建模与仿真 urdf Gazebo V-Rep Webots Morse
ROS机器人程序设计(原书第2版)补充资料 (柒) 第七章 3D建模与仿真 urdf Gazebo V-Rep Webots Morse 书中,大部分出现hydro的地方,直接替换为indigo或ja ...
-
ROS机器人程序设计(原书第2版)补充资料 (陆) 第六章 点云 PCL
ROS机器人程序设计(原书第2版)补充资料 (陆) 第六章 点云 PCL 书中,大部分出现hydro的地方,直接替换为indigo或jade或kinetic,即可在对应版本中使用. RGBD深度摄像头 ...
-
ROS机器人程序设计(原书第2版)补充资料 (伍) 第五章 计算机视觉
ROS机器人程序设计(原书第2版)补充资料 (伍) 第五章 计算机视觉 书中,大部分出现hydro的地方,直接替换为indigo或jade或kinetic,即可在对应版本中使用. 计算机视觉这章分为两 ...
-
ROS机器人程序设计(原书第2版)补充资料 (肆) 第四章 在ROS下使用传感器和执行器
ROS机器人程序设计(原书第2版)补充资料 (肆) 第四章 在ROS使用传感器和执行器 书中,大部分出现hydro的地方,直接替换为indigo或jade或kinetic,即可在对应版本中使用. 第四 ...
随机推荐
-
x01.Weiqi.11: 神来之笔
在围棋中,一子两用,可谓妙手,而一子三用,则可称之为神来之笔.在解决征子问题时,一不小心,也来了个神来之笔,其代码如下: // 征子判断,p1, p2 为气,p2 为前进方向,p 为逃跑之子. boo ...
-
Windows7+VirtualBox+Ubuntu本地开发环境搭建
首先下载相应的VirtualBox和Ubuntu镜像文件 安装Ubuntu操作系统 一 网络设置 将虚拟机的network连接模式设置为Bridge模式,注意无线网卡要与本机的无线网卡名称一致 在wi ...
-
BZOJ 1854 【Scoi2010】 游戏
Description lxhgww最近迷上了一款游戏,在游戏里,他拥有很多的装备,每种装备都有2个属性,这些属性的值用[1,10000]之间的数表示.当他使用某种装备时,他只能使用该装备的某一个属性 ...
-
Shell基础-Bash变量-用户自定义变量
变量设置规则: 变量名称可以由字母.下划线和数字组成,但是不能由数字开头. 在Bash中变量的默认类型是字符串类型,若需要进行数值运算,则需指定变量类型为数值型.变量用等号链接,且两边不能有空格.若需 ...
-
linux iostat命令详解 磁盘操作监控工具
Linux系统中的 iostat是I/O statistics(输入/输出统计)的缩写,iostat工具将对系统的磁盘操作活动进行监视. 它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况. ...
-
【poj3691-DNA repair】AC自动机+DP
题意:给n个病毒DNA序列,再给一个DNA序列,问该序列至少修改多少个碱基能不含任何病毒DNA.病毒DNA序列一共不超过1000,询问的DNA长度不超过1000. 题解:DP:d[l][p]表示询问到 ...
-
UEP-树和表
Model Select:表格要展示的数据Tree DataSource:树的数据源数据源是自定义java类实现接口:ITreeRetriever创建根节点.判断子节点.创建子节点 --数据源 pac ...
-
JavaWeb项目架构之NFS文件服务器
NFS简介 NFS(Network File System)即网络文件系统. 主要功能:通过网络(局域网)让不同的主机系统之间可以共享文件或目录. 主要用途:NFS网络文件系统一般被用来存储共享视频, ...
-
window下强制删除文件
在windows系统下,有时候总有一下没办法删除的文件,这个时候可以使用一个命令行脚本强行删除 步骤如下: 把以下代码保存为一个delete.txt文件 DEL /F /A /Q \\?\%1 RD ...
-
Android R文件介绍
R.java 文件中默认有attr.drawable.layout.string等色哥静态内部类,每个静态内部类分别对应着一种资源,如layout静态内部类对应着layout中的接界面文件,其中每个静 ...