LOCAL OPERATOR INTERFACE. target alert teleop commands detection function sensor displays hardware configuration SEARCH. Search Controller MANUAL

Size: px
Start display at page:

Download "LOCAL OPERATOR INTERFACE. target alert teleop commands detection function sensor displays hardware configuration SEARCH. Search Controller MANUAL"

Transcription

1 Strategies for Searching an Area with Semi-Autonomous Mobile Robots Robin R. Murphy and J. Jake Sprouse 1 Abstract This paper describes three search strategies for the semi-autonomous robotic search of an area, and how they can be implemented via reactive behaviors within a semi-autonomous control architecture. The operator performs semantic search, the robot is responsible for systematic search, and opportunistic search is done cooperatively. The robotic search behavior is a collection of three reactive behaviors (navigation, scanning, and examination) coordinated by a search controller. The paper reports on work in progress in implementing these search strategies and architecture on the Colorado School of Mines mobile robot, Clementine. Introduction One major challenge in Urban Search and Rescue (USAR) is how to search a site for survivors without risking the lives of rescuers. In the past, robotic vehicles have been too large or heavy to use in collapsed or weakened structures. Furthermore, these vehicles require specially trained operators to remotely control them. As a result, USAR eorts such as at Oklahoma City are typically done manually. Two recent advances in mobile robot technology suggest that robotics may at last be practical for USAR. First, the hardware has matured. Lightweight inspection robots which can navigate through ducts and pipes are now commercially available for less than $20k. These systems still demand trained operators for teleoperation. However, progress in articial intelligence has reached the point where routine activities can be transferred to complete computer control, while the operator retains higher level control and supervision responsibilities. 1 Center for Robotics and Intelligent Systems, Colorado School of Mines, Golden, CO 80401

2 This semi-autonomous control paradigm simplies the demand on the operator, allowing a user to achieve the same results with less training, and to direct multiple robots at the same time. We are investigating methods for the semi-autonomous robotic examination of an area. This paper rst describes how animals search and forage. Insights from these studies leads to our formulation of three search strategies. Next, the paper presents how these strategies can be accomplished via reactive behaviors within a single semi-autonomous control architecture. The paper also reports on work in progress in implementing these search strategies on the Colorado School of Mines mobile robot, Clementine. The contributions of this paper are twofold. First, it oers a better understanding of search strategies. Second, it presents a novel organization of robotic search software with signicant advantages for USAR. This software architecture is expected to improve USAR search activities by automating systematic and opportunistic search thereby reducing operator fatigue and the need for specialized training. By reducing the need for continuous supervision, the operator may be able to concurrently direct multiple robots. Biological Foundations of Search Search and foraging skills in biological agents (humans and animals) have been investigated by behavioral and cognitive pyschologists; these studies provide insight into how a robotic search can be organized. Cross and Wellman (1985) demonstrated that children use two general search patterns for nding a well-dened target: comprehensive and selective. Comprehensive search is an exhaustive search, where the agent distributes the search eort evenly throughout the search space. In selective search, the agent infers the likelihood of the target being at particular locations and uses that inference to visit promising locations within the search space rst. Foraging behavior provides examples of methodologies for canvassing large areas under the constraints of time and energy. Unlike a true comprehensive search which covers the entire search space with even eort, foraging is a trade-o between win-stay and win-shift strategies according to Heth and Cornell (1985). A bee will forage heavily for nectar where it has encountered several owers in close proximity with nectar (win-stay), but if it nds only one or two owers with nectar out of many, it will ignore nearby owers and move a signicant distance away and resume foraging (win-shift). Essentially bees stay in an area as long as it is productive to do so. Systematic, Semantic, and Opportunistic Search for USAR The studies described above suggest that there are two basic categories of active search for USAR. The rst type partitions a large search space into subspaces and orders them by expected returns (likelihood of survivors, proximity, etc.).

3 LOCAL OPERATOR INTERFACE search pattern target alert teleop commands detection function sensor displays hardware configuration SEARCH Search Controller MANUAL robot CONTROL in place Navigation Scanning Examination REMOTE Figure 1: Layout of semi-autonomous, behavioral search architecture. We dene that type of search as semantic search, where the robot is directed to semantically similar areas of interest. The second is systematic search, a search eort which covers a search space, either comprehensively or by some sampling scheme. These two categories seem to correspond favorably to the natural division of cognitive abilities of the operator and remote robot. The operator is expected to perform semantic search because it requires abstract knowledge and reasoning abilities. The robot can execute the tedious, repetitive search for targets autonomously, alerting the operator when a potential target is detected. A combined systematic and semantic search initiative is not sucient for USAR applications. One advantage of human teleoperation is that the operator can sometimes notice targets even while performing another task, such as moving the robot to a new search location. Therefore a third category of search is needed to duplicate this function: opportunistic search. Under opportunistic search, the robot could autonomously run a reduced detection function on incoming data without distracting the operator or slowing navigational control. Semi-Autonomous, Behavioral Approach to Search Our approach uses a semi-autonomous control scheme as the framework for teleoperation. An overview of the architecture is shown in Figure 1. The operator can either manually control the robot or instruct it to perform previously programmed routine search activities without direct supervision. If the robot completes the activity (e.g., nds a potential target) or encounters an insurmountable diculty (e.g., cannot make progress due to a dead end), it contacts the operator and goes into a safe waiting state until the operator resumes control.

