Human Robotics

Human Robotics
Author: Etienne Burdet
Publisher: MIT Press
Total Pages: 291
Release: 2013-09-13
Genre: Science
ISBN: 0262314827

A synthesis of biomechanics and neural control that draws on recent advances in robotics to address control problems solved by the human sensorimotor system. This book proposes a transdisciplinary approach to investigating human motor control that synthesizes musculoskeletal biomechanics and neural control. The authors argue that this integrated approach—which uses the framework of robotics to understand sensorimotor control problems—offers a more complete and accurate description than either a purely neural computational approach or a purely biomechanical one. The authors offer an account of motor control in which explanatory models are based on experimental evidence using mathematical approaches reminiscent of physics. These computational models yield algorithms for motor control that may be used as tools to investigate or treat diseases of the sensorimotor system and to guide the development of algorithms and hardware that can be incorporated into products designed to assist with the tasks of daily living. The authors focus on the insights their approach offers in understanding how movement of the arm is controlled and how the control adapts to changing environments. The book begins with muscle mechanics and control, progresses in a logical manner to planning and behavior, and describes applications in neurorehabilitation and robotics. The material is self-contained, and accessible to researchers and professionals in a range of fields, including psychology, kinesiology, neurology, computer science, and robotics.

Robotics

Robotics
Author: Bruno Siciliano
Publisher: Springer Science & Business Media
Total Pages: 644
Release: 2010-08-20
Genre: Technology & Engineering
ISBN: 1846286417

Based on the successful Modelling and Control of Robot Manipulators by Sciavicco and Siciliano (Springer, 2000), Robotics provides the basic know-how on the foundations of robotics: modelling, planning and control. It has been expanded to include coverage of mobile robots, visual control and motion planning. A variety of problems is raised throughout, and the proper tools to find engineering-oriented solutions are introduced and explained. The text includes coverage of fundamental topics like kinematics, and trajectory planning and related technological aspects including actuators and sensors. To impart practical skill, examples and case studies are carefully worked out and interwoven through the text, with frequent resort to simulation. In addition, end-of-chapter exercises are proposed, and the book is accompanied by an electronic solutions manual containing the MATLAB® code for computer problems; this is available free of charge to those adopting this volume as a textbook for courses.

Probabilistic Robotics

Probabilistic Robotics
Author: Sebastian Thrun
Publisher: MIT Press
Total Pages: 668
Release: 2005-08-19
Genre: Technology & Engineering
ISBN: 0262201623

An introduction to the techniques and algorithms of the newest field in robotics. Probabilistic robotics is a new and growing area in robotics, concerned with perception and control in the face of uncertainty. Building on the field of mathematical statistics, probabilistic robotics endows robots with a new level of robustness in real-world situations. This book introduces the reader to a wealth of techniques and algorithms in the field. All algorithms are based on a single overarching mathematical foundation. Each chapter provides example implementations in pseudo code, detailed mathematical derivations, discussions from a practitioner's perspective, and extensive lists of exercises and class projects. The book's Web site, www.probabilistic-robotics.org, has additional material. The book is relevant for anyone involved in robotic software development and scientific research. It will also be of interest to applied statisticians and engineers dealing with real-world sensor data.

The Robotics Primer

The Robotics Primer
Author: Maja J. Mataric
Publisher: MIT Press
Total Pages: 325
Release: 2007-08-17
Genre: Computers
ISBN: 026263354X

A broadly accessible introduction to robotics that spans the most basic concepts and the most novel applications; for students, teachers, and hobbyists. The Robotics Primer offers a broadly accessible introduction to robotics for students at pre-university and university levels, robot hobbyists, and anyone interested in this burgeoning field. The text takes the reader from the most basic concepts (including perception and movement) to the most novel and sophisticated applications and topics (humanoids, shape-shifting robots, space robotics), with an emphasis on what it takes to create autonomous intelligent robot behavior. The core concepts of robotics are carried through from fundamental definitions to more complex explanations, all presented in an engaging, conversational style that will appeal to readers of different backgrounds. The Robotics Primer covers such topics as the definition of robotics, the history of robotics (“Where do Robots Come From?”), robot components, locomotion, manipulation, sensors, control, control architectures, representation, behavior (“Making Your Robot Behave”), navigation, group robotics, learning, and the future of robotics (and its ethical implications). To encourage further engagement, experimentation, and course and lesson design, The Robotics Primer is accompanied by a free robot programming exercise workbook that implements many of the ideas on the book on iRobot platforms. The Robotics Primer is unique as a principled, pedagogical treatment of the topic that is accessible to a broad audience; the only prerequisites are curiosity and attention. It can be used effectively in an educational setting or more informally for self-instruction. The Robotics Primer is a springboard for readers of all backgrounds—including students taking robotics as an elective outside the major, graduate students preparing to specialize in robotics, and K-12 teachers who bring robotics into their classrooms.

Robotics

Robotics
Author: Peter McKinnon
Publisher: Createspace Independent Publishing Platform
Total Pages: 238
Release: 2016-01-28
Genre: Robotics
ISBN: 9781523731510

