International Journal of Computer Engineering and Applications, Volume XII, Special Issue, May 18, ISSN

Size: px
Start display at page:

Download "International Journal of Computer Engineering and Applications, Volume XII, Special Issue, May 18, ISSN"

Transcription

1 International Journal of Computer Engineering and Applications, Volume XII, Special Issue, May 18, ISSN UAV AND UGV STATE-BASED BEHAVIORAL FORMATION CONTROL FOR LANDMINE OPERATIONS Moustafa M. Kurdi Belarusian National Technical University BNTU Minsk, Belarus Abstract Robot formation control has drawn important consideration for a long time, and now it is surely known and developed in its field. Initially, this paper is dealt with planning the movement of air/ground robots in Behavior Formation Control, which means certain behavioral constraints limitations are forced on the relative positions and orientations of the robots throughout their travel. Second, it describes the projection of landmine detection on GIS-map based-on the ground penetrating radar (GPR) attached to unmanned aerial vehicle (UAV). Third, it identifies how the unmanned ground vehicle (UGV) uses GIS-map to analyze path in real-time and to remove landmines. Fourth, it focuses on the cooperation between air and ground robots by using an efficient unwired transmission through base station. Behavior-State Formation System uses a control strategy of Finite State Automata for landmines detection, GISmap uploading/downloading, and landmines removal. This proposed system will demonstrate how the class of Imad Elzein Belarusian National Technical University BNTU Minsk, Belarus imad.zein@liu.edu.lb behavior formations of hybrid robots (air-ground vehicle) can be used effectively for landmine operations. Keywords unmanned aircraft vehicle (UAV); unmanned ground vehicle (UGV); Behavior Formation Control; hybrid robots; landmine operations I. INTRODUCTION Robot formation control [1 ] has drawn significant attention for many years especially for ground mobile robot and quadcopter. The ability to keep up a specific formation of hybrid robots is of particular where information should be gathered from various inputs or resources. A controller is actualized for every robot to guarantee it tracks its planned path. Robot formation control is done by setting up xyz system rather than xy system [2]. Moustafa M. Kurdi and Imad Elzein 1

2 UAV AND UGV STATE-BASED BEHAVIORAL FORMATION CONTROL FOR LANDMINE OPERATIONS Researchers classify formation control strategies [3] into three strategies: i) behavior-based; ii) virtualstructure; and iii) leader-follower. A particular approach of our hybrid robots using the Behavior- Based (B-B) formation starts by designing simple behaviors or motion primitives for each individual robot, e.g., formation keeping, trajectory tracking, goal seeking, landmine detection, and obstacle avoidance. The approach is potentially applicable in many other domains such as search and rescue, agricultural coverage tasks and security patrols. Behavior-based approaches are also useful in guiding a multi-robot system in an unknown or dynamically changing environment using vision processing system. This article discusses Behavior-Based (B-B) formation of UAV (Phantom-4 Pro Visio) and UGV (Belarus-132N) as follows (Fig.1): 1. Quadcopter takes off, moves over the region, photograph the area, searches and detects landmine by ground penetrating radar. 2. Quadcopter projects the landmine findings into Geographic Information System (GIS) Mapping. 3. Quadcopter transmits GIS images, collected data to base-station located near to the field of operation. 4. Central Unit Base Station uploads the GIS landmine findings into digital-map, and then it sends the updated digital map to the Ground Robot. 5. Ground Robot uses digital-map to move through the operational area and remove the landmines. This paper is organized as follows: Section II reviews the state-based behavioral formation control, and Section III presents UAV-UGV behavioral formation control with DFA for UAV and UGV control. Our conclusions and thoughts on future extensions are summarized in Section IV. II. STATE-BASED BEHAVIORAL FORMATION CONTROL State-based modeling is a modeling concept used to specify the complex hybrid control systems where the entire objective of the system is divided into set of functional task achieving behaviors/motion states working on individual goals concurrently and asynchronously, which upon integration yields the global objective of the system. Fig.1. General Architecture of the Proposed System The behaviors or motion states of the robots are modeled and expressed in state based model as: ρ = C (G*B(s)) (1) where, * is the vector encoding the global responses undertaken by the robot; G= [g1, g2, g3..] T is the vector encoding gain of each behavior β i, ; B is the Vector of all active behavior β i at time t, B= [β1, β2, β3 ] T ; S= [s1, s2, s3 ] T is the vector of all stimuli s i for each behavior at time t; and C is the Coordination/arbitration function which is competitive or cooperative. Autonomous robotic systems present several difficult challenges. An autonomous robotic system must be extremely self-reliant to operate in complex, partially known and challenging environments using its limited physical and computational resources. In spite of these difficulties, the control system must ensure in real time that the robot will achieve its tasks. A. Finite State Automata Approach A set of behaviors that is adequately competent to handle the situation corresponding to the given state is selected. Using this formalism, systems are modeled in terms of Finite State Automata (FSA), where states correspond to execution of actions/behaviors and events, corresponding to observations and actions, cause transitions between the states. FSA consists of two types: i) Deterministic Finite Automata (DFA) There is a fixed number of states and we can only be in one state at a time; and ii) Nondeterministic Finite Automata (NFA) There is a fixed number of states but we can be in multiple states at one time. The DFA is represented as: A = (Q,, δ, q o, F). III. UAV-UGV BEHAVIORAL FORMATION CONTROL The system describes a formation of 2-robots [8], ground robot Belarus-132N and ground penetrating radar GPR attached to quadcopter Phantom-4, as shown in Fig.1. The Moustafa M. Kurdi and Imad Elzein 2

3 International Journal of Computer Engineering and Applications, Volume XII, Special Issue, May 18, ISSN proposed control algorithm is applying State-Based Behavioral control formation [9]. A. Quadcopter Phantom-4 Pro Control The UAVs are usually used for military, and nonmilitary operations such as landmines detection. Phantom-4 Vision Quadcopter is a light-weight, multifunctional aircraft, and equipped by Ground Penetrating Radar (GPR). Fig 2: UAV Transition diagram of DFA for landmine detections a) UAV Deterministic Finite Automata A proposed system of UAV is depicted in Fig. 2, where the mission consists in finding landmines, locating their position on GIS-map and saving data into base station sitting near the operational region while avoiding obstacles. The agent and its interaction with the environment are modeled by a FSA and is denoted the plant. Figure 2 shows the transition diagram for DFA for UAV landmine detection. Node A represents Start ; Node B represents Find a landmine ; Node C represents Locate landmine object into GIS map. There is a Start arrow entering the start state, A, and the final state, B, is represented by a double circle. The transition state 0 represents cancel an action (landmine detection), while 1 represents do the action (landmine detection). The DFA formal definition for UAV landmine detection is: 1. Finite set of states Q={A, B, C} 2. Input symbols Σ={0, 1 } 3. Start state A 4. Final state F={B} 5. A transition function δ δ (A,0)=A // do not start δ (A,1)=B // go-to Find landmine state δ (B,0)=B // cannot find landmines δ (B,1)=C // New landmine was found, so locate it at GIS-map δ (C,0)=C // New landmine object cannot be added (located) to GIS-map due to technical or communication errors. δ (C,1)=B // search for another landmine b) UAV Landmine detection UAV projects each landmine found with a vertex on the GIS-map and transfer it to base station. Each landmine found has the following properties: 1) ID: Unique number assigned to the new landmine. 2) Position of new object (x r, y r). 3) Label the dimension of new object (l r, w r, d r). 4) Object type (Anti-personal, anti-tank). Fig 3: UGV Transition diagram of DFA for landmine removal Fig 4: UGV Model for Obstacle Avoidance B. Ground Robot Belarus-132N Control Ground Robot Belarus-132N consists of fourwheeled, serial chassis of Belarus-132N tractor with Moustafa M. Kurdi and Imad Elzein 3

