A Systematic Approach to Learning Robot Programming with ROS
Autor Wyatt Newmanen Limba Engleză Paperback – 15 sep 2017
The book is organized into six parts. It begins with an introduction to ROS foundations, including writing ROS nodes and ROS tools. Messages, Classes, and Servers are also covered. The second part of the book features simulation and visualization with ROS, including coordinate transforms.
The next part of the book discusses perceptual processing in ROS. It includes coverage of using cameras in ROS, depth imaging and point clouds, and point cloud processing. Mobile robot control and navigation in ROS is featured in the fourth part of the book
The fifth section of the book contains coverage of robot arms in ROS. This section explores robot arm kinematics, arm motion planning, arm control with the Baxter Simulator, and an object-grabber package. The last part of the book focuses on system integration and higher-level control, including perception-based and mobile manipulation.
This accessible text includes examples throughout and C++ code examples are also provided at https://github.com/wsnewman/learning_ros
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 453.31 lei 3-5 săpt. | +47.62 lei 6-10 zile |
CRC Press – 15 sep 2017 | 453.31 lei 3-5 săpt. | +47.62 lei 6-10 zile |
Hardback (1) | 855.35 lei 6-8 săpt. | |
CRC Press – sep 2017 | 855.35 lei 6-8 săpt. |
Preț: 453.31 lei
Preț vechi: 492.72 lei
-8% Nou
Puncte Express: 680
Preț estimativ în valută:
86.75€ • 89.50$ • 73.42£
86.75€ • 89.50$ • 73.42£
Carte disponibilă
Livrare economică 12-26 februarie
Livrare express 28 ianuarie-01 februarie pentru 57.61 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781498777827
ISBN-10: 1498777821
Pagini: 530
Ilustrații: 50 Illustrations, color
Dimensiuni: 178 x 254 x 30 mm
Greutate: 1.21 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
ISBN-10: 1498777821
Pagini: 530
Ilustrații: 50 Illustrations, color
Dimensiuni: 178 x 254 x 30 mm
Greutate: 1.21 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Cuprins
ROS FOUNDATIONS. Introduction to ROS: ROS tools and nodes. Messages, Classes and Servers. SIMULATION AND VISUALIZATION IN ROS. Simulation in ROS. Coordinate Transforms in ROS. Sensing and Visualization in ROS. PERCEPTUAL PROCESSING IN ROS. Using Cameras in ROS. Depth Imaging and Point Clouds. Point Cloud Processing. MOBILE ROBOTS IN ROS. Mobile-Robot. Motion Control. Mobile-Robot Navigation. ROBOT ARMS IN ROS. Low-Level Control. Robot Arm Kinematics. Arm Motion Planning. Arm Control with the Baxter Simulator. An Object-Grabber Package. SYSTEM INTEGRATION AND HIGHER-LEVEL CONTROL. Perception-Based Manipulation. Mobile Manipulation
Notă biografică
Wyatt Newman is a professor in the department of Electrical Engineering and Computer Science at Case Western Reserve University, where he has taught since 1988. His research is in the areas of mechatronics, robotics and computational intelligence, in which he has 12 patents and over 150 technical publications. He received the S.B. degree from Harvard College in Engineering Science, the S.M. degree in Mechanical Engineering from M.I.T. in thermal and fluid sciences, the M.S.E.E. degree from Columbia University in control theory and network theory, and the Ph.D. degree in Mechanical Engineering from M.I.T. in design and control. A former NSF Young Investigator in robotics, Prof. Newman has also held appointments as: a senior member of research staff, Philips Laboratories; visiting scientist at Philips Natuurkundig Laboratorium; visiting faculty at Sandia National Laboratories, Intelligent Systems and Robotics Center; NASA summer faculty fellow at NASA Glenn Research Center; visiting fellow in neuroscience at Princeton University; distinguished visiting fellow at Edinburgh University, School of Informatics, and the Hung Hing Ying Distinguished Visiting Professor at the University of Hong Kong. Prof. Newman led robotics teams competing in the 2007 DARPA Urban Challenge and in the 2015 DARPA Robotics Challenge, and he continues to be interested in wide-ranging aspects and applications of robotics.
Descriere
ROS is becoming the de facto means of robot programming, and is expected to be crucial for robotics development in self-driving cars, service robots, and more. This book provides a comprehensive introduction to the essential components of ROS through detailed explanations of simple code examples along with the corresponding theory of operation.