4 The operator can assume control of the robot at any time. The autonomous systematic and opportunistic searches are handled by a collection of reactive behaviors (Arkin, 1987 and Brooks, 1987) grouped into an abstract behavior (Murphy and Mali, 1995) called search. As shown in Figure 1, search has four components: a search controller which computes the win-stay or win-shift decisions based on the operator's input, a navigation behavior which has the robot maintain the desired search pattern, a scanning behavior which controls how the sensors mounted on the robot scan for targets and actually detects the targets, and an examination behavior which positions the robot to give the operator the best view once a target has been detected. It should be noted that the navigation and scanning behaviors can operate concurrently; i.e., the robot can turn its head back and forth while moving ahead if the sensing update rates permit it. The components of search execute independently of and concurrently with low-level behaviors that enable the robot to avoid obstacles, maintain speed, etc. The search controller is responsible for directing the navigation, scanning, and examination behaviors. It is the component that would encapsulate any mathematical models of search, such as those formulated by Cross and Wellman (1985), to compute when to shift or abandon the search, and adapt the detection function and/or resolution of the search pattern as needed. If the operator takes control of the robot to manually investigate a patch and then returns control to the robot, the search controller can remember the area that has been covered manually and adjust its pattern accordingly. The navigation behavior is responsible for computing the motor control commands (turn left, go forward) to maintain the search pattern. A special case of the navigation behavior is opportunistic search. Opportunistic search does not have a search pattern per se. In our implementation, it is invoked automatically when the operator teleoperates to next area of interest. The scanning behavior is responsible for controlling the sensor eector and executing the target detection function. This allows a robot to pan and/or tilt a sensor independently of the navigation behavior, making the software robot independent. The examination behavior suspends all navigation when the detection function discovers something. It alerts the operator, and attempts to move the robot and/or sensors to optimize the perceptual information about the detected target displayed to the operator. Work In Progress The search behavior has been implemented on one of the CSM mobile robots, Clementine, as a proof-of-concept. Clementine, shown in Figure 2, is a Denning MRV-4 mobile robot. She has a laser navigation beacon system for localization, a ring of 24 ultrasonic transducers for obstacle avoidance, and up to two color video camcorders xed in place on the robot for target detection. The navigation behavior currently supports one search pattern: sector-based.

5 Figure 2: Clementine in test search spaces. Others will be added later. In the sector-based search pattern, the operator positions the robot in the middle of the search space and instructs it to divide the area into slightly overlapping sectors based on sensor characteristics. The robot assumes autonomous control and turns to the rst sector. If it nds a potential target in the current sector, the search is suspended and the examination behavior is triggered. The examination behavior estimates the distance to the target, moves the robot, and waits for the operator to inspect the scene. If the operator directs the robot to resume the search, the robot looks in the next sector from its current position in order to save time and energy. If it does not detect new targets, the robot returns to the center of the search space and scans the next sector. When it has covered all sectors, it informs the operator that the search is now complete. The scanning behavior consists of a vision based detection function which looks for blobs in the image with one or more colors of interest. Figure 3a. shows an image taken from Clementine. The image in Figure 3b. shows the international orange and red (blood-colored) blobs that were detected in black. Discussion The implementation described above makes use of a simple search pattern and color-based detection function. Several additional issues must be addressed in order to transfer the concept into a reliable, useful software package for USAR. First, the selection of other behaviors to avoid obstacles, coordinate legged or tracked locomotion, etc., was ignored in this paper. These behaviors are well understood by the mobile robotics community and this is expected to be straightforward. Another issue is the choice of search patterns. A trained operator may be able to select a reasonably ecient search pattern given initial information, such as architectural drawings. However, the disaster can invalidate the expectations; for example, impassible rubble may eectively create two separate areas to be searched. The use of reactive behaviors allows the robot to continue searching

6 a. b. Figure 3: a.) View from robot camera. b.) Potential targets extracted by the detection function (in black). the reduced space but the search pattern for the anticipated large area may be totally inecient for the smaller area. We note that the inspection robot can provide information about its actual path and the search eciency to the operator and request a new search pattern be selected. Likewise, rubble may have reduced the utility of a particular robot conguration. As more intelligence is added to the system, it is conceivable that the computer at the local station could recommend new search patterns or hardware congurations. The cooperation between operator and robot outlined in this paper is limited to the division between them of cognitively challenging (semantic search) and routine (systematic and opportunistic search) activities. However, much more could be done to facilitate this cooperation. The software could be expanded to include a local expert system(s) to help an inexperienced operator quickly assess the situation and (1) select the most appropriate type of systematic search for a particular inspection robot and/or (2) best conguration of locomotion and sensors for a robot in that area. One such expert system, KNOBSAR, for advising USAR operators on which robots to deploy under what circumstances is currently under development at the Colorado School of Mines. Another aspect of cooperation is cooperation between multiple robots. If a robot encounters a high density of targets, additional robots could be transferred to that area to aid the search. This opens a new set of research issues about coordination and control, especially with a semi-autonomous paradigm. These issues include whether the robots' search eorts are better controlled by the operator or by a centralized articial intelligence at the local system, and how the robots will be programmed to act around each other (e.g., ignore each other or actively cooperate). The reader is directed to (Mataric, 1992) for a discussion of the levels of intelligence needed for cooperative multiple robots.

7 Acknowledgements This work is sponsored in part by NSF NSF Grant IRI , ARPA Grant AO#B460, the Colorado Space Grant Consortium, and an anonymous donor. The authors would like to thank Tyler Devore, Tim Flower, and Dale Hawkins for their help in designing and implementing the behaviors, and Maj. John Blitch for his helpful discussions about the USAR domain. References Arkin, R.C., \Motor Schema Based Navigation for a Mobile Robot: An Approach to Programming by Behavior", Proceedings of 1987 IEEE International Conference on Robotics and Automation, IEEE Computer Society Press, 1987, pp Brooks, R. A., \A Robust Layered Control System For A Mobile Robot", IEEE Journal of Robotics and Automation, IEEE Computer Society Press, vol. RA-1, no. 1, March, 1986, pp Cross, D.R., and Wellman, H.M., \Mathematical Models of Search," Children's Searching: The Development of Search Skill and Spatial Representation, H.M. Wellman, ed., Lawrence Erlbaum Associates, Hillsdale, NJ, 1985, pp Heth, C.D., and Cornell, E.H., \A Comparative Description of Representation and Processing During Search," Children's Searching: The Development of Search Skill and Spatial Representation, H.M. Wellman, ed., Lawrence Erlbaum Associates, Hillsdale, NJ, 1985, pp Mataric, M.J., \Minimizing Complexity in Controlling a Mobile Robot Population," proceedings of 1992 IEEE International Conference on Robotics and Automation, IEEE Computer Society Press, May, Murphy, R., and Mali, A., \Lessons Learned in Integrating Sensing into Autonomous Mobile Robot Architectures," submitted to Journal of Experimental and Theoretical Articial Intelligence. Somerville, S.C., and Haake,R.J., \The Logical Search Skills of Infants and Young Children," Children's Searching: The Development of Search Skill and Spatial Representation, H.M. Wellman, ed., Lawrence Erlbaum Associates, Hillsdale, NJ, 1985, pp