4 UAV AND UGV STATE-BASED BEHAVIORAL FORMATION CONTROL FOR LANDMINE OPERATIONS 120cm length, 120cm width, 180cm height, and weighing about 500 kg. a) UGV Deterministic Finite Automata A proposed system of UGV is depicted in Fig. 3, where the mission consists in uploading GIS-map from base station, removing landmines, updating GIS-map and saving updated map into base station while avoiding obstacles. Figure 3 shows the transition diagram for DFA for UGV landmine removal. Node A represents Start ; Node B represents Upload GIS map to UGV ; Node C represents Remove landmine from the ground ; Node D represents Update GIS-map after one landmine removal. There is a Start arrow entering the start state, A, and the final state, C, is represented by a double circle. The transition state 0 represents cancel an action (remove landmine or upload GIS), while 1 represents do the action (remove landmine or upload GIS). The DFA formal definition for UGV landmine removal: 1. Finite set of states Q={A, B, C, D} 2. Input symbols Σ={0, 1 } 3. Start state A 4. Final state F={C} 5. A transition function δ δ (A,0)=A // do not start δ (A,1)=B // upload GIS-map from base station in order to start landmines removal δ (B,0)=B // cannot upload GIS-map δ (B,1)=C // GIS-map was uploaded, goto remove landmine state δ (C,0)=C // cannot remove (extract) landmine due to technical errors. δ (C,1)=D // update GIS-map after one landmine object removal δ (D,0)=D // cannot update GIS-map into base station due to technical and communication errors. δ (D,1)=C // GIS-map was updated, go-to remove landmine state to continue removing all landmines. Fig 5: UGV Model for Tracking IV. UGV REMOVE LANDMINE STATE The State C which represents Remove landmine from the ground, as shown in Fig. 3, consists of two sub-finite Automata (Navigation and Obstacle Avoidance; Tracking). A. Scanning and Analysis of the selected area The three stages for the field of view of the robot with obstacle avoidance strategies are: 1. Based on the distance and the closest object (obstacle) in the robot's path, we figure the suitable turning rate, which is proportional to the ratio of obstacle distance and to the velocity of the robot. 2. While the UGV robot is directing far from the obstacle, the system show the location of the obstacle in the field of view. 3. When the field of view is without obstacles, the UGV robot will start adjusting for the angle of deviation and reach the desired goal and path. B) Obstacle Avoidance Behavior Obstacle avoidance behavior system shows the field of view and free space in front of the mobile robot (Belarus132N). When the obstacle is labeled the avoidance strategy is applied. Obstacle avoidance behavior is modeled as (Fig. 4): 1. States Q = {S 1 ; S 2; S 3; S 4} where S 1 represents Rest, S 2 represents Moving, S 3 represents Steer Away, and S 4 represents Following the path. 2. Events Σ= {a; b; c; d; e; f; g; h} where a = motion detected; b = motionless; c = obstacle detected; d= move and avoid; e = stopped; f = path finished; g= path evaluated; h= clear and free the path. 3. Initial state q 0 = {stable} 4. State S 1 = rest: Mobile robot is stable (at rest). Moustafa M. Kurdi and Imad Elzein 4

5 International Journal of Computer Engineering and Applications, Volume XII, Special Issue, May 18, ISSN State S 2= moving: Mobile robot is moving ahead and sensors are continuously monitoring the free space in front of the robot. 6. State S 3= steer away: Mobile robot is faring away from the obstacle with a particular velocity. 7. State S 4= following the path: The path is being followed using feed forward control strategy. 8. Event a= motion detected: is asserted when motion has been detected. 9. Event b= motionless: is asserted when vehicle becomes stationary. 10. Event c= obstacle detected: is asserted when an obstacle is present in the vehicle's path. 11. Event d= move and avoid: changes the heading and/or speed of the vehicle. 12. Event e= stopped: vehicle stopped. 13. Event f= path finished: is asserted when a given path is completed. 14. Event g= path evaluated: is asserted when a given path is computed. 15. Event h= clear and free the path: is asserted when there is no obstacle in the vehicle's field of view. C) Tracking During the tracking mode, we provide the robot with the capabilities of tracking the map to reach the mine (target). This requires choosing the right features to track and thereby uniquely describing the motion of the target in front. Tracking behavior is modeled as (Fig. 5): 1. Set of states Q = {S 1; S 2} where S 1 stands for Searching ; while S 2 represents Tracking the target. 2. Set of events Σ={a; b} where a = target detected; b= target lost; c = move and follow the track; 3. Where Σ u = {target and goal detected; target lost} 4. Initial state q 0 = {searching} 5. State S 1 = searching. The vehicle is stationary or moving looking for the determined target. 6. State S 2 = tracking the target. The target is in the field of view of the vehicle and the process generates commands to keep the target in the center of the field of view and within a constant distance from the vehicle. 7. Event a= target and goal detected: is asserted when target to be tracked is detected. 8. Event b= target lost: is asserted when target disappears from the field of view. 9. Event c= move and follow the track: is a command to the actuator in order to keep the target in the center of the field of view. V. CONCLUSIONS This paper presented a strategy for the generation of formation trajectories for UGV and UAV. Autonomous take-off, tracking of a UAV and movement of UGV is discussed in this paper. A State-Base Behavioral approach was adopted in the formation manner by using Deterministic Finite Automata. The successful generation and simulation of landmines from UAV are projected on GIS-map. The program has been developed in such a way that it increases efficiency of moving and localization of mobile robot by the help of quadcopter which can be introduced into other related applications for unmanned navigation designs [13]. Our work includes scenarios with obstacles avoidance and the application of the proposed controller experimentally. REFERENCES [1] P. Coelho, U. Nunes, Path-Following Control of Mobile Robots in Presence of Uncertainties, IEEE Transactions on Robotics, Vol. 21, No. 2, April [2] H. Cheng, Y. Chen, X. Li, and W. S. Wong, Autonomous takeoff, tracking and landing of a UAV on a moving UGV using onboard monocular vision, Chinese Control Conference (CCC), 2013, pp [3] R. Chetty, M. Singaperumal, T. Nagarajan, Distributed formation planning and navigation framework for wheeled mobile robots, J. Applied Sci., 2011, 11: [4] M. Dorigo, M. Colombetti, Robot Shaping an Experiment in Behavior Engineering, The MIT Press, Cambridge, MA, 1998 [5] G. Antonelli, F. Arrichiello, and S. Chiaverini, Experiments of formation control with multirobot systems using the null-space-based behavioral control, IEEE Transactions on Control Systems Technology, 17(5): , Sept [6] G. Antonelli, Swarm of robots flocking via the null-space-based behavioral control, 2009 IEEE International Conference on Automation and Logistics, 08/2009 [7] L. Parker, G. Antonelli, F. Caccavale, A Decentralized Architecture for Multi-Robot Systems Based on the Null-Space-Behavioral Control with Application to Multi-Robot Border Patrolling, Journal of Intelligent & Robotic Systems, Moustafa M. Kurdi and Imad Elzein 5

