DEMONSTRATING REAL-WORLD COOPERATIVE SYSTEMS USING AEROBOTS

Size: px
Start display at page:

Download "DEMONSTRATING REAL-WORLD COOPERATIVE SYSTEMS USING AEROBOTS"

Transcription

1 In Proceedings of the 9th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2006' ESTEC, Noordwijk, The Netherlands, November 28-30, 2006 DEMONSTRATING REAL-WORLD COOPERATIVE SYSTEMS USING AEROBOTS Ehsan Honary 1, Frank McQuade 1, Roger Ward 1, Ian Woodrow 2, Andy Shaw 3, Dave Barnes 3, Matthew Fyfe 4 1 SciSys ehsan.honary@scisys.co.uk, frank.mcquade@scisys.co.uk, roger.ward@scisys.co.uk Clothier Road, Bristol BS4 5SS, UK TEL: +44 (117) , FAX: +44 (117) SEA Ian.Woodrow@sea.co.uk Systems Engineering & Assessment Ltd, Beckington Castle, Castle Corner, Beckington, Frome BA11 6TB, UK, TEL: +44 (1373) , FAX: +44 (1373) ABSTRACT 3 University of Wales Aberystwyth Andy Shaw: ajs@aber.ac.uk, Dave Barnes: dpb@aber.ac.uk Computer Science Department, Penglais, Aberystwyth, Ceredigion, SY23 3DB, Wales, UK TEL: +44 (1970) , FAX: +44 (1970) SCS mfyfe@scs-ltd.co.uk Systems Consultants Services Limited, Henley-on-Thames, Oxfordshire, England, RG9 2JN TEL: +44 (1491) , FAX: +44 (1491) Use of multiple autonomous robots for practical applications has become more important over the years [1][2][3][4]. The potential for applications of collective robotics is high, in particular in the aerospace environment. SciSys has been involved in the development of Planetary Aerobots funded by ESA for use on Mars and has developed image-based localisation technology as part of the activity. It is however possible to use the Aerobots in a different environment to investigate issues in regard with robotics behaviour such as data handling, communications, limited processing power, limited sensors, GNC, etc. This paper summarises the activity where Aerobot platform was used to investigate the use of multiple autonomous Unmanned Underwater Vehicles (UUVs), basically simulating their movement and behaviour. The main purpose of the Multiple UUV Operations (MuOps) project within the BAUUV 1 program was to identify and derisk critical UUV components and raise the technology readiness level of the components required for the operation of multiple cooperative vehicles. This paper reports the computer simulations and the real-world tests and the lessons learnt from them. 1. INTRODUCTION Autonomous underwater operations are an attractive solution for challenges confronted in modern battlefields. A swarm of UUVs can collectively co-operate together to carry out missions or to survey a targeted area. Robots operating in land, underwater, air or space can all benefit from collective activity and despite the differences between the environments, the same principles and solutions can be applied to all of them. 1 The BAUUV program (Battlefield Access Unmanned Underwater Vehicle) was led by SEA on behalf of UK MOD. SciSys Ltd. led the consortium to complete the MuOps study with contributions from University of Wales, Aberystwyth (UWA) and SCS.

2 The MuOps study consisted of three main phases: 1. Operational concepts. A series of scenarios were considered as part of the MuOps study. Scenarios such as Antisubmarine warfare, Littoral Beach Operations, Harbour Operations, Surveillance, etc. were considered and based on a trade off table eventually Mine Counter Measures (MCM) was selected as the most appropriate scenario to test the multi-uuv principle. 2. Simulation of underwater vehicles. This included 5 degrees of freedom, ocean model, buoyancy, inertia matrices to calculate motion underwater, drag and PID routines to control the robot. A behaviour-based approach was used in conjunction with minimal collective robotics principles to guide a swarm of robots underwater. The scenarios consisted of MCM, were the swarm was responsible to detect, classify and dispose of mines in the target area. 3. Demonstration with physical hardware. The algorithms were subsequently put onboard Aerobots (Autonomous flying balloons) to validate the simulation results with real-world experiments. Aerobots were used as an analogy to UUVs to move freely in a 3D space. The Aerobots were tracked with a positioning system and horizontal and vertical thrusters were used to navigate the robots around the lab environment. The focus of this paper is on the implementation of the command and control algorithms and their deployment onto the Aerobot platform. 2. SIMULATION ARCHITECTURE The simulation tool is divided into four primary blocks with their corresponding sublevel modules as shown in Fig 1 (Left). Dynamics Module. Dynamics of all UUV s and the underwater environment simulation: o Environment Model. o Translational Dynamics o Attitude Dynamics Guidance and Sensors. This module performed Guidance, Navigation and Control management: o Sensors and Navigation o Behaviour. Controlling the overall behaviour of a UUV o Guidance, control (PID), and propulsions models. 3. GUIDANCE ARCHITECTURE The purpose of the guidance algorithms is to generate the target Cartesian coordinates for the location of the vehicle in the next time step. The control module (either in the simulation or in the real world) is then responsible for implementing the described commands. By continuously generating a series of target points the UUVs can be controlled to move and function within the environment. In simulations, the calculation of the eventual behaviour of UUVs is carried out in the guidance algorithms. This means that commands for the actuators (such as fire weapon, or communicate ) are all issued within this block. Special care has been taken into account to create an architecture which allows the generation of multiple scenarios, based on different number of UUVs and different behaviours that can be active at any one time. The architecture of the guidance algorithms was based around the implementation and use of multiple behaviours for different purposes. The core of the architecture was designed using the DAMN (Distributed Architecture for Mobile Navigation)[5]. The architecture is shown in Fig 1 (Right). 2

