• Complain

Robin R. Murphy - Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series)

Here you can read online Robin R. Murphy - Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series) full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: A Bradford Book, genre: Romance novel. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series)
  • Author:
  • Publisher:
    A Bradford Book
  • Genre:
  • Year:
    2019
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series): summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series)" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

A comprehensive survey of artificial intelligence algorithms and programming organization for robot systems, combining theoretical rigor and practical applications.

This textbook offers a comprehensive survey of artificial intelligence (AI) algorithms and programming organization for robot systems. Readers who master the topics covered will be able to design and evaluate an artificially intelligent robot for applications involving sensing, acting, planning, and learning. A background in AI is not required; the book introduces key AI topics from all AI subdisciplines throughout the book and explains how they contribute to autonomous capabilities.

This second edition is a major expansion and reorganization of the first edition, reflecting the dramatic advances made in AI over the past fifteen years. An introductory overview provides a framework for thinking about AI for robotics, distinguishing between the fundamentally different design paradigms of automation and autonomy. The book then discusses the reactive functionality of sensing and acting in AI robotics; introduces the deliberative functions most often associated with intelligence and the capability of autonomous initiative; surveys multi-robot systems and (in a new chapter) human-robot interaction; and offers a metaview of how to design and evaluate autonomous systems and the ethical considerations in doing so. New material covers locomotion, simultaneous localization and mapping, human-robot interaction, machine learning, and ethics. Each chapter includes exercises, and many chapters provide case studies. Endnotes point to additional reading, highlight advanced topics, and offer robot trivia.

Robin R. Murphy: author's other books


Who wrote Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series)? Find out the surname, the name of the author of the book and a list of all author's works by series.

Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series) — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series)" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Guide
Pagebreaks of the print version
Intelligent Robotics and Autonomous Agents Edited by Ronald C Arkin A - photo 1

Intelligent Robotics and Autonomous Agents

Edited by Ronald C. Arkin

A complete list of the books in the Intelligent Robotics and Autonomous Agents series appears at the back of this book.

Introduction to AI Robotics

Second Edition

Robin R. Murphy

The MIT Press

Cambridge, Massachusetts

London, England

2019 Massachusetts Institute of Technology

All rights reserved. No part of this book may be reproduced in any form by any electronic or mechanical means (including photocopying, recording, or information storage and retrieval) without permission in writing from the publisher.

This book was typeset by the author using Introduction to AI Robotics Intelligent Robotics and Autonomous Agents series - image 2.

Printed and bound in the United States of America.

Library of Congress Cataloging-in-Publication Data

Names: Murphy, Robin, 1957- author.
Title: Introduction to AI robotics / Robin R. Murphy.

Description: Second edition. | Cambridge, MA: The MIT Press, 2019. | Includes

bibliographical references and index.

Identifiers: LCCN 2017059414 | ISBN 9780262038485 (hardcover: alk. paper)

Subjects: LCSH: Robotics. | Artificial intelligence.

Classification: LCC TJ211.M865 2018 | DDC 629.8/9563dc23 LC record available at https://lccn.loc.gov/2017059414

d_r0

To Kevin

and Carlyle Ramsey, Monroe Swilley, Chris Trowell

Brief Contents
Contents

List of Figures

Two views of robots: a) the humanoid robot from the 1926 movie Metropolis (image courtesy Fr. Doug Quinn and the Metropolis Home Page), and b) a High Mobility Multipurpose Wheeled Vehicle (HMMWV), a military vehicle capable of driving on roads and open terrains (photograph courtesy of the National Institute for Standards and Technology).

Two examples of UGVs being used in a hazardous materials incident exercise: a) a man-packable QinetiQ Dragonrunner with the operator control unit and antennas mounted to the backpack and b) a man-portable iRobot Packbot 510.

Two examples of rotor-craft UAVs in a hazardous materials incident exercise: a) a Leptron Avenger and b) a AirRobot 100B quadrotor.

Two types of unmanned marine vehicles used at the 2011 Tohoku tsunami response: a box-like SeaBotix ROV on the bottom and a torpedo shaped YSI Oceanmapper AUV on the top.

Timeline of major milestones in intelligent robotics.

A Model 8 Telemanipulator or waldo. The upper portion of the device is placed in the ceiling, and the portion on the right extends into the hot cell. (Photograph courtesy Central Research Laboratories.)

An RT3300 industrial manipulator. (Photograph courtesy of Seiko Instruments.)

A MOVEMASTER robot: a.) the robot arm and b.) the associated joints.