6 UAV AND UGV STATE-BASED BEHAVIORAL FORMATION CONTROL FOR LANDMINE OPERATIONS [8] S. Chiaverini, The null-space-based behavioral control for soccerplaying mobile robots, IEEE/ASME International Conference on Advanced Intelligent Mechatronics, 2005 [9] R.C. Arkin, Motor schema based mobile robot navigation, The International Journal of Robotics Research, 8(4):92 112, [10] J. Bryson, Action selection and individuation in agent based modelling, Agent 2003: Challenges of Social Simulation, pp , [11] Y. Cao, A. Fukunaga, A. Kanhg, Cooperative mobile robotics: Antecedents and directions, Autonomous Robots, 4:7 27, [12] M. Kurdi, A. Dadykin, I. Elzein, Model Predictive Control for Positioning and Navigation of Mobile Robot with Cooperation of UAV, Communications on Applied Electronics (CAE), vol.6, no.7, pp , February [13] J. Kosecka, R. Bajcsy, Discrete event systems for autonomous mobile agents, Robotics and Autonomous Systems, 12: , [14] J. Carvalho, E. Paiva, J. Ramos, A. Elfes, M. Bergerman, S. Bueno, Air-ground robotic ensembles for cooperative applications: concepts and preliminary results, International Conference on Field and Service Robotics, pages 75 80, Moustafa M. Kurdi and Imad Elzein 6

I. INTRODUCTION II. QUADCOPTER

I. INTRODUCTION II. QUADCOPTER Proposed System of Leader-Follower Formation Control of 4-wheeled Mobile Robot and Quadcopter by Using Image Processing of Hybrid Robot Moustafa M. Kurdi Belarusian National Technical University, Minsk,

More information

Collaboration Between Unmanned Aerial and Ground Vehicles. Dr. Daisy Tang

Collaboration Between Unmanned Aerial and Ground Vehicles. Dr. Daisy Tang Collaboration Between Unmanned Aerial and Ground Vehicles Dr. Daisy Tang Key Components Autonomous control of individual agent Collaborative system Mission planning Task allocation Communication Data fusion

More information

Technical Layout of Harbin Engineering University UAV for the International Aerial Robotics Competition

Technical Layout of Harbin Engineering University UAV for the International Aerial Robotics Competition Technical Layout of Harbin Engineering University UAV for the International Aerial Robotics Competition Feng Guo No.1 Harbin Engineering University, China Peiji Wang No.2 Yuan Yin No.3 Xiaoyan Zheng No.4

More information

Path- and data transmission planning for cooperating UAVs in delay tolerant network

Path- and data transmission planning for cooperating UAVs in delay tolerant network 1 Path- and data transmission planning for cooperating UAVs in delay tolerant network Esten Ingar Grøtli, Tor Arne Johansen Esten Ingar Grøtli, WiUAV, Anaheim, 07.12.2012 2 Outline Related work Applications

More information

Design and implantation of a search and find application on a heterogeneous robotic platform

Design and implantation of a search and find application on a heterogeneous robotic platform Design and implantation of a search and find application on a heterogeneous robotic platform Ahmed Barnawi, Abdullah Al-Barakati Faculty of Computing and IT, King Abdulaziz University, Jeddah, Saudi Arabia

More information

Decentralized Control Architecture for UAV-UGV Cooperation

Decentralized Control Architecture for UAV-UGV Cooperation Decentralized Control Architecture for UAV- Cooperation El Houssein Chouaib Harik, François Guérin, Frédéric Guinand, Jean-François Brethé, Hervé Pelvillain To cite this version: El Houssein Chouaib Harik,

More information

FORMATION FLIGHT OF FIXED-WING UAVS USING ARTIFICIAL POTENTIAL FIELD

FORMATION FLIGHT OF FIXED-WING UAVS USING ARTIFICIAL POTENTIAL FIELD FORMATION FLIGHT OF FIXED-WING UAVS USING ARTIFICIAL POTENTIAL FIELD Yoshitsugu Nagao*and Kenji Uchiyama* *Department of Aerospace Engineering, Nihon University csyo1217@g.nihon-u.ac.jp, uchiyama@aero.cst.nihon-u.ac.jp

More information

EPSRC Centre for Doctoral Training in Industrially Focused Mathematical Modelling

EPSRC Centre for Doctoral Training in Industrially Focused Mathematical Modelling EPSRC Centre for Doctoral Training in Industrially Focused Mathematical Modelling Swarm Robotics in Bearing-Only Formations Joseph Field Contents 1. Introduction... 2 2. Formulating the Problem... 3 Glossary

More information

Quadcopter See and Avoid Using a Fuzzy Controller

Quadcopter See and Avoid Using a Fuzzy Controller 1 Quadcopter See and Avoid Using a Fuzzy Controller M. A. Olivares-Mendez and Luis Mejias and Pascual Campoy and Ignacio Mellado-Bataller Computer Vision Group, DISAM, Polytechnic University of Madrid

More information

John Deere RGATOR TM. Feb 18, 2009 Bob Norris. w C

John Deere RGATOR TM. Feb 18, 2009 Bob Norris. w C John Deere RGATOR TM Feb 18, 2009 Bob Norris norriswilliamr@johndeere.com w - 704-587-2909 C - 704-607-2742 Agenda Design Concept Deployments System Capabilities and Missions Payloads Distinct Advantages

More information

Software Requirements Specification (SRS) Automated Pedestrian Collision Avoidance System (APCA)

Software Requirements Specification (SRS) Automated Pedestrian Collision Avoidance System (APCA) Software Requirements Specification (SRS) Automated Pedestrian Collision Avoidance System (APCA) Authors: Team GReEN; Garret Smith, Rebecca Collins, Eric Austin, Nikhil Andrews Customer: Mr. David Agnew,

More information

Executive Summary. Revision chart and history log "UNMANNED GROUND TACTICAL VEHICLE (UGTV)" Contract B-0068-GEM3-GC