Figure 1: The micro-rover Bujold is deployed from inside the car-like Silver Bullet through gate in rear, much like a kangaroo carrying its young. (Gr

Figure 1: The micro-rover Bujold is deployed from inside the car-like Silver Bullet through gate in rear, much like a kangaroo carrying its young. (Gr Marsupial-like Mobile Robot Societies Robin R. Murphy, Michelle Ausmus, Magda Bugajska, Tanya Ellis Tonia Johnson, Nia Kelley, Jodi Kiefer, Lisa Pollock Computer Science and Engineering 4202 East Fowler

More information

Key-Words: - Fuzzy Behaviour Controls, Multiple Target Tracking, Obstacle Avoidance, Ultrasonic Range Finders

Key-Words: - Fuzzy Behaviour Controls, Multiple Target Tracking, Obstacle Avoidance, Ultrasonic Range Finders Fuzzy Behaviour Based Navigation of a Mobile Robot for Tracking Multiple Targets in an Unstructured Environment NASIR RAHMAN, ALI RAZA JAFRI, M. USMAN KEERIO School of Mechatronics Engineering Beijing

More information

Human-robot relation. Human-robot relation

Human-robot relation. Human-robot relation Town Robot { Toward social interaction technologies of robot systems { Hiroshi ISHIGURO and Katsumi KIMOTO Department of Information Science Kyoto University Sakyo-ku, Kyoto 606-01, JAPAN Email: ishiguro@kuis.kyoto-u.ac.jp

More information

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department EE631 Cooperating Autonomous Mobile Robots Lecture 1: Introduction Prof. Yi Guo ECE Department Plan Overview of Syllabus Introduction to Robotics Applications of Mobile Robots Ways of Operation Single

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

Introduction to Vision & Robotics

Introduction to Vision & Robotics Introduction to Vision & Robotics Vittorio Ferrari, 650-2697,IF 1.27 vferrari@staffmail.inf.ed.ac.uk Michael Herrmann, 651-7177, IF1.42 mherrman@inf.ed.ac.uk Lectures: Handouts will be on the web (but

More information

UvA Rescue Team Description Paper Infrastructure competition Rescue Simulation League RoboCup Jo~ao Pessoa - Brazil

UvA Rescue Team Description Paper Infrastructure competition Rescue Simulation League RoboCup Jo~ao Pessoa - Brazil UvA Rescue Team Description Paper Infrastructure competition Rescue Simulation League RoboCup 2014 - Jo~ao Pessoa - Brazil Arnoud Visser Universiteit van Amsterdam, Science Park 904, 1098 XH Amsterdam,

More information

Behaviour-Based Control. IAR Lecture 5 Barbara Webb

Behaviour-Based Control. IAR Lecture 5 Barbara Webb Behaviour-Based Control IAR Lecture 5 Barbara Webb Traditional sense-plan-act approach suggests a vertical (serial) task decomposition Sensors Actuators perception modelling planning task execution motor

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

Multi-Agent Planning

Multi-Agent Planning 25 PRICAI 2000 Workshop on Teams with Adjustable Autonomy PRICAI 2000 Workshop on Teams with Adjustable Autonomy Position Paper Designing an architecture for adjustably autonomous robot teams David Kortenkamp

More information

Robotic Systems ECE 401RB Fall 2007

Robotic Systems ECE 401RB Fall 2007 The following notes are from: Robotic Systems ECE 401RB Fall 2007 Lecture 14: Cooperation among Multiple Robots Part 2 Chapter 12, George A. Bekey, Autonomous Robots: From Biological Inspiration to Implementation

More information

This list supersedes the one published in the November 2002 issue of CR.

This list supersedes the one published in the November 2002 issue of CR. PERIODICALS RECEIVED This is the current list of periodicals received for review in Reviews. International standard serial numbers (ISSNs) are provided to facilitate obtaining copies of articles or subscriptions.

More information

CS594, Section 30682:

CS594, Section 30682: CS594, Section 30682: Distributed Intelligence in Autonomous Robotics Spring 2003 Tuesday/Thursday 11:10 12:25 http://www.cs.utk.edu/~parker/courses/cs594-spring03 Instructor: Dr. Lynne E. Parker ½ TA:

More information

An Agent-Based Architecture for an Adaptive Human-Robot Interface

An Agent-Based Architecture for an Adaptive Human-Robot Interface An Agent-Based Architecture for an Adaptive Human-Robot Interface Kazuhiko Kawamura, Phongchai Nilas, Kazuhiko Muguruma, Julie A. Adams, and Chen Zhou Center for Intelligent Systems Vanderbilt University

More information

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015 Subsumption Architecture in Swarm Robotics Cuong Nguyen Viet 16/11/2015 1 Table of content Motivation Subsumption Architecture Background Architecture decomposition Implementation Swarm robotics Swarm

More information

Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller

Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller From:MAICS-97 Proceedings. Copyright 1997, AAAI (www.aaai.org). All rights reserved. Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller Douglas S. Blank and J. Oliver

More information

Fuzzy Logic Based Robot Navigation In Uncertain Environments By Multisensor Integration

Fuzzy Logic Based Robot Navigation In Uncertain Environments By Multisensor Integration Proceedings of the 1994 IEEE International Conference on Multisensor Fusion and Integration for Intelligent Systems (MF1 94) Las Vega, NV Oct. 2-5, 1994 Fuzzy Logic Based Robot Navigation In Uncertain

More information

Human Robot Interaction (HRI)

Human Robot Interaction (HRI) Brief Introduction to HRI Batu Akan batu.akan@mdh.se Mälardalen Högskola September 29, 2008 Overview 1 Introduction What are robots What is HRI Application areas of HRI 2 3 Motivations Proposed Solution

More information

The essential role of. mental models in HCI: Card, Moran and Newell

The essential role of. mental models in HCI: Card, Moran and Newell 1 The essential role of mental models in HCI: Card, Moran and Newell Kate Ehrlich IBM Research, Cambridge MA, USA Introduction In the formative years of HCI in the early1980s, researchers explored the

More information

Effective Iconography....convey ideas without words; attract attention...

Effective Iconography....convey ideas without words; attract attention... Effective Iconography...convey ideas without words; attract attention... Visual Thinking and Icons An icon is an image, picture, or symbol representing a concept Icon-specific guidelines Represent the

More information

Robot Architectures. Prof. Yanco , Fall 2011

Robot Architectures. Prof. Yanco , Fall 2011 Robot Architectures Prof. Holly Yanco 91.451 Fall 2011 Architectures, Slide 1 Three Types of Robot Architectures From Murphy 2000 Architectures, Slide 2 Hierarchical Organization is Horizontal From Murphy

More information

FP7 ICT Call 6: Cognitive Systems and Robotics

FP7 ICT Call 6: Cognitive Systems and Robotics FP7 ICT Call 6: Cognitive Systems and Robotics Information day Luxembourg, January 14, 2010 Libor Král, Head of Unit Unit E5 - Cognitive Systems, Interaction, Robotics DG Information Society and Media

More information

perform tasks in environments where it is deemed too costly or too dangerous for actual human presence. However, since the current state of technology

perform tasks in environments where it is deemed too costly or too dangerous for actual human presence. However, since the current state of technology Cooperative Assistance for Remote Robot Supervision Robin R. Murphy and Erika Rogers y School of Mathematical and Computer Sciences Colorado School of Mines Golden, CO 80401-1887 rmurphy@mines.colorado.edu

More information

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS BY SERAFIN BENTO MASTER OF SCIENCE in INFORMATION SYSTEMS Edmonton, Alberta September, 2015 ABSTRACT The popularity of software agents demands for more comprehensive HAI design processes. The outcome of

More information

Behavior-Based Mobile Manipulation for Drum Sampling. Mobile Robot Laboratory. College of Computing. Georgia Institute of Technology

Behavior-Based Mobile Manipulation for Drum Sampling. Mobile Robot Laboratory. College of Computing. Georgia Institute of Technology Behavior-Based Mobile Manipulation for Drum Sampling Douglas C. MacKenzie Ronald C. Arkin Mobile Robot Laboratory College of Computing Georgia Institute of Technology Atlanta, Georgia 30332-0280 U.S.A.

More information

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION ROBOTICS INTRODUCTION THIS COURSE IS TWO PARTS Mobile Robotics. Locomotion (analogous to manipulation) (Legged and wheeled robots). Navigation and obstacle avoidance algorithms. Robot Vision Sensors and

More information

A User Friendly Software Framework for Mobile Robot Control

A User Friendly Software Framework for Mobile Robot Control A User Friendly Software Framework for Mobile Robot Control Jesse Riddle, Ryan Hughes, Nathaniel Biefeld, and Suranga Hettiarachchi Computer Science Department, Indiana University Southeast New Albany,

More information

Robot Architectures. Prof. Holly Yanco Spring 2014

Robot Architectures. Prof. Holly Yanco Spring 2014 Robot Architectures Prof. Holly Yanco 91.450 Spring 2014 Three Types of Robot Architectures From Murphy 2000 Hierarchical Organization is Horizontal From Murphy 2000 Horizontal Behaviors: Accomplish Steps

More information

Semi-Autonomous Parking for Enhanced Safety and Efficiency

Semi-Autonomous Parking for Enhanced Safety and Efficiency Technical Report 105 Semi-Autonomous Parking for Enhanced Safety and Efficiency Sriram Vishwanath WNCG June 2017 Data-Supported Transportation Operations & Planning Center (D-STOP) A Tier 1 USDOT University

More information

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS Nuno Sousa Eugénio Oliveira Faculdade de Egenharia da Universidade do Porto, Portugal Abstract: This paper describes a platform that enables

More information

UvA Rescue - Team Description Paper - Infrastructure competition - Rescue Simulation League RoboCup João Pessoa - Brazil Visser, A.

UvA Rescue - Team Description Paper - Infrastructure competition - Rescue Simulation League RoboCup João Pessoa - Brazil Visser, A. UvA-DARE (Digital Academic Repository) UvA Rescue - Team Description Paper - Infrastructure competition - Rescue Simulation League RoboCup 2014 - João Pessoa - Brazil Visser, A. Link to publication Citation

More information

Multi-Robot Coordination. Chapter 11

Multi-Robot Coordination. Chapter 11 Multi-Robot Coordination Chapter 11 Objectives To understand some of the problems being studied with multiple robots To understand the challenges involved with coordinating robots To investigate a simple

More information

High Speed vslam Using System-on-Chip Based Vision. Jörgen Lidholm Mälardalen University Västerås, Sweden

High Speed vslam Using System-on-Chip Based Vision. Jörgen Lidholm Mälardalen University Västerås, Sweden High Speed vslam Using System-on-Chip Based Vision Jörgen Lidholm Mälardalen University Västerås, Sweden jorgen.lidholm@mdh.se February 28, 2007 1 The ChipVision Project Within the ChipVision project we

More information

APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION

APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION Handy Wicaksono 1, Prihastono 2, Khairul Anam 3, Rusdhianto Effendi 4, Indra Adji Sulistijono 5, Son Kuswadi 6, Achmad Jazidie

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

Why Is It So Difficult For A Robot To Pass Through A Doorway Using UltraSonic Sensors?

Why Is It So Difficult For A Robot To Pass Through A Doorway Using UltraSonic Sensors? Why Is It So Difficult For A Robot To Pass Through A Doorway Using UltraSonic Sensors? John Budenske and Maria Gini Department of Computer Science University of Minnesota Minneapolis, MN 55455 Abstract

More information

Enhancing Robot Teleoperator Situation Awareness and Performance using Vibro-tactile and Graphical Feedback

Enhancing Robot Teleoperator Situation Awareness and Performance using Vibro-tactile and Graphical Feedback Enhancing Robot Teleoperator Situation Awareness and Performance using Vibro-tactile and Graphical Feedback by Paulo G. de Barros Robert W. Lindeman Matthew O. Ward Human Interaction in Vortual Environments

More information

RoboCup. Presented by Shane Murphy April 24, 2003

RoboCup. Presented by Shane Murphy April 24, 2003 RoboCup Presented by Shane Murphy April 24, 2003 RoboCup: : Today and Tomorrow What we have learned Authors Minoru Asada (Osaka University, Japan), Hiroaki Kitano (Sony CS Labs, Japan), Itsuki Noda (Electrotechnical(

More information

Implementation of a Self-Driven Robot for Remote Surveillance

Implementation of a Self-Driven Robot for Remote Surveillance International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 11, November 2015, PP 35-39 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Implementation of a Self-Driven

More information

OBJECTIVE OF THE BOOK ORGANIZATION OF THE BOOK

OBJECTIVE OF THE BOOK ORGANIZATION OF THE BOOK xv Preface Advancement in technology leads to wide spread use of mounting cameras to capture video imagery. Such surveillance cameras are predominant in commercial institutions through recording the cameras

More information

ARTIFICIAL INTELLIGENCE - ROBOTICS

ARTIFICIAL INTELLIGENCE - ROBOTICS ARTIFICIAL INTELLIGENCE - ROBOTICS http://www.tutorialspoint.com/artificial_intelligence/artificial_intelligence_robotics.htm Copyright tutorialspoint.com Robotics is a domain in artificial intelligence

More information

Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9

Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9 Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9 Student Name: Student ID # UOSA Statement of Academic Integrity On my honor I affirm that I have neither given nor received inappropriate aid

More information

Cognitive robots and emotional intelligence Cloud robotics Ethical, legal and social issues of robotic Construction robots Human activities in many

Cognitive robots and emotional intelligence Cloud robotics Ethical, legal and social issues of robotic Construction robots Human activities in many Preface The jubilee 25th International Conference on Robotics in Alpe-Adria-Danube Region, RAAD 2016 was held in the conference centre of the Best Western Hotel M, Belgrade, Serbia, from 30 June to 2 July

More information

Autonomy Mode Suggestions for Improving Human- Robot Interaction *

Autonomy Mode Suggestions for Improving Human- Robot Interaction * Autonomy Mode Suggestions for Improving Human- Robot Interaction * Michael Baker Computer Science Department University of Massachusetts Lowell One University Ave, Olsen Hall Lowell, MA 01854 USA mbaker@cs.uml.edu

More information

Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles. ZZZ (Advisor: Dr. A.A. Rodriguez, Electrical Engineering)

Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles. ZZZ (Advisor: Dr. A.A. Rodriguez, Electrical Engineering) Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles GOALS. The proposed research shall focus on meeting critical objectives toward achieving the long-term goal of developing

More information

CS 599: Distributed Intelligence in Robotics

CS 599: Distributed Intelligence in Robotics CS 599: Distributed Intelligence in Robotics Winter 2016 www.cpp.edu/~ftang/courses/cs599-di/ Dr. Daisy Tang All lecture notes are adapted from Dr. Lynne Parker s lecture notes on Distributed Intelligence

More information

Hybrid architectures. IAR Lecture 6 Barbara Webb

Hybrid architectures. IAR Lecture 6 Barbara Webb Hybrid architectures IAR Lecture 6 Barbara Webb Behaviour Based: Conclusions But arbitrary and difficult to design emergent behaviour for a given task. Architectures do not impose strong constraints Options?

More information

Journal Title ISSN 5. MIS QUARTERLY BRIEFINGS IN BIOINFORMATICS

Journal Title ISSN 5. MIS QUARTERLY BRIEFINGS IN BIOINFORMATICS List of Journals with impact factors Date retrieved: 1 August 2009 Journal Title ISSN Impact Factor 5-Year Impact Factor 1. ACM SURVEYS 0360-0300 9.920 14.672 2. VLDB JOURNAL 1066-8888 6.800 9.164 3. IEEE

More information

International Journal of Informative & Futuristic Research ISSN (Online):

International Journal of Informative & Futuristic Research ISSN (Online): Reviewed Paper Volume 2 Issue 4 December 2014 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 A Survey On Simultaneous Localization And Mapping Paper ID IJIFR/ V2/ E4/

More information

Initial Report on Wheelesley: A Robotic Wheelchair System

Initial Report on Wheelesley: A Robotic Wheelchair System Initial Report on Wheelesley: A Robotic Wheelchair System Holly A. Yanco *, Anna Hazel, Alison Peacock, Suzanna Smith, and Harriet Wintermute Department of Computer Science Wellesley College Wellesley,

More information

Autonomous Execution. Hypothesis Manager. televia. Knowledge Base

Autonomous Execution. Hypothesis Manager. televia. Knowledge Base KNOWLEDGE-BASED IMAGE ENHANCEMENT FOR COOPERATIVE TELE-ASSISTANCE Erika Rogers, Versonya Dupont, Robin R. Murphy, and Nazir Warsi ABSTRACT There is an increasing need in complex environments for computerized

More information

Dynamic Robot Formations Using Directional Visual Perception. approaches for robot formations in order to outline

Dynamic Robot Formations Using Directional Visual Perception. approaches for robot formations in order to outline Dynamic Robot Formations Using Directional Visual Perception Franοcois Michaud 1, Dominic Létourneau 1, Matthieu Guilbert 1, Jean-Marc Valin 1 1 Université de Sherbrooke, Sherbrooke (Québec Canada), laborius@gel.usherb.ca

More information

CMDragons 2009 Team Description

CMDragons 2009 Team Description CMDragons 2009 Team Description Stefan Zickler, Michael Licitra, Joydeep Biswas, and Manuela Veloso Carnegie Mellon University {szickler,mmv}@cs.cmu.edu {mlicitra,joydeep}@andrew.cmu.edu Abstract. In this

More information

An Agent-based Heterogeneous UAV Simulator Design

An Agent-based Heterogeneous UAV Simulator Design An Agent-based Heterogeneous UAV Simulator Design MARTIN LUNDELL 1, JINGPENG TANG 1, THADDEUS HOGAN 1, KENDALL NYGARD 2 1 Math, Science and Technology University of Minnesota Crookston Crookston, MN56716

More information

Vision System for a Robot Guide System

Vision System for a Robot Guide System Vision System for a Robot Guide System Yu Wua Wong 1, Liqiong Tang 2, Donald Bailey 1 1 Institute of Information Sciences and Technology, 2 Institute of Technology and Engineering Massey University, Palmerston

More information

Fuzzy-Heuristic Robot Navigation in a Simulated Environment

Fuzzy-Heuristic Robot Navigation in a Simulated Environment Fuzzy-Heuristic Robot Navigation in a Simulated Environment S. K. Deshpande, M. Blumenstein and B. Verma School of Information Technology, Griffith University-Gold Coast, PMB 50, GCMC, Bundall, QLD 9726,

More information

- Basics of informatics - Computer network - Software engineering - Intelligent media processing - Human interface. Professor. Professor.

- Basics of informatics - Computer network - Software engineering - Intelligent media processing - Human interface. Professor. Professor. - Basics of informatics - Computer network - Software engineering - Intelligent media processing - Human interface Computer-Aided Engineering Research of power/signal integrity analysis and EMC design

More information

A neuronal structure for learning by imitation. ENSEA, 6, avenue du Ponceau, F-95014, Cergy-Pontoise cedex, France. fmoga,

A neuronal structure for learning by imitation. ENSEA, 6, avenue du Ponceau, F-95014, Cergy-Pontoise cedex, France. fmoga, A neuronal structure for learning by imitation Sorin Moga and Philippe Gaussier ETIS / CNRS 2235, Groupe Neurocybernetique, ENSEA, 6, avenue du Ponceau, F-9514, Cergy-Pontoise cedex, France fmoga, gaussierg@ensea.fr

More information

Adaptive Action Selection without Explicit Communication for Multi-robot Box-pushing

Adaptive Action Selection without Explicit Communication for Multi-robot Box-pushing Adaptive Action Selection without Explicit Communication for Multi-robot Box-pushing Seiji Yamada Jun ya Saito CISS, IGSSE, Tokyo Institute of Technology 4259 Nagatsuta, Midori, Yokohama 226-8502, JAPAN

More information

A DIALOGUE-BASED APPROACH TO MULTI-ROBOT TEAM CONTROL

A DIALOGUE-BASED APPROACH TO MULTI-ROBOT TEAM CONTROL A DIALOGUE-BASED APPROACH TO MULTI-ROBOT TEAM CONTROL Nathanael Chambers, James Allen, Lucian Galescu and Hyuckchul Jung Institute for Human and Machine Cognition 40 S. Alcaniz Street Pensacola, FL 32502

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

Cooperative Explorations with Wirelessly Controlled Robots

Cooperative Explorations with Wirelessly Controlled Robots , October 19-21, 2016, San Francisco, USA Cooperative Explorations with Wirelessly Controlled Robots Abstract Robots have gained an ever increasing role in the lives of humans by allowing more efficient

More information

More Robots in Cages Exploring interactions between animals and robots.

More Robots in Cages Exploring interactions between animals and robots. More Robots in Cages Exploring interactions between animals and robots. Marc Böhlen 1 Abstract Typically, roboticists have invoked the animal world conceptually as a source of inspiration for finding new

More information

Turtlebot Laser Tag. Jason Grant, Joe Thompson {jgrant3, University of Notre Dame Notre Dame, IN 46556

Turtlebot Laser Tag. Jason Grant, Joe Thompson {jgrant3, University of Notre Dame Notre Dame, IN 46556 Turtlebot Laser Tag Turtlebot Laser Tag was a collaborative project between Team 1 and Team 7 to create an interactive and autonomous game of laser tag. Turtlebots communicated through a central ROS server

More information

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real...

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real... v preface Motivation Augmented reality (AR) research aims to develop technologies that allow the real-time fusion of computer-generated digital content with the real world. Unlike virtual reality (VR)

More information

A Hybrid Planning Approach for Robots in Search and Rescue

A Hybrid Planning Approach for Robots in Search and Rescue A Hybrid Planning Approach for Robots in Search and Rescue Sanem Sariel Istanbul Technical University, Computer Engineering Department Maslak TR-34469 Istanbul, Turkey. sariel@cs.itu.edu.tr ABSTRACT In

More information

SPQR RoboCup 2016 Standard Platform League Qualification Report

SPQR RoboCup 2016 Standard Platform League Qualification Report SPQR RoboCup 2016 Standard Platform League Qualification Report V. Suriani, F. Riccio, L. Iocchi, D. Nardi Dipartimento di Ingegneria Informatica, Automatica e Gestionale Antonio Ruberti Sapienza Università

More information

Last Time: Acting Humanly: The Full Turing Test

Last Time: Acting Humanly: The Full Turing Test Last Time: Acting Humanly: The Full Turing Test Alan Turing's 1950 article Computing Machinery and Intelligence discussed conditions for considering a machine to be intelligent Can machines think? Can

More information

Current Technologies in Vehicular Communications

Current Technologies in Vehicular Communications Current Technologies in Vehicular Communications George Dimitrakopoulos George Bravos Current Technologies in Vehicular Communications George Dimitrakopoulos Department of Informatics and Telematics Harokopio

More information

Chair. Table. Robot. Laser Spot. Fiber Grating. Laser

Chair. Table. Robot. Laser Spot. Fiber Grating. Laser Obstacle Avoidance Behavior of Autonomous Mobile using Fiber Grating Vision Sensor Yukio Miyazaki Akihisa Ohya Shin'ichi Yuta Intelligent Laboratory University of Tsukuba Tsukuba, Ibaraki, 305-8573, Japan

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

Sonar Behavior-Based Fuzzy Control for a Mobile Robot

Sonar Behavior-Based Fuzzy Control for a Mobile Robot Sonar Behavior-Based Fuzzy Control for a Mobile Robot S. Thongchai, S. Suksakulchai, D. M. Wilkes, and N. Sarkar Intelligent Robotics Laboratory School of Engineering, Vanderbilt University, Nashville,

More information

PROG IR 0.95 IR 0.50 IR IR 0.50 IR 0.85 IR O3 : 0/1 = slow/fast (R-motor) O2 : 0/1 = slow/fast (L-motor) AND

PROG IR 0.95 IR 0.50 IR IR 0.50 IR 0.85 IR O3 : 0/1 = slow/fast (R-motor) O2 : 0/1 = slow/fast (L-motor) AND A Hybrid GP/GA Approach for Co-evolving Controllers and Robot Bodies to Achieve Fitness-Specied asks Wei-Po Lee John Hallam Henrik H. Lund Department of Articial Intelligence University of Edinburgh Edinburgh,

More information

Control Arbitration. Oct 12, 2005 RSS II Una-May O Reilly

Control Arbitration. Oct 12, 2005 RSS II Una-May O Reilly Control Arbitration Oct 12, 2005 RSS II Una-May O Reilly Agenda I. Subsumption Architecture as an example of a behavior-based architecture. Focus in terms of how control is arbitrated II. Arbiters and

More information

Robot Assisted Emergency Search and Rescue System with Wireless Sensors

Robot Assisted Emergency Search and Rescue System with Wireless Sensors Robot Assisted Emergency Search and Rescue System with Wireless Sensors J. Karthiyayini Senior Assistant Professor, Dept of ISE, New Horizon College of Engineering, Bangalore, Karnataka, India Abstract-The

More information

Planning in autonomous mobile robotics

Planning in autonomous mobile robotics Sistemi Intelligenti Corso di Laurea in Informatica, A.A. 2017-2018 Università degli Studi di Milano Planning in autonomous mobile robotics Nicola Basilico Dipartimento di Informatica Via Comelico 39/41-20135

More information

APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION

APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION APPLICATION OF FUZZY BEHAVIOR COORDINATION AND Q LEARNING IN ROBOT NAVIGATION Handy Wicaksono 1,2, Prihastono 1,3, Khairul Anam 4, Rusdhianto Effendi 2, Indra Adji Sulistijono 5, Son Kuswadi 5, Achmad

More information

CS494/594: Software for Intelligent Robotics

CS494/594: Software for Intelligent Robotics CS494/594: Software for Intelligent Robotics Spring 2007 Tuesday/Thursday 11:10 12:25 Instructor: Dr. Lynne E. Parker TA: Rasko Pjesivac Outline Overview syllabus and class policies Introduction to class:

More information

PI: Rhoads. ERRoS: Energetic and Reactive Robotic Swarms

PI: Rhoads. ERRoS: Energetic and Reactive Robotic Swarms ERRoS: Energetic and Reactive Robotic Swarms 1 1 Introduction and Background As articulated in a recent presentation by the Deputy Assistant Secretary of the Army for Research and Technology, the future

More information

Creating a 3D environment map from 2D camera images in robotics

Creating a 3D environment map from 2D camera images in robotics Creating a 3D environment map from 2D camera images in robotics J.P. Niemantsverdriet jelle@niemantsverdriet.nl 4th June 2003 Timorstraat 6A 9715 LE Groningen student number: 0919462 internal advisor:

More information

Collective Robotics. Marcin Pilat

Collective Robotics. Marcin Pilat Collective Robotics Marcin Pilat Introduction Painting a room Complex behaviors: Perceptions, deductions, motivations, choices Robotics: Past: single robot Future: multiple, simple robots working in teams

More information

RescueRobot: Simulating Complex Robots Behaviors in Emergency Situations

RescueRobot: Simulating Complex Robots Behaviors in Emergency Situations RescueRobot: Simulating Complex Robots Behaviors in Emergency Situations Giuseppe Palestra, Andrea Pazienza, Stefano Ferilli, Berardina De Carolis, and Floriana Esposito Dipartimento di Informatica Università

More information

Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors

Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors In: M.H. Hamza (ed.), Proceedings of the 21st IASTED Conference on Applied Informatics, pp. 1278-128. Held February, 1-1, 2, Insbruck, Austria Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors

More information

Introduction to Computer Science

Introduction to Computer Science Introduction to Computer Science CSCI 109 Andrew Goodney Fall 2017 China Tianhe-2 Robotics Nov. 20, 2017 Schedule 1 Robotics ì Acting on the physical world 2 What is robotics? uthe study of the intelligent

More information

The Future of AI A Robotics Perspective

The Future of AI A Robotics Perspective The Future of AI A Robotics Perspective Wolfram Burgard Autonomous Intelligent Systems Department of Computer Science University of Freiburg Germany The Future of AI My Robotics Perspective Wolfram Burgard

More information

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Universal Journal of Control and Automation 6(1): 13-18, 2018 DOI: 10.13189/ujca.2018.060102 http://www.hrpub.org Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Yousef Moh. Abueejela

More information

Mixed-Initiative Interactions for Mobile Robot Search

Mixed-Initiative Interactions for Mobile Robot Search Mixed-Initiative Interactions for Mobile Robot Search Curtis W. Nielsen and David J. Bruemmer and Douglas A. Few and Miles C. Walton Robotic and Human Systems Group Idaho National Laboratory {curtis.nielsen,

More information

SWARM ROBOTICS: PART 2. Dr. Andrew Vardy COMP 4766 / 6912 Department of Computer Science Memorial University of Newfoundland St.

SWARM ROBOTICS: PART 2. Dr. Andrew Vardy COMP 4766 / 6912 Department of Computer Science Memorial University of Newfoundland St. SWARM ROBOTICS: PART 2 Dr. Andrew Vardy COMP 4766 / 6912 Department of Computer Science Memorial University of Newfoundland St. John s, Canada PRINCIPLE: SELF-ORGANIZATION 2 SELF-ORGANIZATION Self-organization

More information

Evaluation of an Enhanced Human-Robot Interface

Evaluation of an Enhanced Human-Robot Interface Evaluation of an Enhanced Human-Robot Carlotta A. Johnson Julie A. Adams Kazuhiko Kawamura Center for Intelligent Systems Center for Intelligent Systems Center for Intelligent Systems Vanderbilt University

More information

Knowledge Representation and Cognition in Natural Language Processing

Knowledge Representation and Cognition in Natural Language Processing Knowledge Representation and Cognition in Natural Language Processing Gemignani Guglielmo Sapienza University of Rome January 17 th 2013 The European Projects Surveyed the FP6 and FP7 projects involving

More information

THE COMPARATIVE ANALYSIS OF FUZZY FILTERING TECHNIQUES

THE COMPARATIVE ANALYSIS OF FUZZY FILTERING TECHNIQUES THE COMPARATIVE ANALYSIS OF FUZZY FILTERING TECHNIQUES Gagandeep Kaur 1, Gursimranjeet Kaur 2 1,2 Electonics and communication engg., G.I.M.E.T Abstract In digital image processing, detecting and removing

More information

SWARM ROBOTICS: PART 2

SWARM ROBOTICS: PART 2 SWARM ROBOTICS: PART 2 PRINCIPLE: SELF-ORGANIZATION Dr. Andrew Vardy COMP 4766 / 6912 Department of Computer Science Memorial University of Newfoundland St. John s, Canada 2 SELF-ORGANIZATION SO in Non-Biological

More information

Towards Interactive Learning for Manufacturing Assistants. Andreas Stopp Sven Horstmann Steen Kristensen Frieder Lohnert

Towards Interactive Learning for Manufacturing Assistants. Andreas Stopp Sven Horstmann Steen Kristensen Frieder Lohnert Towards Interactive Learning for Manufacturing Assistants Andreas Stopp Sven Horstmann Steen Kristensen Frieder Lohnert DaimlerChrysler Research and Technology Cognition and Robotics Group Alt-Moabit 96A,

More information

Saphira Robot Control Architecture

Saphira Robot Control Architecture Saphira Robot Control Architecture Saphira Version 8.1.0 Kurt Konolige SRI International April, 2002 Copyright 2002 Kurt Konolige SRI International, Menlo Park, California 1 Saphira and Aria System Overview

More information

Mobile Robots Exploration and Mapping in 2D

Mobile Robots Exploration and Mapping in 2D ASEE 2014 Zone I Conference, April 3-5, 2014, University of Bridgeport, Bridgpeort, CT, USA. Mobile Robots Exploration and Mapping in 2D Sithisone Kalaya Robotics, Intelligent Sensing & Control (RISC)

More information

Elements of Artificial Intelligence and Expert Systems

Elements of Artificial Intelligence and Expert Systems Elements of Artificial Intelligence and Expert Systems Master in Data Science for Economics, Business & Finance Nicola Basilico Dipartimento di Informatica Via Comelico 39/41-20135 Milano (MI) Ufficio

More information

On The Role of the Multi-Level and Multi- Scale Nature of Behaviour and Cognition

On The Role of the Multi-Level and Multi- Scale Nature of Behaviour and Cognition On The Role of the Multi-Level and Multi- Scale Nature of Behaviour and Cognition Stefano Nolfi Laboratory of Autonomous Robotics and Artificial Life Institute of Cognitive Sciences and Technologies, CNR

More information

Multi-Robot Cooperative System For Object Detection

Multi-Robot Cooperative System For Object Detection Multi-Robot Cooperative System For Object Detection Duaa Abdel-Fattah Mehiar AL-Khawarizmi international collage Duaa.mehiar@kawarizmi.com Abstract- The present study proposes a multi-agent system based

More information

Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D.

Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D. Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D. chow@ncsu.edu Advanced Diagnosis and Control (ADAC) Lab Department of Electrical and Computer Engineering North Carolina State University

More information

Multi-Robot Systems, Part II

Multi-Robot Systems, Part II Multi-Robot Systems, Part II October 31, 2002 Class Meeting 20 A team effort is a lot of people doing what I say. -- Michael Winner. Objectives Multi-Robot Systems, Part II Overview (con t.) Multi-Robot

More information