PacktPublishing / Mastering-ROS-for-Robotics-Programming-Second-Edition

Mastering ROS for Robotics Programming - Second-Edition, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastering-ROS-for-Robotics-Programming-Second-Edition

This is the code repository for Mastering ROS for Robotics Programming - Second Edition. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

In today’s era, robotics has been gaining a lot of traction in various industries where consistency and perfection matters most. Automation plays a major role in our world, and most of this is achieved via robotic applications and various platforms that support robotics. The Robot Operating System (ROS) is a modular software platform to develop generic robotic applications. This book focuses on the most stable release of ROS (Kinetic Kame), discusses the advanced concepts in robotics, and shows you how to program using ROS. This book begins with a deep overview of the ROS framework, which will give you a clear idea of how ROS really works. During the course of the book, you’ll learn how to build models of complex robots, and simulate and interface the robot using the ROS MoveIt! motion planning library and ROS navigation stacks. We’ll also teach you to leverage several ROS packages to embrace your robot models.

At the end of this book, you’ll discover the best practices to follow when programming using ROS.

Instructions and Navigation

All of the code is organized into folders. For example, Chapter04.

The code will look like the following:

<launch> 
 <group ns="/"> 
  <param name="rosversion" command="rosversion roslaunch" /> 
  <param name="rosdistro" command="rosversion -d" /> 
  <node pkg="rosout" type="rosout" name="rosout" respawn="true"/> 
 </group> 
</launch>

Related Mastering-ROS-for-Robotics-Programming

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781783987580

About

Mastering ROS for Robotics Programming - Second-Edition, published by Packt


Languages

Language:C++ 56.3%Language:C 14.9%Language:JavaScript 12.2%Language:Python 8.1%Language:HTML 4.0%Language:CMake 2.5%Language:CSS 1.8%Language:MATLAB 0.3%Language:Shell 0.0%Language:Batchfile 0.0%