Executive Summary. Revision chart and history log UNMANNED GROUND TACTICAL VEHICLE (UGTV) Contract B-0068-GEM3-GC Project "UNMANNED GROUND TACTICAL VEHICLE (UGTV)" under Contract B-0068-GEM3-GC Executive Summary Period covered: 04.08.09 31.05.10 Issue Date: 30.06.2010 Start date of project: 04.08.09 Duration: 9 months

More information

Decentralized Collaborative Task Allocation for Unmanned Aerial Vehicles

Decentralized Collaborative Task Allocation for Unmanned Aerial Vehicles Decentralized Collaborative Task Allocation for Unmanned Aerial Vehicles Dan Coatta, Mark F. Godwin and David L. Nguyen ME290M Final Project December 16, 2005 i Contents 1 Introduction 1 1.1 Assumptions............................

More information

Enhancement of Quadrotor Positioning Using EKF-SLAM

Enhancement of Quadrotor Positioning Using EKF-SLAM , pp.56-60 http://dx.doi.org/10.14257/astl.2015.106.13 Enhancement of Quadrotor Positioning Using EKF-SLAM Jae-young Hwang 1,1 and Young-wan Cho 1 1 Dept. of Computer Engineering, Seokyeong University

More information

Air Reconnaissance to Ground Intelligent Navigation System

Air Reconnaissance to Ground Intelligent Navigation System Air Reconnaissance to Ground Intelligent Navigation System GROUP MEMBERS Hamza Nawaz, EE Jerrod Rout, EE William Isidort, EE Nate Jackson, EE MOTIVATION With the advent and subsequent popularity growth

More information

RPAS Swarms in Disaster Management Missions

RPAS Swarms in Disaster Management Missions DLR.de Chart 1 RPAS Swarms in Disaster Management Missions Efficient Deployment through Optimized Mission Planning Julia Zillies, Dagi Geister DLR.de Chart 2 Introduction RPAS Deployment in Disaster Management

More information

Swarm-Copters Senior Design Project: Simulating UAV Swarm Networks Using Quadcopters for Search and Rescue Applications

Swarm-Copters Senior Design Project: Simulating UAV Swarm Networks Using Quadcopters for Search and Rescue Applications Swarm-Copters Senior Design Project: Simulating UAV Swarm Networks Using Quadcopters for Search and Rescue Applications Author: Mark Moudy Faculty Mentors: Kamesh Namuduri, Department of Electrical Engineering,

More information

APPLICATION OF DECISION TREE ON COLLISION AVOIDANCE SYSTEM DESIGN AND VERIFICATION FOR QUADCOPTER

APPLICATION OF DECISION TREE ON COLLISION AVOIDANCE SYSTEM DESIGN AND VERIFICATION FOR QUADCOPTER APPLICATION OF DECISION TREE ON COLLISION AVOIDANCE SYSTEM DESIGN AND VERIFICATION FOR QUADCOPTER Chun-Wei Chen, Ping-Hsun Hsieh *, Wei-Hsiang Lai Dept. of Aeronautics and Astronautics, National Cheng

More information

Landing of a Quadcopter on a Mobile Base using Fuzzy Logic

Landing of a Quadcopter on a Mobile Base using Fuzzy Logic Landing of a Quadcopter on a Mobile Base using Fuzzy Logic Patrick Benavidez, Josue Lambert, Aldo Jaimes and Mo Jamshidi, Ph.D., Lutcher Brown Endowed Chair Department of Electrical and Computer Engineering

More information

Presentation of the Paper. Learning Monocular Reactive UAV Control in Cluttered Natural Environments

Presentation of the Paper. Learning Monocular Reactive UAV Control in Cluttered Natural Environments Presentation of the Paper Learning Monocular Reactive UAV Control in Cluttered Natural Environments Stefany Vanzeler Topics in Robotics Department of Machine Learning and Robotics Institute for Parallel

More information

Gesture Controlled UAV Proposal

Gesture Controlled UAV Proposal Gesture Controlled UAV Proposal Ben Schreck and Lee Gross 10/29/2014 1 Overview There are currently two types of unmanned aerial vehicles (UAVs): autonomous aircrafts and remotely piloted aircrafts. Remotely

More information

FACILITATING AGRICULTURE AUTOMATION USING STANDARDS

FACILITATING AGRICULTURE AUTOMATION USING STANDARDS FACILITATING AGRICULTURE AUTOMATION USING STANDARDS Robert K. Benneweis P. Eng Outline Available standards Developing standards Implemented automation Standard based automation implementation Potential

More information

Decentralized Search by Unmanned Air Vehicles using Local Communication

Decentralized Search by Unmanned Air Vehicles using Local Communication Decentralized Search by Unmanned Air Vehicles using Local Communication Joseph Schlecht 1, Karl Altenburg 2, Benzir Md Ahmed 1, Kendall E. Nygard 1 1 Department of Computer Science and Operations Research

More information

EE5110/6110 Special Topics in Automation and Control

EE5110/6110 Special Topics in Automation and Control EE5110/6110 Special Topics in Automation and Control Introduction to Unmanned Aerial Vehicles Ben M. Chen Professor & Provost s Chair Department of Electrical & Computer Engineering Office: E4 06 08, Phone:

More information

Assessment of accuracy of basic maneuvers performed by an unmanned aerial vehicle during autonomous flight

Assessment of accuracy of basic maneuvers performed by an unmanned aerial vehicle during autonomous flight Assessment of accuracy of basic maneuvers performed by an unmanned aerial vehicle during autonomous flight Paweł ĆWIĄKAŁA AGH University of Science and Technology, Faculty of Mining Surveying and Environmental

More information

Unmanned Aerial Vehicle Application to Coast Guard Search and Rescue Missions

Unmanned Aerial Vehicle Application to Coast Guard Search and Rescue Missions Unmanned Aerial Vehicle Application to Coast Guard Search and Rescue Missions Allison Ryan July 22, 2004 The AINS Center for the Collaborative Control of Unmanned Vehicles 1 US Coast Guard Search and Rescue

More information

Design and Analysis of 3D Printed Quadrotor Frame

Design and Analysis of 3D Printed Quadrotor Frame Design and Analysis of 3D Printed Quadrotor Frame Sai Mallikarjun Parandha 1, Zheng Li 2 Graduate Student, Mechanical Engineering, University of Bridgeport, Bridgeport, USA 1 Professor, Mechanical Engineering,

More information

Robotics & Autonomous Systems Ground Interoperability Profile (RAS-G IOP) NDIA GRCCE 2016

Robotics & Autonomous Systems Ground Interoperability Profile (RAS-G IOP) NDIA GRCCE 2016 Robotics & Autonomous Systems Ground Interoperability Profile (RAS-G IOP) NDIA GRCCE 2016 Mark Mazzara PM Force Projection Robotics Interoperability Lead 1 RAS-G IOPs Basic Overview Robotics & Autonomous

