the mit press an introduction to ai robotics nov 2000

487 402 0
the mit press an introduction to ai robotics nov 2000

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

#540552 09/23/2000 INTRODUCTION TO AI ROBOTICS ROBIN R. MURPHY This text covers all the material needed to understand the principles behind the AI approach to robotics and to program an artificially intelligent robot for applications involving sensing, navigation, planning, and uncertainty. Robin Murphy is extremely effective at combining theoretical and practical rigor with a light narrative touch. In the overview, for example, she touches upon anthropomorphic robots from classic films and science fiction stories before delving into the nuts and bolts of organizing intelligence in robots. Following the overview, Murphy contrasts AI and engineering approaches and discusses what she calls the three paradigms of AI robotics: hierarchical, reactive, and hybrid deliberative/reactive. Later chapters explore multiagent scenarios, navigation and path-planning for mobile robots, and the basics of computer vision and range sensing. Each chapter includes objectives, review questions, and exercises. Many chapters contain one or more case studies showing how the concepts were implemented on real robots. Murphy, who is well known for her classroom teaching, conveys the intellectual adventure of mastering complex theoretical and technical material. Robin R. Murphy is Associate Professor in the Department of Computer Science and Engineering, and in the Department of Psychology, at the University of South Florida, Tampa. Intelligent Robotics and Autonomous Agents series A Bradford Book Cover art: Mural, Detroit Industry, South Wall (detail), 1932–1933. Diego M. Rivera. Gift of Edsel B. Ford. Photograph © 1991 The Detroit Institute of Arts The MIT Press Massachusetts Institute of Technology . Cambridge, Massachusetts 02142 . http://mitpress.mit.edu MURIH 0-262-13383-0 ,!7IA2G2-BDDIDI!:T;K;K;K;K INTRODUCTION TO AI ROBOTICS ROBIN R. MURPHY MURPHY INTRODUCTION TO AI ROBOTICS Introduction to AI Robotics Intelligent Robots and Autonomous Agents Ronald C. Arkin, editor Behavior-Based Robotics, Ronald C. Arkin, 1998 Robot Shaping: An Experiment in Behavior Engineering, Marco Dorigo and Marco Colombetti, 1998 Layered Learning in Multiagent Systems: A Winning Approach to Robotic Soccer, Peter Stone, 2000 Evolutionary Robotics: The Biology, Intelligence, and Technology of Self-Organizing Machines, Stefano Nolfi and Dario Floreano, 2000 Reasoning about Rational Agents, Michael Wooldridge, 2000 Introduction to AI Robotics, Robin R. Murphy, 2000 Introduction to AI Robotics Robin R. Murphy ABradfordBook The MIT Press Cambridge, Massachusetts London, England 2000 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. Typeset in 10/13 Lucida Bright by the author using L A T E X2 . Printed and bound in the United States of America. Library of Congress Cataloging-in-Publication Data Murphy, Robin, 1957– Introduction to AI robotics / Robin R. Murphy. p. cm.—(Intelligent robotics and autonomous agents. A Bradford Book.) Includes bibliographical references and index. ISBN 0-262-13383-0 (hc. : alk. paper) 1. Robotics. 2. Artificial intelligence. I. Title. II. Series TJ211.M865 2000 629.8 6263—dc21 00-033251 v To Kevin andCarlyleRamsey,MonroeSwilley, Chris Trowell Brief Contents I Robotic Paradigms 1 1 From Teleoperation To Autonomy 13 2 The Hierarchical Paradigm 41 3 Biological Foundations of the Reactive Paradigm 67 4 The Reactive Paradigm 105 5 Designing a Reactive Implementation 155 6 Common Sensing Techniques for Reactive Robots 195 7 The Hybrid Deliberative/Reactive Paradigm 257 8 Multi-agents 293 II Navigation 315 9 Topological Path Planning 325 10 Metric Path Planning 351 11 Localization and Map Making 375 12 On the Horizon 435 Contents Preface xvii I Robotic Paradigms 1 1 From Teleoperation To Autonomy 13 1.1 Overview 13 1.2 How Can a Machine Be Intelligent? 15 1.3 What Can Robots Be Used For? 16 1.3.1 Social implications of robotics 18 1.4 A Brief History of Robotics 19 1.4.1 Industrial manipulators 21 1.4.2 Space robotics and the AI approach 26 1.5 Teleoperation 28 1.5.1 Telepresence 32 1.5.2 Semi-autonomous control 33 1.6 The Seven Areas of AI 34 1.7 Summary 37 1.8 Exercises 37 1.9 End Notes 39 2 The Hierarchical Paradigm 41 2.1 Overview 41 2.2 Attributes of the Hierarchical Paradigm 42 2.2.1 Strips 44 2.2.2 More realistic Strips example 46 2.2.3 Strips summary 52 [...]... plans how they get out of a room; they have default schemas or behaviors.) Under the Hierarchical Paradigm, the robot senses the world, plans the next action, and then acts (SENSE, PLAN, ACT) Then it senses the world, plans, acts At each step, the robot explicitly plans the next move The other distinguishing feature of the Hierarchical paradigm is that all the sensing data tends to be gathered into... many forms, to hang in there and focus on education My editor, Bob Prior, and the others at the MIT Press (Katherine Innis, Judy Feldmann, Margie Hardwick, and Maureen Kuper) also have my deepest appreciation for providing unfailingly good-humored guidance, technical assistance, and general savvy Katherine and especially Judy were very patient and nice— despite knowing that I was calling with Yet Another... but did the wrong thing The shift from human-like mechanical creatures to whatever shape gets the job done is due to reality While robots are mechanical, they don’t have to be anthropomorphic or even animal-like Consider robot vacuum cleaners; they look like vacuum cleaners, not janitors And the HelpMate Robotics, Inc., robot which delivers hospital meals to patients to permit nurses more time with... weeks and months with only minor maintenance As a result, the emphasis was 14 1 From Teleoperation To Autonomy AI Robotics planetary rovers vision telesystems telemanipulators Industrial Manipulators manufacturing 1960 1970 Figure 1.1 1980 1990 2000 A timeline showing forks in development of robots placed on the mechanical aspects of the robot to ensure precision and repeatability and methods to make... specific topic References to other approaches and systems are usually included as an advanced reading question at the end of the chapter or as an end note Behavior-based Robotics 10 provides a thorough survey of the field and should be an instructor’s companion Acknowledgments It would be impossible to thank all of the people involved in making this book possible, but I would like to try to list the ones... without requiring recourse to a human operator Autonomy means that a robot can adapt to changes in its environment (the lights get turned off) or itself (a part breaks) and continue to reach its goal Perhaps the best example of an intelligent mechanical creature which can function autonomously is the Terminator from the 1984 movie of the same name Even after losing one camera (eye) and having all external... techniques, plus work in uncertainty management The book concludes with an overview of how advances in computer vision are now being integrated into robots, and how successes in robots are driving the web-bot and know-bot craze Since Introduction to AI Robotics is an introductory text, it is impossible to cover all the fine work that has been in the field The guiding principle has been to include only material... in the 1990’s and continues to be the current area of research Under the Hybrid Paradigm, the robot first plans (deliberates) how to best decompose a task into subtasks (also called “mission planning”) and then what are the suitable behaviors to accomplish each subtask, etc Then the behaviors start executing as per the Reactive Paradigm This type of organization is PLAN, SENSE-ACT (P, S-A), where the. .. consequences, and the moral of the rather socialist story is that work defines a person The shift from robots as human-like servants constructed from biological parts to human-like servants made up of mechanical parts was probably due to science fiction Three classic films, Metropolis (1926), The Day the Earth Stood Still (1951), and Forbidden Planet (1956), cemented the connotation that robots were mechanical... threw out planning all together (see Figs I.3b and I.5) It is a SENSE-ACT (S-A) type of organization Whereas the Hierarchical Paradigm assumes that the input to a ACT will always be the result of a PLAN, the Reactive Paradigm assumes that the input to an ACT will always be the direct output of a sensor, SENSE If the sensor is directly connected to the action, why isn’t a robot running under the Reactive . #540552 09/23 /2000 INTRODUCTION TO AI ROBOTICS ROBIN R. MURPHY This text covers all the material needed to understand the principles behind the AI approach to robotics and to program an artificially. 0-262-13383-0 ,!7IA2G2-BDDIDI!:T;K;K;K;K INTRODUCTION TO AI ROBOTICS ROBIN R. MURPHY MURPHY INTRODUCTION TO AI ROBOTICS Introduction to AI Robotics Intelligent Robots and Autonomous Agents Ronald C. Arkin, editor Behavior-Based Robotics, . director. Michael Mason also provided encouragement, in many forms, to hang in there and focus on education. My editor, Bob Prior, and the others at the MIT Press (Katherine Innis, Judy Feldmann,

Ngày đăng: 11/06/2014, 16:31

Từ khóa liên quan

Mục lục

  • Preface

  • P A R T I Robotic Paradigms

  • 1 From Teleoperation To Autonomy

  • 2 The Hierarchical Paradigm

  • 3 Biological Foundations of the Reactive Paradigm

  • 4 The Reactive Paradigm

  • 5 Designing a Reactive Implementation

  • 6 Common Sensing Techniques for Reactive Robots

  • 7 The Hybrid Deliberative/Reactive Paradigm

  • 8 Multi-agents

  • P A R T I I Navigation

  • 9 Topological Path Planning

  • 10 Metric Path Planning

  • 11 Localization and Map Making

  • 12 On the Horizon

  • Bibliography

  • Index

Tài liệu cùng người dùng

Tài liệu liên quan