3 Mode Manager weights Maximum depth control votes Mine classification & disposal Mine detection Trajectory following Minimum altitude control votes Arbiter Supervisor duties Flocking Other behaviours Commands UUV Controller Fig 1. (Left) Simulations modules and their interconnection. (Right) Guidance architecture. Groups of distributed behaviours communicate with a centralised command arbiter. Each behaviour is responsible to control certain aspects of the UUVs functionality. The behaviour sends its output to the arbiter. These outputs tend to satisfy the behaviour s objectives. The arbiter is then responsible to combine the outputs from various behaviours and generate actions based on that. Multiple outputs are combined by weighting. A high level mode selection system controls the overall operation of the UUVs. 4. INFLUENTIAL PARAMETERS In the context of MCM, there are a variety of scenarios that can take place. Certain parameters have more impact on the overall performance than others. The following are perhaps the most important influential parameters in the context of multiple UUV operations: Cooperation versus non-cooperation. Heterogeneous swarms versus homogenous swarms. Variations on number of UUVs. Cooperation using various algorithms such as flocking, formation flying and leader-follower. Impact of communication (or lack of it) on cooperative solutions. Analysis of coverage, detection, classification and disposal rates of mines under different scenarios. 5. THE MCM SCENARIOS The intention in this study was to shed light on these issues and to provide results based on the simulation and then analyse and justify the conclusions. For this, two sets of scenarios were selected: Scenario 1: Detection (Coverage). This contained the following cases: Single UUV, Non-cooperative UUVs and Cooperative UUV swarm. Scenario 2: Detection, classification and disposal. This contained the following cases: Single disposal UUV, Homogenous disposal swarm (all members identical), Heterogeneous disposal swarm (with different types of robots) 3

4 6. UUV TYPES This section briefly summarises the 3 main types of UUVs used in simulations and demonstrations. The actual requirements for each UUV depend on the selected scenario and solution. Type I: Detection UUV. This UUV is equipped with appropriate sensors (such as sonar) for mine detection purposes. Type II: Communication UUV. This is a communication UUV that is capable of communicating with the outside world as well as with other UUVs. Hence, it can be the point of contact for a group of UUVs. Type III: Classification & Disposal UUV. This UUV is capable of classifying a detected mine-like object. Once it has classified the mine it can move on to dispose it by using its finite number of disarming weapons. This UUV need to be rearmed every time the weapons are depleted, by returning to a predefined replenishing point. 7. SIMULATION OF SCENARIOS As part of the simulation phase, scenario cases were simulated case by case. Key parameters (such as drift, number of UUVs, communications, etc.) were varied for multiple runs and the results were graphed and analysed. Measures of performance such as coverage and time to carry out the mission were used to compare the results between the cases. The UUVs and ocean environment were simulated in Matlab-Simulink. The results were later visualised in our in-house 3D visualisation program. As part of this exercise different cooperative algorithms such as hybrid flocking, leader follower and formation flying were considered. Continuous and periodical drift was added and the effect was examined on the overall behaviour of the swarm. Mine detection, classification and disposal rates were simulated based on probability models. Classification and disposal scenarios introduced the concept of homogenous and heterogeneous swarms. A swarm was tasked to detect the mines in a predefined area with detection UUVs (Type I) and then classify and dispose of mines with dedicated disposal UUVs (Type III). Simulated sensors models with probabilities of success were used to determine if a detection or classification has been successful. A disposal UUV could run out of ammunition, where it should travel to a predefined location to get new weapons and then continue with the mission. Fig 2 shows typical results for a swarm of UUVs. A number of UUVs are scanning the environment following a raster scan. A number of other UUVs collect commands from a supervisor (nominated among the swarm members) to take specific tasks, such as classifying and disposing a mine. The collective behaviour helps the swarm to achieve the task much more efficiently and quickly, minimising energy expenditure. There is no central control, the swarm reacts based on the information collected by distributed sensors on UUVs. At the same time, a deliberative layer controls the behaviour of the swarm to carry out the mission. The swarm should be optimized for the task in hand. Hence, there is a balance to be made when more sophisticated heterogeneous swarms are used. Fig 2. A heterogeneous swarm consisting of 6 Type I UUVs and 5 Type III UUVs simultaneously performing MCM. 4

5 Fig 3. (Left) A number of UUVs switch to a new formation in mid track. (Right) A UUV has failed, other members reform to cover the missing track. Formation flying has certain advantages over non-cooperative solutions. An example is the ability to reform the formation to a new shape, perhaps for better sonar performance. An example is shown in Fig 3 (Right). Swarm member loss is also another important possibility which should be addressed. Fig 3 (Left) shows what happens when a member has failed. The swarm configures itself based on the new situation to cover the track of the lost UUV. The communication and commanding requirements for this activity is minimal. The swarm is scaleable without requiring an increase in CPU power or amount of memories for members. 8. DEMONSTRATION WITH AEROBOTS Simulators are powerful tools to setup and experiment with different algorithms rapidly. However, by definition, a simulator represents an abstract representation of the real world environment. It is desirable to validate simulation results with realworld hardware. The purpose of the third phase of MUOPS study was to demonstrate the simulation results with real-world experiments. These experiments were based on the use of free flying balloons (Aerobots). The balloons are a good analogy for real-world UUVs underwater as they can freely move in a 3D space environment and have similar issues in regard with limited communication, hardware and energy resources. The Aerobots were supplied by UWA. The tests were carried out under SciSys supervision in the Great Hall at the UWA. This is a relatively large auditorium which proved to be a suitable environment for the setup of Vicon cameras and provided the relatively large environment required to test three Aerobots at once. Positioning was achieved by use of a Vicon system which uses 12 cameras with Infra Red capabilities to track custom reflective markers. This is illustrated in Fig 4. The blimps are used to simulate movement of underwater robots. They are preferred to wheeled robots that only operate in two dimensions. The idea was to run test cases with blimps that closely resemble those cases that are simulated and that can raise appropriate issues in regard with operating a swarm of blimps or underwater robots. The Aerobot Platform An Aerobot, the selected platform, is a helium-filled balloon with a PC used as the gondola. Since the platform has already been developed as part of ESA s Planetary Aerobots project, the proposed study team had extensive experience in using them. As a result, the real-world risk of physical demonstration was reduced. Examples of these real world problems are general electronics and mechanical issues associated with the development of robots. The Aerobot is capable of controlling its height using two fans as well as maneuvering around with four side-fans. It uses Linux as the operating system. Communication is achieved through Wireless LAN. SciSys s Message Transfer System (MTS) is used to manage the broadcast of communications. Aerobots are localised using a Vicon 3D positioning system. This uses 12 cameras to triangulate a number of reflective markers and find the location of an object in the target space (See Fig 5). The position is then fed to sensor simulation modules and is then passed to the guidance block. 5

