Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering ROS for Robotics Programming

You're reading from  Mastering ROS for Robotics Programming

Product type Book
Published in Dec 2015
Publisher Packt
ISBN-13 9781783551798
Pages 480 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Lentin Joseph Lentin Joseph
Profile icon Lentin Joseph

Table of Contents (19) Chapters

Mastering ROS for Robotics Programming
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Introduction to ROS and Its Package Management Working with 3D Robot Modeling in ROS Simulating Robots Using ROS and Gazebo Using the ROS MoveIt! and Navigation Stack Working with Pluginlib, Nodelets, and Gazebo Plugins Writing ROS Controllers and Visualization Plugins Interfacing I/O Boards, Sensors, and Actuators to ROS Programming Vision Sensors using ROS, Open-CV, and PCL Building and Interfacing Differential Drive Mobile Robot Hardware in ROS Exploring the Advanced Capabilities of ROS-MoveIt! ROS for Industrial Robots Troubleshooting and Best Practices in ROS Index

Collision checking in robot arm using MoveIt!


Along with motion planning and IK solving algorithm, one of the important tasks that is done in parallel in MoveIt! is collision checking and its avoidance. The collision can be self collision or environmental collision. MoveIt! can handle both the environment collision and the self collision. The MoveIt! package is inbuilt with FCL (Flexible Collision Library) (http://gamma.cs.unc.edu/FCL/fcl_docs/webpage/generated/index.html), which is an open source project that implements various collision detection and avoidance algorithms. MoveIt! takes the power of FCL and handles collision inside planning scene using a collision_detection::CollisionWorld class. The MoveIt! collision checking includes objects such as meshes, primitives shapes such as boxes and cylinders, and OctoMap. The OctoMap (http://octomap.github.io/) library implements a 3D occupancy grid called octree that consists of probabilistic information of obstacles in the environment. The...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}