More information

Human-in-Loop Hierarchical Control of Multi-UAV Systems

Human-in-Loop Hierarchical Control of Multi-UAV Systems Human-in-Loop Hierarchical Control of Multi-UAV Systems Shripad Gade 1 and Ashok Joshi 2 1,2 Department of Aerospace Engineering, Indian Institute of Technology Bombay, Mumbai, 400076. {shripad.gade@iitb.ac.in,ashokj@aero.iitb.ac.in}

More information

Performing UAV Mission Planning, Design, & Optimization

Performing UAV Mission Planning, Design, & Optimization Performing UAV Mission Planning, Design, & Optimization Russ Magazzu UAV Product Manager Pg 1 of 30 Agenda Unmanned aerial systems application areas capabilities STK 8 Aircraft Mission Modeler Pg 2 of

More information

Efficient and QoS-aware Drone Coordination for Simultaneous Environment Coverage

Efficient and QoS-aware Drone Coordination for Simultaneous Environment Coverage Efficient and QoS-aware Drone Coordination for Simultaneous Environment Coverage Petra Mazdin Karl Popper Kolleg Alpen-Adria-Universität Klagenfurt, Austria petra.mazdin@aau.at Bernhard Rinner Institute

More information

Distant Mission UAV capability with on-path charging to Increase Endurance, On-board Obstacle Avoidance and Route Re-planning facility

Distant Mission UAV capability with on-path charging to Increase Endurance, On-board Obstacle Avoidance and Route Re-planning facility [ InnoSpace-2017:Special Edition ] Volume 4.Issue 1,January 2017, pp. 10-14 ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Distant

More information

ROUTE PLANNING FOR RELAY UAV

ROUTE PLANNING FOR RELAY UAV 26 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES ROUTE PLANNING FOR RELAY UAV Anders Holmberg* SAAB AB Per-Magnus Olsson Linköping University Keywords: relay UAV, payload UAV, preplanning Abstract

More information

UNMANNED AERIAL VEHICLE SYSTEM

UNMANNED AERIAL VEHICLE SYSTEM UNMANNED AERIAL VEHICLE SYSTEM UNIQUE CAMCOPTER S-100 is a highly versatile, autonomous Unmanned Aerial Vehicle (UAV) system developed to provide a unique balance between advanced capabilities and operation

More information

Time-Optimal UAV Trajectory Planning for 3D Urban Structure Coverage

Time-Optimal UAV Trajectory Planning for 3D Urban Structure Coverage The 2008 ICRA Workshop on Cooperative Control of Multiple Heterogeneous UAVs for Coverage and Surveillance Time-Optimal UAV Trajectory Planning for 3D Urban Structure Coverage Peng Cheng Jim Keller Vijay

More information

Decentralized Control Architecture for UAV-UGV Cooperation

Decentralized Control Architecture for UAV-UGV Cooperation Decentralized Control Architecture for UAV- Cooperation El Houssein Chouaib Harik 1, François Guérin 2, Frédéric Guinand 1, Jean-François Brethé 2, Hervé Pelvillain 3 Abstract We present a decentralized

More information

Autonomous Quadcopter with Human Tracking and Gesture Recognition

Autonomous Quadcopter with Human Tracking and Gesture Recognition Autonomous Quadcopter with Human Tracking and Gesture Recognition Functional Description and Complete System Block Diagram Students: Jacob Hindle, Daniel Garber, and Bradley Lan Project Advisor: Dr. Joseph

More information

An Escape Maneuvering Approach for Cooperative UAVs in Collision Avoidance Situation

An Escape Maneuvering Approach for Cooperative UAVs in Collision Avoidance Situation An Escape Maneuvering Approach for Cooperative UAVs in Collision Avoidance Situation B. M. Albaker, N. A. Rahim UMPEDAC Research Centre, Malaya University Kuala Lumpur, Malaysia baraamalbaker@ymail.com

More information

Controlling groups of autonomous systems

Controlling groups of autonomous systems Controlling groups of autonomous systems Claire Tomlin and Shankar Sastry Department of Electrical Engineering and Computer Sciences UC Berkeley Planning operations for teams of aircraft Local objectives:

More information

Simulator of Multi-AGV Robotic Industrial Environments

Simulator of Multi-AGV Robotic Industrial Environments Simulator of Multi-AGV Robotic Industrial Environments Krešimir Petrinec 1, Zdenko Kovačić 1, Alessandro Marozin 2 1 University of Zagreb, Faculty of EE&C, Unska 3, 10000 Zagreb, CROATIA 2 Euroimpianti

More information

UAV SPATIAL MOTION MODEL IDENTIFICATION I. INTRODUCTION

UAV SPATIAL MOTION MODEL IDENTIFICATION I. INTRODUCTION Prof. Dr. SZABOLCSI, Róbert 1, UAV SPATIAL MOTION MODEL IDENTIFICATION Abstract UAV includes ide variety of aircraft designed for special tasks. Many UAV applications use model aircraft to carry payload

More information

Cooperative Electronic Attack for Groups of Unmanned Air Vehicles based on Multi-agent Simulation and Evaluation

Cooperative Electronic Attack for Groups of Unmanned Air Vehicles based on Multi-agent Simulation and Evaluation www.ijcsi.org 1 Cooperative Electronic Attack for Groups of Unmanned Air Vehicles based on Multi-agent Simulation and Evaluation Yee Ming Chen 1 Wen-Yuan Wu 2 1 Department of Industrial Engineering and

More information

Terms of Reference. Purchase of aerial surveillance service for the EU external land borders

Terms of Reference. Purchase of aerial surveillance service for the EU external land borders Annex II Terms of Reference Purchase of aerial surveillance service for the EU external land borders Ref. No: Frontex/ Purchase of aerial border surveillance service aircraft equipped with multi-intelligence

More information

Fixed-Wing Survey Drone. Students:

Fixed-Wing Survey Drone. Students: Fixed-Wing Survey Drone Functional Description and System Block Diagram Students: Ben Gorgan Danielle Johnson Faculty Advisor: Dr. Joseph A. Driscoll Date: October 1, 2013 Introduction This project will

More information

Heterogeneous Collaborative Swarms of Autonomous Agents with Varying Capabilities

Heterogeneous Collaborative Swarms of Autonomous Agents with Varying Capabilities Heterogeneous Collaborative Swarms of Autonomous Agents with Varying Capabilities Joshua Weaver josh.n.weaver@ufl.edu Dr. A. Antonio Arroyo arroyo@mil.ufl.edu Gautam Dash gbdash@ufl.edu Dr. Eric M. Schwartz

More information

An Offloading Decision Scheme for a Multi-Drone System

An Offloading Decision Scheme for a Multi-Drone System ISBN 978-93-84422-80-6 17th IIE International Conference on Computer, Electrical, Electronics and Communication Engineering (CEECE-2017) Pattaya (Thailand) Dec. 28-29, 2017 An Offloading Decision Scheme

