ROS Robotics By Example.
Bring life to your robot using ROS robotic applicationsAbout This Book This book will help you boost your knowledge of ROS and give you advanced practical experience you can apply to your ROS robot platforms This is the only book that offers you step-by-step instructions to solidify your ROS underst...
Saved in:
Online Access: |
Full text (MCPHS users only) |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Packt Publishing,
2016
|
Edition: | 1. |
Series: | Community experience distilled.
|
Subjects: | |
Local Note: | ProQuest Ebook Central |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | in00000098906 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 160708s2016 xx o 000 0 eng d | ||
005 | 20240626184003.6 | ||
019 | |a 962008372 |a 963346464 |a 964846069 |a 968042400 |a 969009484 | ||
020 | |a 1785286706 |q (ebk) | ||
020 | |a 9781785286704 |q (ebk) | ||
020 | |a 9781782175193 | ||
020 | |a 1782175199 | ||
020 | |z 1782175199 | ||
024 | 3 | |a 9781782175193 | |
029 | 1 | |a AU@ |b 000067099635 | |
029 | 1 | |a AU@ |b 000069947734 | |
035 | |a (OCoLC)953233711 |z (OCoLC)962008372 |z (OCoLC)963346464 |z (OCoLC)964846069 |z (OCoLC)968042400 |z (OCoLC)969009484 | ||
035 | |a (OCoLC)ocn953233711 | ||
037 | |a 937332 |b MIL | ||
040 | |a IDEBK |b eng |e pn |c IDEBK |d YDXCP |d NLE |d COO |d OCLCO |d OCLCQ |d OCLCF |d FEM |d EBLCP |d MERUC |d IDB |d YDX |d OCLCQ |d VT2 |d B@L |d OCLCQ |d UOK |d OCLCQ |d WYU |d OCLCQ |d OCLCO |d K6U |d OCLCQ |d OCLCO |d OCLCL | ||
050 | 4 | |a T55.4-60.8 | |
082 | 0 | 4 | |a 629.892 |2 23 |
100 | 1 | |a Fairchild, Carol. | |
245 | 1 | 0 | |a ROS Robotics By Example. |
250 | |a 1. | ||
260 | |b Packt Publishing, |c 2016. | ||
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
505 | 0 | |a Cover ; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with ROS ; What does ROS do and what are the benefits of learning ROS?; Who controls ROS?; Which robots are using ROS?; Installing and launching ROS; Configuring your Ubuntu repositories; Setting up your sources.list; Setting up your keys; Installing ROS Indigo; Initialize rosdep; Environment setup; Getting rosinstall; Troubleshooting -- examining your ROS environment; Creating a catkin workspace; ROS packages and manifest; ROS manifest. | |
505 | 8 | |a Exploring the ROS packagesrospack find packages; rospack list; ROS nodes and ROS Master; ROS nodes; Nodes can publish and nodes can subscribe; ROS Master; Invoking the ROS Master using roscore; ROS commands to determine the nodes and topics; Turtlesim, the first ROS robot simulation; Starting turtlesim nodes; rosrun command; Turtlesim nodes; Turtlesim topics and messages; rostopic list; rostopic type; rosmsg list; rosmsg show; rostopic echo; Parameter Server of turtlesim; rosparam help; rosparam list for /turtlesim node; Change parameters for the color of the turtle's background. | |
505 | 8 | |a ROS services to move turtlerosservice call; ROS commands summary; Summary; Chapter 2: Creating Your First Two-Wheeled ROS Robot (in Simulation) ; Rviz; Installing and launching rviz; Using rviz; Displays panel; Views and Time panels; Toolbar; Main window menu bar; Creating and building a ROS package; Building a differential drive robot URDF; Creating a robot chassis; Using roslaunch; Adding wheels; Adding a caster; Adding color; Adding collisions; Moving the wheels; A word about tf and robot_state_publisher; Adding physical properties; Trying URDF tools; check_urdf; urdf_to_graphiz; Gazebo. | |
505 | 8 | |a Installing and launching GazeboUsing roslaunch with Gazebo; Using Gazebo; Environment toolbar; World and Insert panels; Joints panel; Main window menu bar; Simulation panel; Modifications to the robot URDF; Adding the Gazebo tag; Specifying color in Gazebo; A word about and elements in Gazebo; Verifying a Gazebo model; Viewing the URDF in Gazebo; Tweaking your model; Moving your model around; Other ROS simulation environments; Summary; Chapter 3: Driving Around with TurtleBot ; Introducing TurtleBot; Loading TurtleBot simulator software. | |
505 | 8 | |a Launching TurtleBot simulator in GazeboProblems and troubleshooting; ROS commands and Gazebo; Keyboard teleoperation of TurtleBot in simulation; Setting up to control a real TurtleBot; TurtleBot standalone test; Networking the netbook and remote computer; Types of networks; Network addresses; Remote computer network setup; Netbook network setup; Secure Shell (SSH) connection; Summary of network setup; Troubleshooting your network connection; Testing the TurtleBot system; TurtleBot hardware specifications; TurtleBot dashboard; Move the real TurtleBot. | |
520 | 8 | |a Bring life to your robot using ROS robotic applicationsAbout This Book This book will help you boost your knowledge of ROS and give you advanced practical experience you can apply to your ROS robot platforms This is the only book that offers you step-by-step instructions to solidify your ROS understanding and gain experience using ROS tools From eminent authors, this book offers you a plethora of fun-filled examples to make your own quadcopter, turtlebot, and two-armed robots Who This Book Is ForIf you are a robotics developer, whether a hobbyist, researchers or professional, and are interested in learning about ROS through a hands-on approach, then this book is for you. You are encouraged to have a working knowledge of GNU/Linux systems and Python. What You Will Learn Get to know the fundamentals of ROS and apply its concepts to real robot examples Control a mobile robot to navigate autonomously in an environment Model your robot designs using URDF and Xacro, and operate them in a ROS Gazebo simulation Control a 7 degree-of-freedom robot arm for visual servoing Fly a quadcopter to autonomous waypoints Gain working knowledge of ROS tools such as Gazebo, rviz, rqt, and Move-It Control robots with mobile devices and controller boardsIn DetailThe visionaries who created ROS developed a framework for robotics centered on the commonality of robotic systems and exploited this commonality in ROS to expedite the development of future robotic systems. From the fundamental concepts to advanced practical experience, this book will provide you with an incremental knowledge of the ROS framework, the backbone of the robotics evolution. ROS standardizes many layers of robotics functionality from low-level device drivers to process control to message passing to software package management. This book provides step-by-step examples of mobile, armed, and flying robots, describing the ROS implementation as the basic model for other robots of these types. By controlling these robots, whether in simulation or in reality, you will use ROS to drive, move, and fly robots using ROS control. Style and approachThis is an easy-to-follow guide with hands-on examples of ROS robots, both real and in simulation. | |
588 | 0 | |a Print version record. | |
590 | |a ProQuest Ebook Central |b Ebook Central Academic Complete | ||
650 | 0 | |a Robots. | |
650 | 0 | |a Robots |x Programming. | |
650 | 0 | |a Personal robotics. | |
650 | 0 | |a Robots |x Control systems. | |
758 | |i has work: |a ROS robotics by example (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGhjHCXg43g9YkycWp4vMd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Fairchild, Carol. |t ROS Robotics By Example. |b 1. |d Packt Publishing, 2016 |z 1782175199 |z 9781782175193 |w (OCoLC)949750903 |
830 | 0 | |a Community experience distilled. | |
852 | |b E-Collections |h ProQuest | ||
856 | 4 | 0 | |u https://ebookcentral.proquest.com/lib/mcphs/detail.action?docID=4594262 |z Full text (MCPHS users only) |t 0 |
936 | |a BATCHLOAD | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL4594262 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis34561500 | ||
938 | |a YBP Library Services |b YANK |n 13067225 | ||
947 | |a FLO |x pq-ebc-base | ||
999 | f | f | |s 4c36c262-b0dd-4c45-9e66-dd2c59c8fad2 |i e601e99b-1302-4cf1-98ca-09f0e3efaa73 |t 0 |
952 | f | f | |a Massachusetts College of Pharmacy and Health Sciences |b Online |c Online |d E-Collections |t 0 |e ProQuest |h Other scheme |
856 | 4 | 0 | |t 0 |u https://ebookcentral.proquest.com/lib/mcphs/detail.action?docID=4594262 |y Full text (MCPHS users only) |