6 Positioning cameras Vicon Tracking System Wireless Signal Wireless Signal Wireless LAN Special marker Blimp CPU & Electronics Mines Test Arena PC broadcasts Cartesian positions to blimps Fig 4. Vicon system and the test environment setup. A series of experiments were carried out using up to 3 Aerobots. These closely reflected the scenario explored as part of the simulation campaign. Aerobots were used in non-cooperative and cooperative modes. Communication among Aerobots was based on MTS (Message Transfer System) which is SciSys s real-time in-house communication software infrastructure. 9. FORMATION FLYING Three blimps performed formation flying for this series of tests. They stayed in formation while performing lawnmower coverage (cooperative). The results are shown in Fig 6. The algorithms used in simulations were directly ported to Aerobots. The results showed that the algorithms were valid and that the swarm could indeed stay in formation despite a noisy environment. Tests were carried out in an environment that contained airflow caused as a result of air-conditioning units. The Aerobots managed to get back to the desired formation even when strong currents dispersed them. This was a good analogy to the underwater currents and showed that the simulation approach has been appropriate. 10. RESULTS AND CONCLUSION Use of Aerobots for robotics experiment and validation has proved to be an attractive solution. They have the necessary hardware infrastructure as well as the expected limitations found on real system. Data-handling and communications issues can be thoroughly explored using this kind of platforms. This naturally necessitates better software design and makes an Aerobots a strong tool that can be used for validation purposes and prototyping. The BAUUV MuOps study explored the issues and strategies relating to the use of multiple autonomous underwater vehicles and their ability to carry out missions to achieve desired objectives. The primary question of the study was to determine if multiple vehicles would improve the mission efficiency. A number of operational concepts were considered to determine if they benefit from the technology. The operational concepts included mine counter measures, anti-submarine and search missions. 6

7 Vicon Cameras Vicon Server & Comms Vicon Markers Visual Representation of a Mine Fig 5. Great Hall environment with the Aerobot test bed setup. The current state of the art in collective robotics suggests that there are many techniques developed that are yet to be exploited for the real-world missions. Behavioural and collaborative algorithms, where a number of agents could co-operate and attempt to carry out tasks together have matured in recent years. This study, through the use of Aerobots, successfully raised the TRL of the technology to TRL 4. Given the operational concepts and the state of the field, a trade-off analysis determined that the most appropriate scenario was the Mine Counter Measures scenario. A MCM simulation phase on different strategies showed that: UUVs can benefit from formation flying algorithms to exploit sensor geometry in particular configurations, i.e. bringing multiple sensors to bear on the same target. The communication requirements to change a formation from one shape to another are insignificant. This can be exploited in situation such as a loss of a UUV. There is a trade-off between the use of homogenous and heterogeneous swarms as they both have their advantages and disadvantages. A heterogeneous swarm can be more cost-effective buy avoiding the use of expensive units, while a homogeneous swarm may be easier to maintain and support. The relationship between the number of UUVs required to search an area versus the transit distance is not linear and may be optimised based on mission requirements. The successful demonstration of simulation results using the Aerobots highlighted that the technology was valid and that the system performed as expected given a realistic and noisy environment. The Aerobots could autonomously recover to a new formation given large disturbances. Inter-robot communications could benefit the coordination of tasks. A supervisor could command different members of the swarm for different tasks to autonomously optimise the use of resources in real-time. 7

8 Aerobot Aerobot Aerobot Fig 6. Left: Trajectory of cooperative Aerobots performing formation flying. Right: Aerobots in action. Use of Aerobots for robotics experiment and validation has proved to be an attractive solution. They have the necessary hardware infrastructure as well as expected limitations found on real system. Data-handling and communications issues can be thoroughly explored using this kind of platforms. This naturally necessitates better software design and makes an Aerobots a strong test platform that can be used for validation purposes and prototyping. In addition, the simulation campaign showed that the use of cooperative robots in challengeable environments is beneficial. In the field of robotics, there has been much interest in swarming technologies recently. As explored in this study, the underwater environment and in particular MCM missions can be used to exploit the nature of cooperation between autonomous agents effectively. We conclude that the results of this study are very positive for the use of multiple vehicles in carrying out complex missions. 11. REFRENCES [1] Werger, B. B., (1999) Cooperation without Deliberation: A Minimal Behavior-based Approach to Multi-Robot Teams, Artificial Intelligence, Vol 110, page [2] Melhuish, C.R., (1999) Strategies for collective minimalist mobile robots, PhD Thesis, University of West of England. [3] Healey, A. J., (2003) Application of Formation Control for Multi-Vehicle Robotic Minesweeping, Proceedings of the IEEE CDC Conference, Paper No. CDC01-INV3103, [4] Honary, E., (2004) Flock Distortion: A collective approach to 3D trajectory mapping, PhD Thesis, University of West of England, Bristol, UK. [5] Rosenblatt, J., (1995) DAMN: A Distributed Architecture for Mobile Navigation, AAAI Spring Symposium on Software Architectures for Physical Agents, Stanford CA. 8

Autonomous Underwater Vehicles

Autonomous Underwater Vehicles Autonomous Underwater Vehicles A View of the Autonomous Underwater Vehicle Market For a number of years now the Autonomous Underwater Vehicle (AUV) has been the undisputed tool of choice for certain niche

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