More information

International Journal of Engineering Trends and Technology (IJETT) Volume 23 Number 7- May 2015

International Journal of Engineering Trends and Technology (IJETT) Volume 23 Number 7- May 2015 Effect of Path Planning on Flying Measured Characteristics for Quadcopter Using APM2.6 Controller Wael R. Abdulmajeed #1, Omar A. Athab #2, Ihab A. Sattam #3 1 Lect.Dr, Department of Mechatronics, Al-Khwarizmi

More information

Drones: Without Intelligence, They re Just Flying Cameras. Aerialtronics, Aeryon and Drone America on Neurala Artificial Intelligence in Drones

Drones: Without Intelligence, They re Just Flying Cameras. Aerialtronics, Aeryon and Drone America on Neurala Artificial Intelligence in Drones Drones: Without Intelligence, They re Just Flying Cameras Aerialtronics, Aeryon and Drone America on Neurala Artificial Intelligence in Drones Smart drones have many different applications, from the neighbors

More information

Context-Aware QoS Control for Wireless Mesh Networks of UAVs

Context-Aware QoS Control for Wireless Mesh Networks of UAVs Context-Aware QoS Control for Wireless Mesh Networks of UAVs Patrick-Benjamin Bök and York Tüchelmann Department of Electrical Engineering and Information Sciences Research Group Integrated Information

More information

Rendezvous of Multiple UAVs with Collision Avoidance using Consensus

Rendezvous of Multiple UAVs with Collision Avoidance using Consensus Rendezvous of Multiple UAVs with Collision Avoidance using Consensus J G Manathara & D Ghose Department of Aerospace Engineering, Indian Institute of Science, Bangalore, India 560012. A R T I C L E I N

More information

On Construction of Collision-free UAV Reinforced Barrier

On Construction of Collision-free UAV Reinforced Barrier On Construction of Collision-free UAV Reinforced Barrier Hyunbum Kim, Jalel Ben-Othman, Paolo Bellavista Department of Computer Science, University of North Carolina at Wilmington, Wilmington, NC 28403,

More information

Multi-UAV Task Allocation using Team Theory

Multi-UAV Task Allocation using Team Theory DRDO IISc Programme on Advanced Research in Mathematical Engineering Multi-UAV Task Allocation using Team Theory (TR-PME-2005-10) by P. B. Sujit, A. Sinha and D. Ghose Department of Aerospace Engineering

More information

Studies of AR Drone on Gesture Control MA Lu, CHENG Lee Lung

Studies of AR Drone on Gesture Control MA Lu, CHENG Lee Lung 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Studies of AR Drone on Gesture Control MA Lu, CHENG Lee Lung Department of Electronic Engineering

More information

NAVAL POSTGRADUATE SCHOOL Monterey, California

NAVAL POSTGRADUATE SCHOOL Monterey, California REPORT NPS-ME-98-006 NAVAL POSTGRADUATE SCHOOL Monterey, California 'AUTO-RECORM' - BUGS: ALGORITHMS AND COOPERATIVE BEHAVIOR FOR ENHANCING UXO CLEARANCE by A. J. Healey, J. Kim Department of Mechanical

More information

THE SMARTEST EYES IN THE SKY

THE SMARTEST EYES IN THE SKY THE SMARTEST EYES IN THE SKY ROBOTIC AERIAL SECURITY - US PATENT 9,864,372 Nightingale Security provides Robotic Aerial Security for corporations. Our comprehensive service consists of drones, base stations

More information

Multi-Objective Design and Path Planning Optimization of Unmanned Aerial Vehicles (UAVs)

Multi-Objective Design and Path Planning Optimization of Unmanned Aerial Vehicles (UAVs) Multi-Objective esign and Path Planning Optimization of Unmanned Aerial Vehicles (UAVs) Eliot Rudnick-Cohen 1,3 Shapour Azarm 1 Jeffrey W. Herrmann 1,2 1 epartment of Mechanical Engineering 2 Institute

More information

Swarming UAVs Demand the Smallest Mil/Aero Connectors by Contributed Article on August 21, 2018

Swarming UAVs Demand the Smallest Mil/Aero Connectors by Contributed Article on August 21, 2018 24/09/2018 Swarming UAVs Demand the Smallest Mil/Aero Connectors by Contributed Article on August 21, 2018 Most of the connectors used in the small, hand-launched military UAVs typical of swarming drones

More information

The Research of AGV Guidance Systems Based on RFID Positioning

The Research of AGV Guidance Systems Based on RFID Positioning The Research of AGV Guidance Systems Based on RFID Positioning Shixian Zeng 1,a, Rui Xue 1,b, Yang Wang 1,c,Dengwei Tian 1,d 1 Qingdao Huanghai University, China a zsx113@126.com, b xuerui126@126.com,

More information

PLC based Remote Guided Vehicle for Filling and Disposal of Toxic Chemical for Unmanned Applications

PLC based Remote Guided Vehicle for Filling and Disposal of Toxic Chemical for Unmanned Applications Proc. of Int. Conf. on Advances in Computer Science and Application, CSA PLC based Remote Guided Vehicle for Filling and Disposal of Toxic Chemical for Unmanned Applications Sangeeta Jadhav 1, A.V.Sutagundar

More information

Formal Methods in Resilient Systems Design using a Flexible Contract Approach

Formal Methods in Resilient Systems Design using a Flexible Contract Approach Formal Methods in Resilient Systems Design using a Flexible Contract Approach Sponsor: DASD(SE) By Dr. Azad M. Madni 9 th Annual SERC Sponsor Research Review November 8, 2017 FHI 360 CONFERENCE CENTER

More information

SIMULATION OF FORWARD AIR CONTROLLER MISSIONS WITH POP-UP TARGETS

SIMULATION OF FORWARD AIR CONTROLLER MISSIONS WITH POP-UP TARGETS SIMULATION OF FORWARD AIR CONTROLLER MISSIONS WITH POP-UP TARGETS A Paper Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science By Sandeep Sikharam In

More information

One challenge facing coordination and deployment

One challenge facing coordination and deployment One challenge facing coordination and deployment of unmanned aerial vehicles (UAVs) today is the amount of human involvement needed to carry out a successful mission. Currently, control and coordination

More information

A Improved Frame Slotted Aloha Protocol with Early End in Mobile RFID Systems

A Improved Frame Slotted Aloha Protocol with Early End in Mobile RFID Systems Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com A Improved Frame Slotted Aloha Protocol with Early End in Mobile RFID Systems 1 Xiaowu Li, 2 Zhenjiang Wang, 3 Xin Ren, 4 Yuyan Liu, 5 Qing

More information

Flight Dynamics and Trajectory Modeling for a Strategic Long-Endurance Solar Unmanned Aircraft

