Mastering ROS for robotics programming : design, build, and simulate complex robots using Robot Operating System /

Discover best practices and troubleshooting solutions when working on ROS About This Book Develop complex robotic applications using ROS to interface robot manipulators and mobile robots Gain insight into autonomous navigation in mobile robots and motion planning in robot manipulators Discover best...

Full description

Bibliographic Details
Main Authors: Joseph, Lentin (Author), Cacace, Jonathan (Author)
Format: Book
Language:English
Published: Birmingham, UK : Packt Publishing, 2018
Birmingham, [England] ; Mumbai, [India] : Packt, 2018
Edition:Second edition
Subjects:
LEADER 15222nam a2200877 i 4500
001 00c36638-1cf0-4e4e-a67a-052f2d683086
005 20240728000000.0
008 180322t20182018enka o 001 0 eng d
020 |a 1-78847-452-X 
020 |a 178847452X 
020 |a 1788478959 
020 |a 9781788474528 
020 |a 9781788478953 
020 |z 9781788478953 
035 |a (CKB)4340000000249055 
035 |a (CaSebORM)9781788478953 
035 |a (EXLCZ)994340000000249055 
035 |a (FR-PaCSA)88856735 
035 |a (MiAaPQ)EBC5314630 
035 |a (OCoLC)1030304582 
035 |a (OCoLC)on1030304582 
035 |a (PPN)233405658 
035 |a (WaSeSS)IndRDA00117474 
037 |a CL0500000952  |b Safari Books Online 
040 |a MiAaPQ  |b eng  |e rda  |e pn  |c MiAaPQ  |d MiAaPQ 
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d STF  |d OCLCF  |d TOH  |d CEF  |d KSU  |d DEBBG  |d G3B  |d S9I   |d UAB  |d LQU  |d OCLCQ  |d OCLCO 
041 0 |a eng 
049 |a MAIN 
050 4 |a TJ211.45  |b .J674 2018 
050 4 |a TJ211.45 
082 0 |a 629.892  |2 23 
082 0 4 |a 629.892 
100 1 |a Joseph, Lentin,  |e author 
245 1 0 |a Mastering ROS for robotics programming :  |b design, build, and simulate complex robots using Robot Operating System /  |c Lentin Joseph, Jonathan Cacace 
250 |a Second edition 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2018 
264 1 |a Birmingham, [England] ;  |a Mumbai, [India] :  |b Packt,  |c 2018 
264 4 |c ©2018 
300 |a 1 online resource (1 volume) :  |b illustrations 
300 |a 1 online resource (552 pages) :  |b color illustrations 
336 |a text  |2 rdacontent 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |2 rdamedia 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |2 rdacarrier 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
347 |a text file 
500 |a Includes index 
505 0 |a Cover -- Title Page -- Copyright and Credits -- www.PacktPub.com -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to ROS -- Why should we learn ROS? -- Why we prefer ROS for robots -- Why some do not prefer ROS for robots -- Understanding the ROS filesystem level -- ROS packages -- ROS metapackages -- ROS messages -- The ROS services -- Understanding the ROS computation graph level -- ROS nodes -- ROS messages -- ROS topics -- ROS services -- ROS bags -- The ROS Master -- Using the ROS parameter -- ROS community level -- What are the prerequisites for starting with ROS? -- Running the ROS Master and the ROS parameter server -- Checking the roscore command output -- Questions -- Summary -- Chapter 2: Getting Started with ROS Programming -- Creating a ROS package -- Working with ROS topics -- Creating ROS nodes -- Building the nodes -- Adding custom msg and srv files -- Working with ROS services -- Working with ROS actionlib -- Creating the ROS action server -- Creating the ROS action client -- Building the ROS action server and client -- Creating launch files -- Applications of topics, services, and actionlib -- Maintaining the ROS package -- Releasing your ROS package -- Preparing the ROS package for the release -- Releasing our package -- Creating a Wiki page for your ROS package -- Questions -- Summary -- Chapter 3: Working with 3D Robot Modeling in ROS -- ROS packages for robot modeling -- Understanding robot modeling using URDF -- Creating the ROS package for the robot description -- Creating our first URDF model -- Explaining the URDF file -- Visualizing the 3D robot model in RViz -- Interacting with pan-and-tilt joints -- Adding physical and collision properties to a URDF model -- Understanding robot modeling using xacro -- Using properties -- Using the math expression -- Using macros -- Converting xacro to URDF 
505 8 |a Adding a laser sensor to V-REP -- Adding a 3D vision sensor to V-REP -- Questions -- Summary -- Chapter 6: Using the ROS MoveIt! and Navigation Stack -- Installing MoveIt! -- MoveIt! architecture -- The move_group node -- Motion planning using MoveIt! -- Motion planning request adapters -- MoveIt! planning scene -- MoveIt! kinematics handling -- MoveIt! collision checking -- Generating MoveIt! configuration package using the Setup Assistant tool -- Step 1 - Launching the Setup Assistant tool -- Step 2 - Generating the Self-Collision matrix -- Step 3 - Adding virtual joints -- Step 4 - Adding planning groups -- Step 5 - Adding the robot poses -- Step 6 - Setting up the robot end effector -- Step 7 - Adding passive joints -- Step 8 - Author information -- Step 9 - Generating configuration files -- Motion planning of robot in RViz using MoveIt! configuration package -- Using the RViz Motion Planning plugin -- Interfacing the MoveIt! configuration package to Gazebo -- Step 1 - Writing the controller configuration file for MoveIt! -- Step 2 - Creating the controller launch files -- Step 3 - Creating the controller configuration file for Gazebo -- Step 4 - Creating the launch file for Gazebo trajectory controllers -- Step 5 - Debugging the Gazebo- MoveIt! interface -- Understanding the ROS Navigation stack -- ROS Navigation hardware requirements -- Working with Navigation packages -- Understanding the move_base node -- Working of Navigation stack -- Localizing on the map -- Sending a goal and path planning -- Collision recovery behavior -- Sending the command velocity -- Installing the ROS Navigation stack -- Building a map using SLAM -- Creating a launch file for gmapping -- Running SLAM on the differential drive robot -- Implementing autonomous navigation using amcl and a static map -- Creating an amcl launch file -- Questions -- Summary 
505 8 |a Chapter 7: Working with pluginlib, Nodelets, and Gazebo Plugins -- Understanding pluginlib -- Creating plugins for the calculator application using pluginlib -- Working with the pluginlib_calculator package -- Step 1 - Creating the calculator_base header file -- Step 2 - Creating the calculator_plugins header file -- Step 3 - Exporting plugins using the calculator_plugins.cpp -- Step 4 - Implementing  the plugin loader using the calculator_loader.cpp -- Step 5 - Creating the plugin description file: calculator_plugins.xml -- Step 6 - Registering the plugin with the ROS package system -- Step 7 - Editing the CMakeLists.txt file -- Step 8 - Querying the list of plugins in a package -- Step 9 - Running the plugin loader -- Understanding ROS nodelets -- Creating a nodelet -- Step 1 - Creating a package for a nodelet -- Step 2 - Creating the hello_world.cpp nodelet -- Step 3 - Explanation of hello_world.cpp -- Step 4 - Creating the plugin description file -- Step 5 - Adding the export tag in package.xml -- Step 6 - Editing CMakeLists.txt -- Step 7 - Building and running nodelets -- Step 8 - Creating launch files for nodelets -- Understanding the Gazebo plugins -- Creating a basic world plugin -- Questions -- Summary -- Chapter 8: Writing ROS Controllers and Visualization Plugins -- Understanding ros_control packages -- The controller_interface package -- Initializating the controller -- Starting the ROS controller -- Updating the ROS controller -- Stopping the controller -- The controller_manager -- Writing a basic joint controller in ROS -- Step 1 - Creating the controller package -- Step 2 - Creating the controller header file -- Step 3 - Creating the controller source file -- Step 4 - Explaining the controller source file -- Step 5 - Creating the plugin description file -- Step 6 - Updating package.xml -- Step 7 - Updating CMakeLists.txt 
505 8 |a Creating the robot description for a seven DOF robot manipulator -- Arm specification -- Type of joints -- Explaining the xacro model of the seven DOF arm -- Using constants -- Using macros -- Including other xacro files -- Using meshes in the link -- Working with the robot gripper -- Viewing the seven DOF arm in RViz -- Understanding joint state publisher -- Understanding robot state publisher -- Creating a robot model for the differential drive mobile robot -- Questions -- Summary -- Chapter 4: Simulating Robots Using ROS and Gazebo -- Simulating the robotic arm using Gazebo and ROS -- Creating the robotic arm simulation model for Gazebo -- Adding colors and textures to the Gazebo robot model -- Adding transmission tags to actuate the model -- Adding the gazebo_ros_control plugin -- Adding a 3D vision sensor to Gazebo -- Simulating the robotic arm with Xtion Pro -- Visualizing the 3D sensor data -- Moving robot joints using ROS controllers in Gazebo -- Understanding the ros_control packages -- Different types of ROS controllers and hardware interfaces -- How the ROS controller interacts with Gazebo -- Interfacing joint state controllers and joint position controllers to the arm -- Launching the ROS controllers with Gazebo -- Moving the robot joints -- Simulating a differential wheeled robot in Gazebo -- Adding the laser scanner to Gazebo -- Moving the mobile robot in Gazebo -- Adding joint state publishers in the launch file -- Adding the ROS teleop node -- Questions -- Summary -- Chapter 5: Simulating Robots Using ROS and V-REP -- Setting up V-REP with ROS -- Understanding the vrep_plugin -- Interacting with V-REP using ROS services -- Interacting with V-REP using ROS topics -- Simulating the robotic arm using V-REP and ROS -- Adding the ROS interface to V-REP joint controllers -- Simulating a differential wheeled robot in V-REP 
505 8 |a Push button + blink LED using ROS on Raspberry Pi 2 
505 8 |a Step 8 - Building the controller -- Step 9 - Writing the controller configuration file -- Step 10 - Writing the launch file for the controller -- Step 11 - Running the controller along with the seven dof arm in Gazebo -- Understanding the ROS visualization tool (RViz) and its plugins -- Displays panel -- RViz toolbar -- Views -- Time panel -- Dockable panels -- Writing an RViz plugin for teleoperation -- Methodology of building the RViz plugin -- Step 1 - Creating the RViz plugin package -- Step 2 - Creating the RViz plugin header file -- Step 3 - Creating the RViz plugin definition -- Step 4 - Creating the plugin description file -- Step 5 - Adding the export tags in package.xml -- Step 6 - Editing CMakeLists.txt -- Step 7 - Building and loading plugins -- Questions -- Summary -- Chapter 9: Interfacing I/O Boards, Sensors, and Actuators to ROS -- Understanding the Arduino-ROS interface -- What is the Arduino-ROS interface? -- Understanding the rosserial package in ROS -- Installing rosserial packages on Ubuntu 16.04 -- Understanding ROS node APIs in Arduino -- ROS - Arduino Publisher and Subscriber example -- Arduino-ROS, example - blink LED and push button -- Arduino-ROS, example - Accelerometer ADXL 335 -- Arduino-ROS, example - ultrasonic distance sensor -- Equations to find distance using the ultrasonic range sensor -- Arduino-ROS example - Odometry Publisher -- Interfacing non-Arduino boards to ROS -- Setting ROS on Odroid-XU4 and Raspberry Pi 2 -- How to install an OS image to Odroid-XU4 and Raspberry Pi 2 -- Installation in Windows -- Installation in Linux -- Connecting to Odroid-XU4 and Raspberry Pi 2 from a PC -- Configuring an Ethernet hotspot for Odroid-XU4 and Raspberry Pi 2 -- Installing Wiring Pi on Odroid-XU4 -- Installing Wiring Pi on Raspberry Pi 2 -- Blinking LED using ROS on Raspberry Pi 2 
520 |a Discover best practices and troubleshooting solutions when working on ROS About This Book Develop complex robotic applications using ROS to interface robot manipulators and mobile robots Gain insight into autonomous navigation in mobile robots and motion planning in robot manipulators Discover best practices and troubleshooting solutions Who This Book Is For If you are a robotics enthusiast or researcher who want to learn more about building robot applications using ROS, this book is for you. In order to learn from this book, you should have a basic knowledge of ROS, GNU/Linux, and C++ programming concepts. The book is also excellent for programmers who want to explore the advanced features of ROS. What You Will Learn Create a robot model with a seven-DOF robotic arm and a differential wheeled mobile robot Work with Gazebo and V-REP robotic simulator Implement autonomous navigation in differential drive robots using SLAM and AMCL packages Explore the ROS Pluginlib, ROS nodelets, and Gazebo plugins Interface I/O boards such as Arduino, robot sensors, and high-end actuators Simulate and motion plan an ABB and universal arm using ROS Industrial Explore the latest version of the ROS framework Work with the motion planning of a seven-DOF arm using MoveIt! In Detail In this day and age, robotics has been gaining a lot of traction in various industries where consistency and perfection matter. Automation 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 advanced concepts, and effectively teaches you programming using ROS. We begin with aninformative overview of the ROS framework, which will give you a clear idea of how ROS works. During the course of this book, you'll learn to build models of complex robots, and simulate and interface the robot using the ROS MoveIt! motion planning library and ROS navigation stacks. Learn to leverage several ROS packages to embrace your robot models. After covering robot manipulation and navigation, you'll get to grips with the interfacing I/O boards, sensors, and actuators of ROS. Vision sensors are a key component of robots, and an entire chapter is dedicated to the vision sensor and image elaboration, its interface in ROS and programming. You'll also understand the hardware interface and simulation of co.. 
588 |a Description based on online resource; title from PDF title page (EBC, viewed March 22, 2018) 
588 0 |a Online resource; title from title page (viewed April 2, 2018) 
596 |a 22 
650 0 |a Personal robotics 
650 0 |a Robots  |x Control systems 
650 0 |a Robots  |x Programming 
650 0 |a Robots 
650 6 |a Robots personnels 
650 6 |a Robots  |x Programmation 
650 6 |a Robots  |x Systèmes de commande 
650 7 |a Personal robotics  |2 fast 
650 7 |a Robots  |2 fast 
650 7 |a Robots  |x Control systems  |2 fast 
650 7 |a Robots  |x Programming  |2 fast 
700 1 |a Cacace, Jonathan,  |e author  |? UNAUTHORIZED 
700 1 |a Cacace, Jonathan,  |e author 
776 |z 1-78847-895-9 
999 1 0 |i 00c36638-1cf0-4e4e-a67a-052f2d683086  |l a13217729  |s US-CST  |m mastering_ros_for_robotics_programmingdesign_build_and_simulate_comple_____2018____2__packta________________________________________joseph__lentin_____________________e 
999 1 0 |i 00c36638-1cf0-4e4e-a67a-052f2d683086  |l 99119246044708501  |s US-NCD  |m mastering_ros_for_robotics_programmingdesign_build_and_simulate_comple_____2018____2__packta________________________________________joseph__lentin_____________________e 
999 1 1 |l a13217729  |s ISIL:US-CST  |t BKS  |a SUL INTERNET  |b 13217729-1001  |c INTERNET RESOURCE  |d ASIS  |x SUL  |y 13217729-1001  |p UNLOANABLE