Sensor-based Motion Planning for MCM Teams. by Sean Kragelund Center for Autonomous Vehicle Research (CAVR)

Sensor-based Motion Planning for MCM Teams. by Sean Kragelund Center for Autonomous Vehicle Research (CAVR) Sensor-based Motion Planning for MCM Teams by Sean Kragelund Center for Autonomous Vehicle Research (CAVR) October 5, 2015 Sensor-based Planning GOAL: optimize some mission objective Max. information gain

More information

Real-Time AOCS EGSE Using EuroSim and SMP2-Compliant Building Blocks

Real-Time AOCS EGSE Using EuroSim and SMP2-Compliant Building Blocks UNCLASSIFIED Nationaal Lucht- en Ruimtevaartlaboratorium National Aerospace Laboratory NLR Executive summary Real-Time AOCS EGSE Using EuroSim and SMP2-Compliant Building Blocks Environment control torque

More information

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm Additive Manufacturing Renewable Energy and Energy Storage Astronomical Instruments and Precision Engineering Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development

More information

Ultra Electronics Integrated Sonar Suite

Ultra Electronics Integrated Sonar Suite Sonar Systems Crown Copyright Ultra Electronics Integrated Sonar Suite COMPREHENSIVE NETWORK CENTRIC WARFARE SYSTEM COMPRISING: HULL-MOUNT SONAR VARIABLE DEPTH SONAR TORPEDO DEFENCE INNOVATION PERFORMANCE

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

RDT&E BUDGET ITEM JUSTIFICATION SHEET (R-2 Exhibit)

RDT&E BUDGET ITEM JUSTIFICATION SHEET (R-2 Exhibit) , R-1 #49 COST (In Millions) FY 2000 FY2001 FY2002 FY2003 FY2004 FY2005 FY2006 FY2007 Cost To Complete Total Cost Total Program Element (PE) Cost 21.845 27.937 41.497 31.896 45.700 57.500 60.200 72.600

More information

OFFensive Swarm-Enabled Tactics (OFFSET)

OFFensive Swarm-Enabled Tactics (OFFSET) OFFensive Swarm-Enabled Tactics (OFFSET) Dr. Timothy H. Chung, Program Manager Tactical Technology Office Briefing Prepared for OFFSET Proposers Day 1 Why are Swarms Hard: Complexity of Swarms Number Agent

More information

CSCI 445 Laurent Itti. Group Robotics. Introduction to Robotics L. Itti & M. J. Mataric 1

CSCI 445 Laurent Itti. Group Robotics. Introduction to Robotics L. Itti & M. J. Mataric 1 Introduction to Robotics CSCI 445 Laurent Itti Group Robotics Introduction to Robotics L. Itti & M. J. Mataric 1 Today s Lecture Outline Defining group behavior Why group behavior is useful Why group behavior

More information

A NEW SIMULATION FRAMEWORK OF OPERATIONAL EFFECTIVENESS ANALYSIS FOR UNMANNED GROUND VEHICLE

A NEW SIMULATION FRAMEWORK OF OPERATIONAL EFFECTIVENESS ANALYSIS FOR UNMANNED GROUND VEHICLE A NEW SIMULATION FRAMEWORK OF OPERATIONAL EFFECTIVENESS ANALYSIS FOR UNMANNED GROUND VEHICLE 1 LEE JAEYEONG, 2 SHIN SUNWOO, 3 KIM CHONGMAN 1 Senior Research Fellow, Myongji University, 116, Myongji-ro,

More information

Navigation of an Autonomous Underwater Vehicle in a Mobile Network

Navigation of an Autonomous Underwater Vehicle in a Mobile Network Navigation of an Autonomous Underwater Vehicle in a Mobile Network Nuno Santos, Aníbal Matos and Nuno Cruz Faculdade de Engenharia da Universidade do Porto Instituto de Sistemas e Robótica - Porto Rua

More information

Smart and Networking Underwater Robots in Cooperation Meshes

Smart and Networking Underwater Robots in Cooperation Meshes Smart and Networking Underwater Robots in Cooperation Meshes SWARMs Newsletter #1 April 2016 Fostering offshore growth Many offshore industrial operations frequently involve divers in challenging and risky

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

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

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

* 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

COE CST First Annual Technical Meeting: Autonomous Rendezvous & Docking Penina Axelrad. Federal Aviation. Administration.

COE CST First Annual Technical Meeting: Autonomous Rendezvous & Docking Penina Axelrad. Federal Aviation. Administration. Administration COE CST First Annual Technical Meeting: Autonomous Rendezvous & Docking Penina Axelrad November 10, 2011 Administration 1 Overview Team Members Purpose of Task Research Methodology Results

More information

IMPLEMENTING MULTIPLE ROBOT ARCHITECTURES USING MOBILE AGENTS

IMPLEMENTING MULTIPLE ROBOT ARCHITECTURES USING MOBILE AGENTS IMPLEMENTING MULTIPLE ROBOT ARCHITECTURES USING MOBILE AGENTS L. M. Cragg and H. Hu Department of Computer Science, University of Essex, Wivenhoe Park, Colchester, CO4 3SQ E-mail: {lmcrag, hhu}@essex.ac.uk

More information

The BNSC Space Foresight Improved Mission Autonomy and Robustness Programme

The BNSC Space Foresight Improved Mission Autonomy and Robustness Programme The BNSC Space Foresight Improved Mission Autonomy and Robustness Programme John D. Hobbs Astrium Ltd., Gunnels Wood Road, Stevenage, Hertfordshire, SG1 2AS, UK Abstract This paper describes work carried

More information

Unmanned Maritime Vehicle (UMV) Test & Evaluation Conference

Unmanned Maritime Vehicle (UMV) Test & Evaluation Conference Unmanned Maritime Vehicle (UMV) Test & Evaluation Conference Future Technology Development and Assessment for UUV Acquisition James Griffin NUWCDIVNPT Autonomous Systems and Technology Department T&E is

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