Motivation for intelligent planetary rovers: a.) Astronaut John Young awkwardly collecting lunar samples on Apollo 16, and b.) Astronaut Jim Irwin stopping the lunar rover as it slides down a hill during the Apollo 15 mission. (Photographs courtesy of the National Aeronautics and Space Administration.)

Shakey, the first AI robot. (Photograph courtesy of SRI.)

Sojourner Mars rover. (Photograph courtesy of the National Aeronautics and Space Administration.)

The iRobot Roomba vacuum cleaner that uses animal-like intelligence to adapt to rooms.

Teledyne Ryan Firebee UAV (target variant, IDF designation Shadmit) at Muzeyon Heyl ha-Avir, Hatzerim airbase, Israel. 2006. (Photograph courtesy of WikiCommons under the Creative Commons Attribution-Share Alike 3.0 Unported license.)

Visualizing how the four aspects of automation and autonomy combine to create the DNA for a particular intelligent system.

Central nervous system represented as an operational architecture.

Organization of the primitives in the Reactive Layer.

Primitives in the Deliberative Layer.

Sublayers in the Deliberative Layer with the four key deliberative functions.

Canonical AI robotics operational architecture.

The five common subsystems in intelligent robotics, adapted from Technology Development for Army Unmanned Ground Vehicles.

The three styles of interaction: a) SENSE , PLAN , ACT , b) SENSE-ACT , and c) PLAN , SENSE-ACT .

Example of the three sensing routes for a driverless car: local, global, and hybrid.

Example of a Hierarchical Systems Architecture for a driverless car.

Example of a Reactive Systems Architecture for a driverless car.

Example of a Hierarchical Systems Architecture for a driverless car.

SENSE-PLAN-APPROVE-ACT cycle.

Organization of a telesystem. (Photographs courtesy of Oak Ridge National Laboratory.)

Manipulator interface used in nuclear hot cell work. (Photograph courtesy of Central Research Laboratories.)

The types of supervisory control represented as quadrants.

Human supervisory control matrix expanded for telesystems.

Manual control in teleoperation, showing that the remote may have some onboard control.

Local display from an iRobot Packbot showing perception.

Traded control between a teleoperator and a telefactor.

Shared control between a teleoperator and a telefactor.

DarkStar unmanned aerial vehicle. (Photograph courtesy of DefenseLink Office of the Assistant Secretary of Defense-Public Affairs.)

A teleoperated Bobcat and Talon robots working together to enable the Bobcat to clear debris at Fukushima. (Photograph courtesy of QinetiQ.)

Marrs Computational Theory.

Robots built at the Bio-Bot Laboratory at Case Western Reserve University imitate cockroaches at Level 3: a.) Robot I, an earlier version, and b.) Robot III. (Photographs courtesy of Roger Quinn.)

Genghis, a legged robot built by Colin Angle, IS Robotics, which imitates an insect at Levels 1 and 2. (Photograph courtesy of the National Aeronautics and Space Administration.)

Schema theory of a frog snapping at a fly.

Graphical illustration of the feed behavior emphasizing the computational theory Level 3 specificity needed for implementing in a computer.

Schema theory representation of a toad snapping at a fly when presented with two equidistant flies.

Unified model language representation of behavior, motor, and perceptual schemas.

Feed behavior decomposed into perceptual and motor schemas.

A graphical representation of a behavior.

Action-Perception Cycle.

A collection of artificial bait, possibly the first example of humans exploiting affordances. Notice that the lures exaggerate one or more attributes of what a fish might eat.

The GRUFF system: a.) input, and b.) different types of chairs recognized by GRUFF. (Figures courtesy of Louise Stark.)

Innate Releasing Mechanism as a process for activating behaviors.

The hiding behavior expressed as actigrams and internal state for the set of component behaviors.

A graphical illustration of the coordination function.

A taxonomy of algorithms that can serve as the coordination function.

Example of an obstacle exerting a repulsive potential field over the radius of one meter.

Five primitive potential fields: a.) uniform, b.) perpendicular, c.) attraction, d.) repulsion, and e.) tangential.

Plots of magnitude profiles for a field of radius 5 units: a.) constant magnitude, b.) linear drop off with a slope of -1, and c.) exponential drop off.

A birds-eye view of a world with a goal and obstacle and the two active behaviors for the robot who will inhabit this world.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series)»

Look at similar books to Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series). We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series)»

Discussion, reviews of the book Introduction to AI Robotics (Intelligent Robotics and Autonomous Agents series) and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.