Flight Dynamics and Trajectory Modeling for a Strategic Long-Endurance Solar Unmanned Aircraft Flight Dynamics and Trajectory Modeling for a Strategic Long-Endurance Solar Unmanned Aircraft B. M. Albaker, Member, IEEE UMPEDAC Research Centre, University of Malaya Kuala Lumpur, Malaysia baraaalbaker@um.edu.my

More information

Adaptive Multi-Agent Path Planning for Distributed UAV Systems CS 229 Autumn 2017 Final Project Category: Theory & Reinforcement Learning

Adaptive Multi-Agent Path Planning for Distributed UAV Systems CS 229 Autumn 2017 Final Project Category: Theory & Reinforcement Learning Adaptive Multi-Agent Path Planning for Distributed UAV Systems CS 229 Autumn 2017 Final Project Category: Theory & Reinforcement Learning Lloyd Maza lmaza Cameron McMillan cmac12 Introduction In recent

More information

A Haptic Teleoperation of Agricultural Multi-UAV

A Haptic Teleoperation of Agricultural Multi-UAV 1 A Haptic Teleoperation of Agricultural Multi-UAV Chanyoung Ju, Sungjun Park, Sangsoo Park, and Hyoung Il Son, Member, IEEE, Abstract In this study, we propose a distributed swarm control algorithm for

More information

Multi Drone Task Allocation (Target Search)

Multi Drone Task Allocation (Target Search) UNIVERSITY of the WESTERN CAPE Multi Drone Task Allocation (Target Search) Author: Freedwell Shingange Supervisor: Prof Antoine Bagula Co-Supervisor: Mr Mehrdad Ghaziasgar March 27, 2015 Abstract The goal

More information

Development of a Cooperative Tractor-Implement Combination

Development of a Cooperative Tractor-Implement Combination Development of a Cooperative Tractor-Implement Combination While driver assistance systems such as adaptive cruise control and lane-keeping assistants are increasingly handling longitudinal and lateral

More information

THE SMARTEST EYES IN THE SKY

THE SMARTEST EYES IN THE SKY THE SMARTEST EYES IN THE SKY ROBOTIC AERIAL SECURITY - US PATENT 9,864,372 Nightingale Security provides Robotic Aerial Security for corporations. Our comprehensive service consists of drones, base stations

More information

DYNAMIC MODELLING AND SIMULATION OF A SIX WHEEL AUTOMATIC GUIDED VEHICLE

DYNAMIC MODELLING AND SIMULATION OF A SIX WHEEL AUTOMATIC GUIDED VEHICLE DYNAMIC MODELLING AND SIMULATION OF A SIX WHEEL AUTOMATIC GUIDED VEHICLE Bittencourt G. F., gufbittencourt@poli.ufrj.br Student, Department of Mechanical Engineering, Polytechnic School, Federal University

More information

S.T.E.M. Integrated Robotics Detailed Outline

S.T.E.M. Integrated Robotics Detailed Outline S.T.E.M. Integrated Robotics Detailed Outline Unit 1: An Introduction to Drones Time: 4 Days Lesson 1.1 Introduction to MINDS-i 1. A brief intro of how MINDS-i defines STEM education and STEM Integrated

More information

MA1 projects at SAAS Academic year

MA1 projects at SAAS Academic year MA1 projects at SAAS Academic year 2017-2018 1. Pitch control for mechanical load reduction upon grid disconnection... 2 2. Contribution to the design of a demonstrator for a wind turbine condition monitoring

More information

Tutorials and Labs. Day 3: Activity Planning. Day 4: Perception and Manipulation. Day 5: Planning with Uncertainty and Risk

Tutorials and Labs. Day 3: Activity Planning. Day 4: Perception and Manipulation. Day 5: Planning with Uncertainty and Risk Lab 3: Modeling Tutorials and Labs Day 1: Robust Execution Introduction 1: Architectures for Autonomy Tutorial 2: Self-Monitoring, Self-Diagnosing Systems Tutorial 3: Temporal Networks for Dynamic Scheduling

More information

Development of a Cooperative Tractor-Implement Combination

Development of a Cooperative Tractor-Implement Combination Technical Article Development of a Cooperative Tractor-Implement Combination While driver assistance systems such as adaptive cruise control and lane-keeping assistants are increasingly handling longitudinal

More information

EXPERIMENTAL DEMONSTRATION OF COORDINATED CONTROL FOR MULTI-VEHICLE TEAMS. Aerospace Controls Laboratory Massachusetts Institute of Technology

EXPERIMENTAL DEMONSTRATION OF COORDINATED CONTROL FOR MULTI-VEHICLE TEAMS. Aerospace Controls Laboratory Massachusetts Institute of Technology EXPERIMENTAL DEMONSTRATION OF COORDINATED CONTROL FOR MULTI-VEHICLE TEAMS Ellis King, 1 Mehdi Alighanbari, Jonathan How 3 Aerospace Controls Laboratory Massachusetts Institute of Technology Abstract: This

More information

Evaluating effects of workload on trust in automation, attention allocation and dual-task performance

Evaluating effects of workload on trust in automation, attention allocation and dual-task performance Proceedings of the Human Factors and Ergonomics Society 2017 Annual Meeting 1799 Evaluating effects of workload on trust in automation, attention allocation and dual-task performance Meng Yuan Zhang and

More information

A Flexible and Dynamic Mission Planning Architecture For UAV Swarm Coordination

A Flexible and Dynamic Mission Planning Architecture For UAV Swarm Coordination A Flexible and Dynamic Mission Planning Architecture For UAV Swarm Coordination Carlos Sampedro 1, Hriday Bavle 1, Jose Luis Sanchez-Lopez 1, Ramon A. Suárez Fernández 1, Alejandro Rodríguez-Ramos 1, Martin

More information

Agent-Based Simulation of Collaborative Unmanned Satellite Vehicles

Agent-Based Simulation of Collaborative Unmanned Satellite Vehicles Agent-Based Simulation of Collaborative Unmanned Satellite Vehicles 1 Agent-Based Simulation of Collaborative Unmanned Satellite Vehicles Authors: Gabriele Bastianelli Diego Salamon Alessandro Schisano

More information

Representing Autonomous Systems Self-Confidence through Competency Boundaries

Representing Autonomous Systems Self-Confidence through Competency Boundaries Representing Autonomous Systems Self-Confidence through Competency Boundaries Andrew R. Hutchins, M. L. Cummings Humans and Autonomy Laboratory, Duke University, Durham, NC, USA Mark Draper Supervisory

More information

HYBRID CONTROL FOR UAV-ASSISTED SEARCH AND RESCUE

HYBRID CONTROL FOR UAV-ASSISTED SEARCH AND RESCUE Proceedings of IMECE 25 ASME 25 International Mechanical Engineering Congress and Exposition November 5-11, 25, Orlando, USA IMECE25-8648 HYBRID CONTROL FOR UAV-ASSISTED SEARCH AND RESCUE Allison D. Ryan

More information

Artificial Intelligence applied for electrical grid inspection using drones