Engtek SubSea Systems

Engtek SubSea Systems Engtek SubSea Systems A Division of Engtek Manoeuvra Systems Pte Ltd SubSea Propulsion Technology AUV Propulsion and Maneuvering Modules Engtek SubSea Systems A Division of Engtek Manoeuvra Systems Pte

More information

Early Design Naval Systems of Systems Architectures Evaluation

Early Design Naval Systems of Systems Architectures Evaluation ABSTRACT Early Design Naval Systems of Systems Architectures Evaluation Mona Khoury Gilbert Durand DGA TN Avenue de la Tour Royale BP 40915-83 050 Toulon cedex FRANCE mona.khoury@dga.defense.gouv.fr A

More information

Formation and Cooperation for SWARMed Intelligent Robots

Formation and Cooperation for SWARMed Intelligent Robots Formation and Cooperation for SWARMed Intelligent Robots Wei Cao 1 Yanqing Gao 2 Jason Robert Mace 3 (West Virginia University 1 University of Arizona 2 Energy Corp. of America 3 ) Abstract This article

More information

ARCHIVED REPORT. Marine Technology - Archived 7/2005

ARCHIVED REPORT. Marine Technology - Archived 7/2005 Land & Sea-Based Electronics Forecast ARCHIVED REPORT For data and forecasts on current programs please visit www.forecastinternational.com or call +1 203.426.0800 Marine Technology - Archived 7/2005 Outlook

More information

Mission Applications for Space A&R - G.Visentin 1. Automation and Robotics Section (TEC-MMA)

Mission Applications for Space A&R - G.Visentin 1. Automation and Robotics Section (TEC-MMA) In the proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 Gianfranco Visentin Head, Automation

More information

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation The CSIR has a proud track record spanning more than ten

More information

A MARINE FAULTS TOLERANT CONTROL SYSTEM BASED ON INTELLIGENT MULTI-AGENTS

A MARINE FAULTS TOLERANT CONTROL SYSTEM BASED ON INTELLIGENT MULTI-AGENTS A MARINE FAULTS TOLERANT CONTROL SYSTEM BASED ON INTELLIGENT MULTI-AGENTS Tianhao Tang and Gang Yao Department of Electrical & Control Engineering, Shanghai Maritime University 1550 Pudong Road, Shanghai,

More information

Multisensory Based Manipulation Architecture

Multisensory Based Manipulation Architecture Marine Robot and Dexterous Manipulatin for Enabling Multipurpose Intevention Missions WP7 Multisensory Based Manipulation Architecture GIRONA 2012 Y2 Review Meeting Pedro J Sanz IRS Lab http://www.irs.uji.es/

More information

SONOBOT AUTONOMOUS HYDROGRAPHIC SURVEY VEHICLE PRODUCT INFORMATION GUIDE

SONOBOT AUTONOMOUS HYDROGRAPHIC SURVEY VEHICLE PRODUCT INFORMATION GUIDE SONOBOT AUTONOMOUS HYDROGRAPHIC SURVEY VEHICLE PRODUCT INFORMATION GUIDE EvoLogics Sonobot an autonomous unmanned surface vehicle for hydrographic surveys High Precision Differential GPS for high-accuracy

More information

A simple embedded stereoscopic vision system for an autonomous rover

A simple embedded stereoscopic vision system for an autonomous rover In Proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 A simple embedded stereoscopic vision

More information

Progress Report. Mohammadtaghi G. Poshtmashhadi. Supervisor: Professor António M. Pascoal

Progress Report. Mohammadtaghi G. Poshtmashhadi. Supervisor: Professor António M. Pascoal Progress Report Mohammadtaghi G. Poshtmashhadi Supervisor: Professor António M. Pascoal OceaNet meeting presentation April 2017 2 Work program Main Research Topic Autonomous Marine Vehicle Control and

More information

Canadian Activities in Intelligent Robotic Systems - An Overview

Canadian Activities in Intelligent Robotic Systems - An Overview In Proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 Canadian Activities in Intelligent Robotic

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

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

The Caltech Multi-Vehicle Wireless Testbed: Initial Implementation

The Caltech Multi-Vehicle Wireless Testbed: Initial Implementation The Caltech Multi-Vehicle Wireless Testbed: Initial Implementation Lars Cremean, Jason Meltzer, Ben Lee, Richard Murray (In collaboration with Steven Low, Jason Hickey, Eric Klavins, Reza Olfati, Bill

More information

Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations and Exploration Systems

Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations and Exploration Systems Walt Truszkowski, Harold L. Hallock, Christopher Rouff, Jay Karlin, James Rash, Mike Hinchey, and Roy Sterritt Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations

More information

MOD(ATLA) s Technology Strategy

MOD(ATLA) s Technology Strategy MOD(ATLA) s Technology Strategy These documents were published on August 31. 1. Japan Defense Technology Strategy (JDTS) The main body of MOD(ATLA) s technology strategy 2. Medium-to-Long Term Defense

More information

Distributed Robotics From Science to Systems

Distributed Robotics From Science to Systems Distributed Robotics From Science to Systems Nikolaus Correll Distributed Robotics Laboratory, CSAIL, MIT August 8, 2008 Distributed Robotic Systems DRS 1 sensor 1 actuator... 1 device Applications Giant,

More information

Prof. Emil M. Petriu 17 January 2005 CEG 4392 Computer Systems Design Project (Winter 2005)

Prof. Emil M. Petriu 17 January 2005 CEG 4392 Computer Systems Design Project (Winter 2005) Project title: Optical Path Tracking Mobile Robot with Object Picking Project number: 1 A mobile robot controlled by the Altera UP -2 board and/or the HC12 microprocessor will have to pick up and drop

More information

Determination of Planetary Meteorology from Aerobot Flight Sensors

Determination of Planetary Meteorology from Aerobot Flight Sensors Determination of Planetary Meteorology from Aerobot Flight Sensors Phil Summers, Dave Barnes, Andy Shaw Department of Computer Science University of Wales, Aberystwyth Aberystwyth Ceredigion Wales SY23

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

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit)

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit) Exhibit R-2 0602308A Advanced Concepts and Simulation ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit) FY 2005 FY 2006 FY 2007 FY 2008 FY 2009 FY 2010 FY 2011 Total Program Element (PE) Cost 22710 27416