Explore the Fascinating World of Robotics! Do you love robots? Are you fascinated with modern advances in technology? Do you want to know how robots work? If so, you'll be delighted with Robotics: Everything You Need to Know About Robotics from Beginner to Expert. You'll learn the history of robotics, learn the 3 Rules, and meet the very first robots. This book also describes the many essential hardware components of today's robots: - Analog and Digital brains - DC, Servo, and Stepper Motors - Bump Sensors and Light Sensors - and even Robotic Bodywork Would you like to build and program your own robot? You can use Robotics: Everything You Need to Know About Robotics from Beginner to Expert to learn the software basics of RoboCORE and how to create "brains" for creations like the Obstacle Avoiding Robot. You'll also learn which materials to use to build your robot body and which sensors you need to help your new friend perceive the world around it. This book even explains how you can construct an Autonomous Wall Climbing Robot! Don't delay - Start Reading Robotics: Everything You Need to Know About Robotics from Beginner to Expert right away! You'll be so glad you gained this exciting and powerful knowledge!

Modern Robotics

Modern Robotics
Author: Kevin M. Lynch
Publisher: Cambridge University Press
Total Pages: 545
Release: 2017-05-25
Genre: Computers
ISBN: 1107156300

A modern and unified treatment of the mechanics, planning, and control of robots, suitable for a first course in robotics.

Robotics, Vision and Control

Robotics, Vision and Control
Author: Peter Corke
Publisher: Springer
Total Pages: 572
Release: 2011-09-05
Genre: Technology & Engineering
ISBN: 364220144X

The author has maintained two open-source MATLAB Toolboxes for more than 10 years: one for robotics and one for vision. The key strength of the Toolboxes provide a set of tools that allow the user to work with real problems, not trivial examples. For the student the book makes the algorithms accessible, the Toolbox code can be read to gain understanding, and the examples illustrate how it can be used —instant gratification in just a couple of lines of MATLAB code. The code can also be the starting point for new work, for researchers or students, by writing programs based on Toolbox functions, or modifying the Toolbox code itself. The purpose of this book is to expand on the tutorial material provided with the toolboxes, add many more examples, and to weave this into a narrative that covers robotics and computer vision separately and together. The author shows how complex problems can be decomposed and solved using just a few simple lines of code, and hopefully to inspire up and coming researchers. The topics covered are guided by the real problems observed over many years as a practitioner of both robotics and computer vision. It is written in a light but informative style, it is easy to read and absorb, and includes a lot of Matlab examples and figures. The book is a real walk through the fundamentals of robot kinematics, dynamics and joint level control, then camera models, image processing, feature extraction and epipolar geometry, and bring it all together in a visual servo system. Additional material is provided at http://www.petercorke.com/RVC

JavaScript Robotics

JavaScript Robotics
Author: Backstop Media
Publisher: Maker Media, Inc.
Total Pages: 442
Release: 2015-04-13
Genre: Technology & Engineering
ISBN: 1457186918

JavaScript Robotics is on the rise. Rick Waldron, the lead author of this book and creator of the Johnny-Five platform, is at the forefront of this movement. Johnny-Five is an open source JavaScript Arduino programming framework for robotics. This book brings together fifteen innovative programmers, each creating a unique Johnny-Five robot step-by-step, and offering tips and tricks along the way. Experience with JavaScript is a prerequisite.

Cognitive Robotics

Cognitive Robotics
Author: Angelo Cangelosi
Publisher: MIT Press
Total Pages: 497
Release: 2022-05-17
Genre: Technology & Engineering
ISBN: 0262046830

The current state of the art in cognitive robotics, covering the challenges of building AI-powered intelligent robots inspired by natural cognitive systems. A novel approach to building AI-powered intelligent robots takes inspiration from the way natural cognitive systems—in humans, animals, and biological systems—develop intelligence by exploiting the full power of interactions between body and brain, the physical and social environment in which they live, and phylogenetic, developmental, and learning dynamics. This volume reports on the current state of the art in cognitive robotics, offering the first comprehensive coverage of building robots inspired by natural cognitive systems. Contributors first provide a systematic definition of cognitive robotics and a history of developments in the field. They describe in detail five main approaches: developmental, neuro, evolutionary, swarm, and soft robotics. They go on to consider methodologies and concepts, treating topics that include commonly used cognitive robotics platforms and robot simulators, biomimetic skin as an example of a hardware-based approach, machine-learning methods, and cognitive architecture. Finally, they cover the behavioral and cognitive capabilities of a variety of models, experiments, and applications, looking at issues that range from intrinsic motivation and perception to robot consciousness. Cognitive Robotics is aimed at an interdisciplinary audience, balancing technical details and examples for the computational reader with theoretical and experimental findings for the empirical scientist.

Wearable Robotics

Wearable Robotics
Author: Jacob Rosen
Publisher: Academic Press
Total Pages: 551
Release: 2019-11-16
Genre: Science
ISBN: 0128146605

Wearable Robotics: Systems and Applications provides a comprehensive overview of the entire field of wearable robotics, including active orthotics (exoskeleton) and active prosthetics for the upper and lower limb and full body. In its two major sections, wearable robotics systems are described from both engineering perspectives and their application in medicine and industry. Systems and applications at various levels of the development cycle are presented, including those that are still under active research and development, systems that are under preliminary or full clinical trials, and those in commercialized products. This book is a great resource for anyone working in this field, including researchers, industry professionals and those who want to use it as a teaching mechanism. Provides a comprehensive overview of the entire field, with both engineering and medical perspectives Helps readers quickly and efficiently design and develop wearable robotics for healthcare applications