Artificial Intelligence applied for electrical grid inspection using drones Artificial Intelligence applied for electrical grid inspection using drones 11/08/2018-10.22 am Asset management Grid reliability & efficiency Network management Software Drones are being used for overhead

More information

Cooperative Control of Heterogeneous Robotic Systems

Cooperative Control of Heterogeneous Robotic Systems Cooperative Control of Heterogeneous Robotic Systems N. Mišković, S. Bogdan, I. Petrović and Z. Vukić Department of Control And Computer Engineering Faculty of Electrical Engineering and Computing University

More information

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT AUTOMATED QUADCOPTER USING ANDROID CONTROLLING SYSTEM S. G. Pawar 1, Komal Dongare 2, Mayur Dalvi 2, Suyog Doshi 2, KK Das 2, 1 Assistant professor,

More information

Available theses (March 2016) Unmanned Autonomous Vehicles

Available theses (March 2016) Unmanned Autonomous Vehicles Available theses (March 2016) Unmanned Autonomous Vehicles UAV group 2 Luca Bascetta luca.bascetta@polimi.it Gianni Ferretti gianni.ferretti@polimi.it Giambattista Gruosso giambattista.gruosso@ polimi.it

More information

THE SMARTEST EYES IN THE SKY

THE SMARTEST EYES IN THE SKY THE SMARTEST EYES IN THE SKY ROBOTIC AERIAL SECURITY - US PATENT 9,864,372 Nightingale Security provides Robotic Aerial Security for corporations. Our comprehensive service consists of drones, base stations

More information

INTEGRATION OF AUTONOMOUS SYSTEM COMPONENTS USING THE JAUS ARCHITECTURE

INTEGRATION OF AUTONOMOUS SYSTEM COMPONENTS USING THE JAUS ARCHITECTURE INTEGRATION OF AUTONOMOUS SYSTEM COMPONENTS USING THE JAUS ARCHITECTURE Shane Hansen Autonomous Solutions, Inc. Phone: (435) 755-2980 Fax: (435) 752-0541 shane@autonomoussolutions.com www.autonomoussolutions.com

More information

Development of a Comprehensive Software System for Implementing Cooperative Control of Multiple Unmanned Aerial Vehicles

Development of a Comprehensive Software System for Implementing Cooperative Control of Multiple Unmanned Aerial Vehicles 2009 IEEE International Conference on Control and Automation Christchurch, New Zealand, December 9-11, 2009 FrAT3.6 Development of a Comprehensive Software System for Implementing Cooperative Control of

More information

Requirements Specification (SRS) Project Squeaky Wheel

Requirements Specification (SRS) Project Squeaky Wheel Requirements Specification (SRS) Project Squeaky Wheel Authors: Team Autobots: Kevin Shreve Project Manager, Seung-Min Kim Project Facilitator, Andrew Crouch Domain Expert/Customer Liason, Cory Harter

More information

10 th International Command and Control Research and Technology Symposium The Future of C2

10 th International Command and Control Research and Technology Symposium The Future of C2 10 th International Command and Control Research and Technology Symposium The Future of C2 Moving Emergent Behavior Algorithms from Simulation to Hardware: Command and Control of Autonomous UxV s Chad

More information

Implementing Consensus based tasks with autonomous agents cooperating in dynamic missions using Subsumption Architecture

Implementing Consensus based tasks with autonomous agents cooperating in dynamic missions using Subsumption Architecture Implementing Consensus based tasks with autonomous agents cooperating in dynamic missions using Subsumption Architecture Prasanna Kolar PhD Candidate, Autonomous Control Engineering Labs University of

More information

ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control

ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control SIB Sunil Gyawali Isaac Vargas & Benjamin Bertrand Outline Introduction Objective of our Seminar Multi-Agent System in

More information

Specification, Design & Verification of Networked Control Systems

Specification, Design & Verification of Networked Control Systems Specification, Design & Verification of Networked Control Systems Richard M. Murray Ufuk Topcu California Institute of Technology Caltech/AFRL Short Course 24-26 April 2012 Goals for the course: Review

More information

Metaheuristics and Cognitive Models for Autonomous Robot Navigation

Metaheuristics and Cognitive Models for Autonomous Robot Navigation Metaheuristics and Cognitive Models for Autonomous Robot Navigation Raj Korpan Department of Computer Science The Graduate Center, CUNY Second Exam Presentation April 25, 2017 1 / 31 Autonomous robot navigation

More information

Use of UAVs for ecosystem monitoring. Genova, July 20 th 2016

Use of UAVs for ecosystem monitoring. Genova, July 20 th 2016 Use of UAVs for ecosystem monitoring Genova, July 20 th 2016 Roberto Colella colella@ba.issia.cnr.it Unmanned Aerial Vehicle An Unmanned Aerial Vehicle (UAV) is an aircraft without a human pilot onboard.

More information

Multi-view Configuration of Flight Dynamic Playback

Multi-view Configuration of Flight Dynamic Playback Multi-view Configuration of Flight Dynamic Playback Elizabeth Beth Fatusin Electrical and Computer Engineering Ohlone College / Cornell University bisolafatusi@hotmail.com Faculty Mentor: S. Shankar Sastry

More information

Modeling and Control of Small and Mini Rotorcraft UAVs

Modeling and Control of Small and Mini Rotorcraft UAVs Contents 1 Introduction... 1 1.1 What are Unmanned Aerial Vehicles (UAVs) and Micro Aerial Vehicles (MAVs)?... 2 1.2 Unmanned Aerial Vehicles and Micro Aerial Vehicles: Definitions, History,Classification,

More information

Drone networks: Communications, coordination, and sensing

Drone networks: Communications, coordination, and sensing c Elsevier, 2017. This is the author s version of the work. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purpose or

More information

Optimal Search Mission with Unmanned Aerial Vehicles using Mixed Integer Linear Programming

Optimal Search Mission with Unmanned Aerial Vehicles using Mixed Integer Linear Programming Optimal Search ission with Unmanned Aerial Vehicles using ixed Integer Linear Programming Erik J. Forsmo, Esten I. Grøtli, Thor I. Fossen and Tor A. Johansen Abstract This paper proposes the use of ixed

More information

Modelling the mobile target covering problem using flying drones

Modelling the mobile target covering problem using flying drones Modelling the mobile target covering problem using flying drones Luigi Di Puglia Pugliese 1 Francesca Guerriero 1 Dimitrios Zorbas 2 Tahiry Razafindralambo 2 1 Department of Mechanics, Energy and Management

More information

A Discrete Event Simulation and Evaluation Framework for Multi UAV System Maintenance Processes

A Discrete Event Simulation and Evaluation Framework for Multi UAV System Maintenance Processes A Discrete Event Simulation and Evaluation Framework for Multi UAV System Maintenance Processes Thomas Dietrich, Silvia Krug and Armin Zimmermann Systems and Software Engineering Group, Technische Universität

More information