More information

SITUATED DESIGN OF VIRTUAL WORLDS USING RATIONAL AGENTS

SITUATED DESIGN OF VIRTUAL WORLDS USING RATIONAL AGENTS SITUATED DESIGN OF VIRTUAL WORLDS USING RATIONAL AGENTS MARY LOU MAHER AND NING GU Key Centre of Design Computing and Cognition University of Sydney, Australia 2006 Email address: mary@arch.usyd.edu.au

More information

Autonomous Minimalist Following In Three Dimensions: A Study with Small-Scale Dirigibles.

Autonomous Minimalist Following In Three Dimensions: A Study with Small-Scale Dirigibles. Autonomous Minimalist Following In Three Dimensions: A Study with Small-Scale Dirigibles. Jason Welsby and Chris Melhuish Intelligent Autonomous Systems Engineering Laboratory, University of the West of

More information

Development of an Experimental Testbed for Multiple Vehicles Formation Flight Control

Development of an Experimental Testbed for Multiple Vehicles Formation Flight Control Proceedings of the IEEE Conference on Control Applications Toronto, Canada, August 8-, MA6. Development of an Experimental Testbed for Multiple Vehicles Formation Flight Control Jinjun Shan and Hugh H.

More information

NASA s X2000 Program - an Institutional Approach to Enabling Smaller Spacecraft

NASA s X2000 Program - an Institutional Approach to Enabling Smaller Spacecraft NASA s X2000 Program - an Institutional Approach to Enabling Smaller Spacecraft Dr. Leslie J. Deutsch and Chris Salvo Advanced Flight Systems Program Jet Propulsion Laboratory California Institute of Technology

More information

Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles

Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles Selcuk Bayraktar, Georgios E. Fainekos, and George J. Pappas GRASP Laboratory Departments of ESE and CIS University of Pennsylvania

More information

Development of an Intelligent Agent based Manufacturing System

Development of an Intelligent Agent based Manufacturing System Development of an Intelligent Agent based Manufacturing System Hong-Seok Park 1 and Ngoc-Hien Tran 2 1 School of Mechanical and Automotive Engineering, University of Ulsan, Ulsan 680-749, South Korea 2

More information

DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK. Timothy E. Floore George H. Gilman

DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK. Timothy E. Floore George H. Gilman Proceedings of the 2011 Winter Simulation Conference S. Jain, R.R. Creasey, J. Himmelspach, K.P. White, and M. Fu, eds. DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK Timothy

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

Automation & Robotics (A&R) for Space Applications in the German Space Program

Automation & Robotics (A&R) for Space Applications in the German Space Program B. Sommer, RD-RR 1 Automation & Robotics (A&R) for Space Applications in the German Space Program ASTRA 2002 ESTEC, November 2002 1 2 Current and future application areas Unmanned exploration of the cold

More information

CMRE La Spezia, Italy

CMRE La Spezia, Italy Innovative Interoperable M&S within Extended Maritime Domain for Critical Infrastructure Protection and C-IED CMRE La Spezia, Italy Agostino G. Bruzzone 1,2, Alberto Tremori 1 1 NATO STO CMRE& 2 Genoa

More information

Marine Robotics. Alfredo Martins. Unmanned Autonomous Vehicles in Air Land and Sea. Politecnico Milano June 2016

Marine Robotics. Alfredo Martins. Unmanned Autonomous Vehicles in Air Land and Sea. Politecnico Milano June 2016 Marine Robotics Unmanned Autonomous Vehicles in Air Land and Sea Politecnico Milano June 2016 INESC TEC / ISEP Portugal alfredo.martins@inesctec.pt Tools 2 MOOS Mission Oriented Operating Suite 3 MOOS

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

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Journal of Academic and Applied Studies (JAAS) Vol. 2(1) Jan 2012, pp. 32-38 Available online @ www.academians.org ISSN1925-931X NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Sedigheh

More information

Proximity Operations Nano-Satellite Flight Demonstration (PONSFD) Overview

Proximity Operations Nano-Satellite Flight Demonstration (PONSFD) Overview Proximity Operations Nano-Satellite Flight Demonstration (PONSFD) Overview April 25 th, 2013 Scott MacGillivray, President Tyvak Nano-Satellite Systems LLC 15265 Alton Parkway, Suite 200 Irvine, CA 92618-2606

More information

Hardware System for Unmanned Surface Vehicle Using IPC Xiang Shi 1, Shiming Wang 1, a, Zhe Xu 1, Qingyi He 1

Hardware System for Unmanned Surface Vehicle Using IPC Xiang Shi 1, Shiming Wang 1, a, Zhe Xu 1, Qingyi He 1 Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 507-510 doi:10.4028/www.scientific.net/amr.971-973.507 2014 Trans Tech Publications, Switzerland Hardware System for Unmanned

More information

Swarm Robotics. Communication and Cooperation over the Internet. Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles

Swarm Robotics. Communication and Cooperation over the Internet. Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles and Cooperation over the Internet Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles UCLA Applied Mathematics REU 2011 Credit: c 2010 Bruce Avera Hunter, Courtesy of life.nbii.gov

More information

MarineSIM : Robot Simulation for Marine Environments

MarineSIM : Robot Simulation for Marine Environments MarineSIM : Robot Simulation for Marine Environments P.G.C.Namal Senarathne, Wijerupage Sardha Wijesoma,KwangWeeLee, Bharath Kalyan, Moratuwage M.D.P, Nicholas M. Patrikalakis, Franz S. Hover School of

More information

Author s Name Name of the Paper Session. DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION. Sensing Autonomy.

Author s Name Name of the Paper Session. DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION. Sensing Autonomy. Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION Sensing Autonomy By Arne Rinnan Kongsberg Seatex AS Abstract A certain level of autonomy is already

More information

COMP5121 Mobile Robots

COMP5121 Mobile Robots COMP5121 Mobile Robots Foundations Dr. Mario Gongora mgongora@dmu.ac.uk Overview Basics agents, simulation and intelligence Robots components tasks general purpose robots? Environments structured unstructured

More information

ATPE Simulator: Simulation Tool for Onboard GNC Development and Validation

ATPE Simulator: Simulation Tool for Onboard GNC Development and Validation ATPE Simulator: Simulation Tool for Onboard GNC Development and Validation Uwe Brüge Uwe Soppa Presented by Eugénio Ferreira GNC & On-board S/W Engineering 3rd ESA Workshop on Astrodynamics Tools and Techniques

More information

II. ROBOT SYSTEMS ENGINEERING

II. ROBOT SYSTEMS ENGINEERING Mobile Robots: Successes and Challenges in Artificial Intelligence Jitendra Joshi (Research Scholar), Keshav Dev Gupta (Assistant Professor), Nidhi Sharma (Assistant Professor), Kinnari Jangid (Assistant

More information

ESTEC-CNES ROVER REMOTE EXPERIMENT

ESTEC-CNES ROVER REMOTE EXPERIMENT ESTEC-CNES ROVER REMOTE EXPERIMENT Luc Joudrier (1), Angel Munoz Garcia (1), Xavier Rave et al (2) (1) ESA/ESTEC/TEC-MMA (Netherlands), Email: luc.joudrier@esa.int (2) Robotic Group CNES Toulouse (France),

More information

LOCALIZATION WITH GPS UNAVAILABLE

LOCALIZATION WITH GPS UNAVAILABLE LOCALIZATION WITH GPS UNAVAILABLE ARES SWIEE MEETING - ROME, SEPT. 26 2014 TOR VERGATA UNIVERSITY Summary Introduction Technology State of art Application Scenarios vs. Technology Advanced Research in

More information

ATI Horizon (AM) Programme helping to build the future Additively

ATI Horizon (AM) Programme helping to build the future Additively ATI Horizon (AM) Programme helping to build the future Additively In Mar 2014, five partners came together to work on a 13.4 million ATI-funded project called ATI Horizon (AM) in order to develop Additive

More information

Intelligent Power Economy System (Ipes)

Intelligent Power Economy System (Ipes) American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-02, Issue-08, pp-108-114 www.ajer.org Research Paper Open Access Intelligent Power Economy System (Ipes) Salman

More information

Multi robot Team Formation for Distributed Area Coverage. Raj Dasgupta Computer Science Department University of Nebraska, Omaha

Multi robot Team Formation for Distributed Area Coverage. Raj Dasgupta Computer Science Department University of Nebraska, Omaha Multi robot Team Formation for Distributed Area Coverage Raj Dasgupta Computer Science Department University of Nebraska, Omaha C MANTIC Lab Collaborative Multi AgeNt/Multi robot Technologies for Intelligent

More information

Software Product Assurance for Autonomy On-board Spacecraft

Software Product Assurance for Autonomy On-board Spacecraft Software Product Assurance for Autonomy On-board Spacecraft JP. Blanquart (1), S. Fleury (2) ; M. Hernek (3) ; C. Honvault (1) ; F. Ingrand (2) ; JC. Poncet (4) ; D. Powell (2) ; N. Strady-Lécubin (4)

More information

Behavior-Based Control for Autonomous Underwater Exploration

Behavior-Based Control for Autonomous Underwater Exploration Behavior-Based Control for Autonomous Underwater Exploration Julio Rosenblatt, Stefan Willams, Hugh Durrant-Whyte Australian Centre for Field Robotics University of Sydney, NSW 2006, Australia {julio,stefanw,hugh}@mech.eng.usyd.edu.au

More information

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

CS295-1 Final Project : AIBO

CS295-1 Final Project : AIBO CS295-1 Final Project : AIBO Mert Akdere, Ethan F. Leland December 20, 2005 Abstract This document is the final report for our CS295-1 Sensor Data Management Course Final Project: Project AIBO. The main

More information

Systems for Green Operations ITD

Systems for Green Operations ITD Annual Implementation Plan 2009 ITD Systems for Green Operations Annex 1E Proprietary information: SGO ITD 1/15 RECORD OF REVISIONS Revisions Date Description Issue 0 29/09/2008 Creation of the document

More information

e-navigation Underway International February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University)

e-navigation Underway International February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University) e-navigation Underway International 2016 2-4 February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University) Eureka R&D project From Jan 2015 to Dec 2017 15 partners

More information

Space Challenges Preparing the next generation of explorers. The Program

Space Challenges Preparing the next generation of explorers. The Program Space Challenges Preparing the next generation of explorers Space Challenges is the biggest free educational program in the field of space science and high technologies in the Balkans - http://spaceedu.net

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

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

Unmanned on-orbit servicing (OOS), ROKVISS and the TECSAS mission

Unmanned on-orbit servicing (OOS), ROKVISS and the TECSAS mission In Proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 On-Orbit Servicing (OOS), ROKVISS and

More information

Randomized Motion Planning for Groups of Nonholonomic Robots

Randomized Motion Planning for Groups of Nonholonomic Robots Randomized Motion Planning for Groups of Nonholonomic Robots Christopher M Clark chrisc@sun-valleystanfordedu Stephen Rock rock@sun-valleystanfordedu Department of Aeronautics & Astronautics Stanford University

More information

MIMO Transceiver Systems on AUVs

MIMO Transceiver Systems on AUVs MIMO Transceiver Systems on AUVs Mohsen Badiey 107 Robinson Hall College of Marine and Earth Studies, phone: (302) 831-3687 fax: (302) 831-6521 email: badiey@udel.edu Aijun Song 114 Robinson Hall College

More information

DOWNLOAD OR READ : ADVANCES IN UNDERWATER TECHNOLOGY OCEAN SCIENCE AND OFFSHORE ENGINEERING OFFSHORE SITE INVESTIGATIO PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : ADVANCES IN UNDERWATER TECHNOLOGY OCEAN SCIENCE AND OFFSHORE ENGINEERING OFFSHORE SITE INVESTIGATIO PDF EBOOK EPUB MOBI DOWNLOAD OR READ : ADVANCES IN UNDERWATER TECHNOLOGY OCEAN SCIENCE AND OFFSHORE ENGINEERING OFFSHORE SITE INVESTIGATIO PDF EBOOK EPUB MOBI Page 1 Page 2 investigatio advances in underwater technology pdf

More information

Engineering excellence through life SIMULATION AND TRAINING. Immersive, high-fidelity, 3D software solutions

Engineering excellence through life SIMULATION AND TRAINING. Immersive, high-fidelity, 3D software solutions Engineering excellence through life SIMULATION AND TRAINING Immersive, high-fidelity, 3D software solutions Overview Providing Synthetic Environment based training systems and simulations that are efficient,

More information

Overview of Challenges in the Development of Autonomous Mobile Robots. August 23, 2011

Overview of Challenges in the Development of Autonomous Mobile Robots. August 23, 2011 Overview of Challenges in the Development of Autonomous Mobile Robots August 23, 2011 What is in a Robot? Sensors Effectors and actuators (i.e., mechanical) Used for locomotion and manipulation Controllers

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

Space Challenges Preparing the next generation of explorers. The Program

Space Challenges Preparing the next generation of explorers. The Program Space Challenges Preparing the next generation of explorers Space Challenges is one of the biggest educational programs in the field of space science and high technologies in Europe - http://spaceedu.net

More information

CubeSat Integration into the Space Situational Awareness Architecture

CubeSat Integration into the Space Situational Awareness Architecture CubeSat Integration into the Space Situational Awareness Architecture Keith Morris, Chris Rice, Mark Wolfson Lockheed Martin Space Systems Company 12257 S. Wadsworth Blvd. Mailstop S6040 Littleton, CO

More information

CAPACITIES FOR TECHNOLOGY TRANSFER

CAPACITIES FOR TECHNOLOGY TRANSFER CAPACITIES FOR TECHNOLOGY TRANSFER The Institut de Robòtica i Informàtica Industrial (IRI) is a Joint University Research Institute of the Spanish Council for Scientific Research (CSIC) and the Technical

More information

Virtual Testing of Autonomous Vehicles

Virtual Testing of Autonomous Vehicles Virtual Testing of Autonomous Vehicles Mike Dempsey Claytex Services Limited Software, Consultancy, Training Based in Leamington Spa, UK Office in Cape Town, South Africa Experts in Systems Engineering,

More information

COS Lecture 1 Autonomous Robot Navigation

COS Lecture 1 Autonomous Robot Navigation COS 495 - Lecture 1 Autonomous Robot Navigation Instructor: Chris Clark Semester: Fall 2011 1 Figures courtesy of Siegwart & Nourbakhsh Introduction Education B.Sc.Eng Engineering Phyics, Queen s University

More information

CORC 3303 Exploring Robotics. Why Teams?

CORC 3303 Exploring Robotics. Why Teams? Exploring Robotics Lecture F Robot Teams Topics: 1) Teamwork and Its Challenges 2) Coordination, Communication and Control 3) RoboCup Why Teams? It takes two (or more) Such as cooperative transportation:

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

UNIVERSIDAD CARLOS III DE MADRID ESCUELA POLITÉCNICA SUPERIOR

UNIVERSIDAD CARLOS III DE MADRID ESCUELA POLITÉCNICA SUPERIOR UNIVERSIDAD CARLOS III DE MADRID ESCUELA POLITÉCNICA SUPERIOR TRABAJO DE FIN DE GRADO GRADO EN INGENIERÍA DE SISTEMAS DE COMUNICACIONES CONTROL CENTRALIZADO DE FLOTAS DE ROBOTS CENTRALIZED CONTROL FOR

More information

SAAB SEA POWER CAPABILITIES FOR MALAYSIA AND APAC LIMA Robert Hewson Vice President Head of Communications, Saab Asia Pacific

SAAB SEA POWER CAPABILITIES FOR MALAYSIA AND APAC LIMA Robert Hewson Vice President Head of Communications, Saab Asia Pacific 1 SAAB SEA POWER CAPABILITIES FOR MALAYSIA AND APAC LIMA 2017 Robert Hewson Vice President Head of Communications, Saab Asia Pacific This document and the information contained herein is the property of

More information

ASCENTIS: Planetary Ascent Vehicle FES Tool

ASCENTIS: Planetary Ascent Vehicle FES Tool ASCENTIS: Planetary Ascent Vehicle FES Tool Eugénio Ferreira, Thierry Jean-Marius Mission analysis & GNC teams 3rd International Workshop on Astrodynamics Tools and Techniques ESTEC, 4 October 2006 Page

More information

Robot Task-Level Programming Language and Simulation

Robot Task-Level Programming Language and Simulation Robot Task-Level Programming Language and Simulation M. Samaka Abstract This paper presents the development of a software application for Off-line robot task programming and simulation. Such application

More information

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Clark Letter*, Lily Elefteriadou, Mahmoud Pourmehrab, Aschkan Omidvar Civil

More information

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats Mr. Amos Gellert Technological aspects of level crossing facilities Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings Deputy General Manager

More information

Introducing the Quadrotor Flying Robot

Introducing the Quadrotor Flying Robot Introducing the Quadrotor Flying Robot Roy Brewer Organizer Philadelphia Robotics Meetup Group August 13, 2009 What is a Quadrotor? A vehicle having 4 rotors (propellers) at each end of a square cross

More information