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

Size: px
Start display at page:

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

Transcription

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

2 Outline Challenge Contributions Introduction Experimental Details Results and Discussions Conclusion Future Work Acknowledgements References 2

3 Challenge Develop a Robust Task Allocation & Task Execution unmanned system Architecture by integrating a decentralized task allocation system with a decentralized behavior task execution system We Integrated Consensus Based Bundled Algorithm(CBBA) with Subsumption Architecture(SA) Why? Modern day systems are network oriented Multi-application systems Need for proper coordination and collaboration to successfully execute missions Systems work in areas that are unknown or partially known environments 3

4 Contributions Development of an UAV System architecture by integrating CBBA with Subsumption Architecture Implemented the above contributions in simulation and on hardware Research and Development of Bound CBBA (BCBBA) which enables faster bidding up to 20% 4

5 Introduction.. Centralized systems Multiple child system transactions are handled by one leader system One main system handles most of the calculatio Others just follow its orders Advantages: powerful hardware for computation only in main system Sub systems can have inexpensive hardware Disadvantages: Single system decision making Single Point of Failure Heavy network traffic between main and sub systems Centralized System 5

6 Introduction.. De-Centralized systems All systems are decision makers using consensus Local information used to achieve global goals Advantages Faster and more up-to-date information Less network traffic No single Point of Failure Hence system continues even if some drones fail Disadvantages Complex logic for consensus strategies The drones may need more expensive hardware Well connected Decentralized system 6

7 Consensus Are we in agreement?!! Agent agreement Information sharing and auction Robust to network topologies Task Allocation Auction My bid is larger than yours! Calculate bids using predefined scoring logic Robust to inconsistencies in situation awareness Combine both? Task Selection use Auction Conflict Resolution use Consensus 7

8 CBBA Logic Task Selection Bundle the tasks Calculate Bid Choose Tasks that maximize the total score Conflict Resolution Each Agent communicates with its neighbor(s) Tasks are allocated to the highest bidder based on the agent communication Lose the bid? Release task and all subsequent tasks Re-execute if any task is not assigned an agent Our Environment worked with : 3 agents and 6 tasks 8

9 Traditional Intelligence Systems Vs Behavior Based Systems Traditional Intelligence Systems (Non-Behavior based architectures) Functional Decomposition Sequential processing of functionalities (could be slow) TASK EXECUTION! Traditional decomposition of a robot control system functional modules 9

10 Behavior Based System Subsumption Architecture Example Layered Architecture design, development starts at level 0 A parallel and distributed method for connecting sensors and actuators in robots Behavior based robot control system 10

11 Subsumption Steps for hardware implementation UAV is instructed to take survey & take pictures of a blue object and send it back Step 1: UAV takes off Step 2: Navigates towards target Step2: UAV senses an obstacle in: this case a Red object Starts the obstacle avoidance behavior and successfully avoids obstacle Step3 : UAV sensors do not detect an obstacle; UAV continues Step4: UAV sensors detect wifi is down (UAV starts wandering) CBBA is called and second UAV tracks the target Step5: UAV senses; WIFI is back up; and follows This continues until the target is reached Step6: Take pictures of target and send back to base 12

12 Problem Statement Autonomous Surveillance with BCBBA Ground Station Initiates Call to BCBBA Tasks and the associated agents list is sent back to Ground Station Subsumption Architecture module receives the list; starts the execution 13

13 Tasks executed based on the prioritization; Subsumption logic Autonomous Surveillance.. Contd. 14

14 Autonomous Surveillance.. Contd. If more tasks; execute from beginning; Process is terminated when all tasks are completed 15

15 Simulation Environment Operating system : Ubuntu Simulation software : ROS Hydro : Robot Operating System With autonomous packages for AR Drone For GUI Hector_quadrotor This System simulates the UAV s and their working environment. hector_quadrotor contains packages related to modeling, control and simulation of quadrotor systems Essential elements of ROS that we use: ROS Packages : container that houses all the elements below ROS Nodes : application codes that communicate and send information ROS Topics: Information channels that carry the data ROS msg: message containers/ variables that help info sharing between applications and also UAVs ROS Publishers, Subscribers : these are the consumers and broadcasters of information 16

16 Hardware Environment Processor and Memory Specifications: 1GHz 32 bit ARM Cortex A8 processor with 800MHz video DSP TMS320DMC64x Linux GB DDR2 RAM at 200MHz USB 2.0 high speed for extensions Wi-Fi b g n 3 axis gyroscope 2000 /second precision 3 axis accelerometer +-50mg precision 3 axis magnetometer 6 precision Pressure sensor +/- 10 Pa precision Ultrasound sensors for ground altitude measurement 60 FPS vertical QVGA camera for ground speed measurement Video Specifications: HD Camera. 720p 30FPS Wide angle lens : 92 diagonal H264 encoding base profile Low latency streaming Video storage on the fly with the remote device JPEG photo Video storage on the fly with Wi-Fi directly on your remote device or on a USB key Frame Specifications: Carbon fiber tubes : Total weight 380g with outdoor hull, 420g with indoor hull High grade 30% fiber charged nylon plastic parts Foam to isolate the inertial center from the engines vibration EPP hull injected by a sintered metal mold Liquid Repellent Nano-Coating on ultrasound sensors 17

17 Communication channels in ROS via topics CBBA node and subsumption architecture node are key here Nodes communicate with each other using ROS Topics CBBA node is started by the Ground Station; SA node subscribes to CBBA node through the integration system In the dynamic situation call, SA node places a call through integrated system to CBBA node during low battery, for a re-bid Similarly each drone can communicate via the non-node using topics 18

18 WiFi Down Simulation 19

19 WiFi Down Simulation 20

20 WiFi Down Simulation 21

21 WiFi Down Simulation 22

22 WiFi Down Simulation 23

23 WiFi Down Simulation 24

24 Simulation Results Battery Down Task Allocation system sends a stream of delimited text Integration system formats info (SA consumes it) 25

25 ASP Task Execution Take off All 3 Drones Take off Drone 3 is Lead Drone since it won Task Drone 1 and 2 follow 26

26 Drones Navigate to Target Drone 3 avoids an obstacle Drone 1 and 2 navigate and follow to target 27

27 Drone 3 battery low Drone 3 avoids obstacle 2 ; Battery Sensor gives low battery CBBA is run and info subscribed 28

28 Rebidding Call.. Drone 1 selection 29

29 Drone 1 New Task winner Drone 1 avoids an obstacle Drone 2 follows 30

30 Drone 1 low battery Sensors again give low battery on Drone 1 CBBA is run and info subscribed 31

31 Drone 1 low battery Rebidding call Re-bidding on BCBBA allocates task to Drone 2 32

32 Drone 2 new winner navigates to target Drone 2 successfully navigates to Target Drone 2 takes picture of Target & sends to base All Drones get back to base 33

33 Drone 2 new winner - picture taken Drone 2 takes picture of Target & sends to base 34

34 All Drones - return back to base All drones return to base 35

35 Simulation Analysis Inter Module communication CBBA Bid call is processed without delay Automatic CBBA call for Rebid based on sensor readings Subsumption Architecture executes task as soon as the task is allocated Intra Module (Drones) communication Each drone is able to communicate with each other 36

36 System Analysis Pros : The new system can exploit the distributed/decentralized nature of these 2 systems; CBBA guarantees convergence Parallel processing; quick reaction in Subsumption Cons : No state retention in the traditional Subsumption Architecture Coding for memory in the programs will help Program designer should have a good system knowledge to program for the unforeseen anomalies 37

37 BCBBA vs. CBBA BCBBA Pros: Computational efficiency by about 20% Flexible : Leader drone can split tasks during execution BCBBA Cons: Task split may require computation time 38

38 Conclusion Objectives : Develop an Unmanned Aerial System integrating a decentralized task allocation system using a Consensus based system& task execution system using Subsumption Architecture Simulate and Implement de-centralized strategy for Surveillance with Dynamically changing Situations Both these objectives have been accomplished in this thesis 39

39 Future work Current system did not have an offboard computer (like odroid), we used external computers for this processing. Use of systems like odroid xu4, raspberry pi These can be integrated onto a more powerful drone. Eg: 3dr x8, iris, solo with odroid systems, raspberry systems. We have successfully integrated a 3dr pixhawk system with an odroid XU4 system, to enable complete autonomy. We had previously used default ROS messages Using broadcasting systems like LabStreamingLayer(LSL), we can communicate various different message types. We plan on building decentralized systems in the future using these technologies 40

40 References 1. Brooks, A Robust Layered Control System for a Mobile Robot, Robotics and Automation, IEEE Journal of; Mar 1986, pp , vol. 2, issue 1 2. H.-L. C. a. J. P. H. Luc Brunet, "Consensus-Based Auction Approaches for Decentralized Task Assignment," in AIAA Guidance, Navigation and Control Conference and Exhibit, Honolulu, Hawaii, A. Whitten, H.-L. Choi, L. Johnson and J. How, "Decentralized task allocation with coupled constraints in complex missions," in American Control Conference (ACC), M. A. a. J. P. How, "Robust Decentralized Task Assignment for Cooperative UAVs," in AIAA Guidance, Navigation, and Control Conference and Exhibit, Keystone, Colorado, Wikipedia.org 6. ROS.org 41

41 Questions?? Please feel free to ask questions 42

42 43

Autonomous Battery Charging of Quadcopter

Autonomous Battery Charging of Quadcopter ECE 4901 Fall 2016 Final Report Autonomous Battery Charging of Quadcopter Team 1722: Thomas Baietto Electrical Engineering Gabriel Bautista Computer Engineering Ryan Oldham Electrical Engineering Yifei

More information

Autonomous Battery Charging of Quadcopter

Autonomous Battery Charging of Quadcopter ECE 4901 Fall 2016 Project Proposal Autonomous Battery Charging of Quadcopter Thomas Baietto Electrical Engineering Gabriel Bautista Computer Engineering Ryan Oldham Electrical Engineering Yifei Song Electrical

More information

Trajectory Tracking of AR.Drone Quadrotor Using Fuzzy Logic Controller

Trajectory Tracking of AR.Drone Quadrotor Using Fuzzy Logic Controller TELKOMNIKA, Vol.1, No.4, December 014, pp. 819~88 ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/013 DOI: 10.198/TELKOMNIKA.v1i4.368 819 Trajectory Tracking of AR.Drone Quadrotor Using

More information

Fixed Wing Survey Drone. Students:

Fixed Wing Survey Drone. Students: Fixed Wing Survey Drone Project Proposal Students: Ben Gorgan Danielle Johnson Faculty Advisor: Dr. Joseph A. Driscoll Date: November, 26 2013 1 Project Summary This project will develop an unmanned aerial

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

A Platform to Sense, Act, Communicate Through Drones.

A Platform to Sense, Act, Communicate Through Drones. A Platform to Sense, Act, Communicate Through Drones Overview Which How applications can we target? wireless technologies can help? Agriculture Infrastructures Industry 4.0 From Ground to Web Territory

More information

Team MacroHard: The Perfect Selfie Shreesha Suresha Mary Anne Noskowski Simranjit Singh Sekhon Bragatheesh Sureshkumar Beau Rampey

Team MacroHard: The Perfect Selfie Shreesha Suresha Mary Anne Noskowski Simranjit Singh Sekhon Bragatheesh Sureshkumar Beau Rampey Team MacroHard: The Perfect Selfie Shreesha Suresha Mary Anne Noskowski Simranjit Singh Sekhon Bragatheesh Sureshkumar Beau Rampey Intro: The project is an integration of a drone, a video recording device,

More information

Control of Flight Operation of a Quad rotor AR. Drone Using Depth Map from Microsoft Kinect Sensor K. Boudjit, C. Larbes, M.

Control of Flight Operation of a Quad rotor AR. Drone Using Depth Map from Microsoft Kinect Sensor K. Boudjit, C. Larbes, M. Control of Flight Operation of a Quad rotor AR. Drone Using Depth Map from Microsoft Kinect Sensor K. Boudjit, C. Larbes, M. Alouache Abstract: In recent years, many user-interface devices appear for managing

More information

Application of Advanced Multi-Core Processor Technologies to Oceanographic Research

Application of Advanced Multi-Core Processor Technologies to Oceanographic Research DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Application of Advanced Multi-Core Processor Technologies to Oceanographic Research Mark R. Abbott 104 CEOAS Administration

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

Design and Development of South Dakota School of Mines and Technology s Aerial Robotic Reconnaissance System

Design and Development of South Dakota School of Mines and Technology s Aerial Robotic Reconnaissance System Design and Development of South Dakota School of Mines and Technology s Aerial Robotic Reconnaissance System Randall Foudray, Jiayi Liu, Erik Kaitfors, Jordan Ritz South Dakota School of Mines and Technology

More information

Annex 1: Resources to be committed to the 2nd RAWFIE Open Call

Annex 1: Resources to be committed to the 2nd RAWFIE Open Call Annex 1: Resources to be committed to the 2nd RAWFIE Open Call The following tables describe the resources, which will be made available to the 2 nd Open Call by each testbed. Table 1: Testbeds to be made

More information

Advanced Mechatronics: AR Parrot Drone Control Charging Platform

Advanced Mechatronics: AR Parrot Drone Control Charging Platform Advanced Mechatronics: AR Parrot Drone Control Charging Platform Engineering Team Members: Ashwin Raj Kumar Feng Wu Henry M. Clever Advanced Mechatronics: Project Plan Phase 1: Design testing platform

More information

HurleyIR Drone Kits HurleyIR is a DJI Authorized Dealer

HurleyIR Drone Kits HurleyIR is a DJI Authorized Dealer The HurleyIR UAS Aerial System is a fully customizable surveillance platform. Cutting edge fail safe technology and intelligent flight modes make flying easy and comfortable for any operator. The included

More information

AutoFlight Documentation

AutoFlight Documentation AutoFlight Documentation Release dev-preview Lukas Lao Beyer August 23, 2015 Contents 1 Overview 3 1.1 Basic Usage............................................... 3 1.2 Important warnings and known issues..................................

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

Amazon Prime Air. sensefly PRECISION HAWK. Carinthia University of Applied Sciences Austria. Unmanned Aerial Systems II. Group I

Amazon Prime Air. sensefly PRECISION HAWK. Carinthia University of Applied Sciences Austria. Unmanned Aerial Systems II. Group I Carinthia University of Applied Sciences Austria Unmanned Aerial Systems II sensefly PRECISION HAWK Amazon Prime Air Group I Dilshod Ikramov Agne Valukonyte Rustam Miyliyev 1. Introduction 2. Companies:

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

Written By: Brett Hartt

Written By: Brett Hartt Parrot AR.Drone Teardown We took apart the only iphone-controlled, indoor or out, four-propeller rotorcraft on the market -- the Parrot AR.Drone. Written By: Brett Hartt ifixit CC BY-NC-SA www.ifixit.com

More information

Autonomous Aerial Mapping

Autonomous Aerial Mapping Team Name: Game of Drones Autonomous Aerial Mapping Authors: Trenton Cisewski trentoncisewski@gmail.com Sam Goyal - s4mgoyal@gmail.com Chet Koziol - chet.koziol@gmail.com Mario Infante - marioinfantejr@gmail.com

More information

TOUCH IOT WITH SAP LEONARDO PROTOTYPE CHALLENGE

TOUCH IOT WITH SAP LEONARDO PROTOTYPE CHALLENGE TOUCH IOT WITH SAP LEONARDO PROTOTYPE CHALLENGE DRONE SERVICES ON DEMAND Prototype Description An infrastructure to provide services on demand is presented. Stores, parcel enterprises, groceries, pharmacies,

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

SIVAQ. Signal Integrity Verifying Autonomous Quadrotor

SIVAQ. Signal Integrity Verifying Autonomous Quadrotor SIVAQ Signal Integrity Verifying Autonomous Quadrotor The Team 1 Brett Wiesman Nick Brennan Steve Gentile Ross Hillery Shane Meikle Erin Overcash Sean Rivera Geoff Sissom Matt Zhu Agenda 2 Objectives Project

More information

Co-operating Miniature UAVs for Surveillance and Reconnaissance

Co-operating Miniature UAVs for Surveillance and Reconnaissance Co-operating Miniature UAVs for Surveillance and Reconnaissance Axel Bürkle 1, Sandro Leuchter 1 1 Fraunhofer Institute for Information and Data Processing IITB Fraunhoferstraße 1, 76131 Karlsruhe Abstract.

More information

Embedded Real-Time Software Architecture for Unmanned Autonomous Helicopters

Embedded Real-Time Software Architecture for Unmanned Autonomous Helicopters JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.5, NO.4, DECEMBER, 2005 243 Embedded Real-Time Software Architecture for Unmanned Autonomous Helicopters Won Eui Hong, Jae-Shin Lee, Laxmisha Rai, and

More information

QUADCOPTER. Huginn. Group 1. Floris Driessen Martin van Leussen Art Senders Tijl van Vliet Steven van der Vlugt

QUADCOPTER. Huginn. Group 1. Floris Driessen Martin van Leussen Art Senders Tijl van Vliet Steven van der Vlugt QUADCOPTER Huginn Group 1 Floris Driessen Martin van Leussen Art Senders Tijl van Vliet Steven van der Vlugt Presentation outlines Assignments and goals A) Build the quadcopter and get it flying B) PID

More information

SIVAQ. Test Readiness Review

SIVAQ. Test Readiness Review SIVAQ Test Readiness Review Presentation Agenda 2 Project Overview Revisit CONOPS Critical Elements Schedule Test Readiness Budget Overview 3 Highest Level of Success a) GPS navigation; b) Navigation with

More information

Just a T.A.D. (Traffic Analysis Drone)

Just a T.A.D. (Traffic Analysis Drone) Just a T.A.D. (Traffic Analysis Drone) Senior Design Project 2017: Preliminary Design Review 1 Meet the Team Cyril Caparanga (CSE) Alex Dunyak (CSE) Christopher Barbeau (CSE) Matthew Shin (CSE) 2 Problem

More information

Project Readiness Package Rev 7/22/11

Project Readiness Package Rev 7/22/11 INTRODUCTION: ADMINISTRATIVE INFORMATION: Project Name (tentative): Quadcopter Navigation System Project Number, if known: R14902 Preferred Start/End Semester in Senior Design: Fall/Spring Spring/Fall

More information

Quadcopter Video Surveillance UAV

Quadcopter Video Surveillance UAV By Anton Nakazawa Bai Xiang Jin anak@uvic.ca barryjin@uvic.ca URL: http://web.uvic.ca/~barryjin/ Supervisor: Michael Adams Group: 7 Dept. Electrical and Computer Engineering University of Victoria All

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

Innovative Monetization Approaches for Home Security and Automation Organizations

Innovative Monetization Approaches for Home Security and Automation Organizations Innovative Monetization Approaches for Home Security and Automation Organizations April 2016 Innovative Monetization Approaches for Home Security and Automation Organizations Table of Contents Executive

More information

Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks

Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks Presented by: Parsa Yousefi Supervisors: Dr. M. Jamshidi, Dr. P. Benavidez June 23 rd,

More information

Integrating Self-Health Awareness in Autonomous Systems

Integrating Self-Health Awareness in Autonomous Systems Integrating Self-Health Awareness in Autonomous Systems Karl. M. Reichard The Applied Research Laboratory The Pennsylvania State University P.O. Box 30, State College, PA 16804 Email: kmr5@psu.edu Abstract

More information

Application of Robotics and AI Technologies to the Future ATM

Application of Robotics and AI Technologies to the Future ATM Application of Robotics and AI Technologies to the Future ATM Anibal Ollero University of Seville http://grvc.us.es aollero@us.es Scientific Advisor of CATEC Aerospace Technologies Center http://www.catec.aeo

More information

Quadcopter for Rescue Missions and Surveillance

Quadcopter for Rescue Missions and Surveillance IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 48-52 www.iosrjournals.org Quadcopter for Rescue Missions and Surveillance Pooja Srivastava 1, Tejaswi Ninawe 2, Chitral

More information

BHE UAV Family Unmanned Aerial Vehicle System

BHE UAV Family Unmanned Aerial Vehicle System BHE UAV Family Unmanned Aerial Vehicle System UAV Development at BHE Bonn Hungary Electronics Ltd. BHE Bonn Hungary Electronics Ltd. Address: Fóti str. 56. Budapest, H-1047 Hungary Phone: (1) 233-2138,

More information

Small UAV Noise Analysis Design of Experiment

Small UAV Noise Analysis Design of Experiment Small UAV Noise Analysis Design of Experiment Prepared by : Raya Islam Sam Kelly Duke University Humans and Autonomy Laboratory 1 Introduction This design of experiment presents a procedure to analyze

More information

Use of Controls Approaches for Verification, Validation and Certification of Distributed Mission Management Controls for Unmanned Systems

Use of Controls Approaches for Verification, Validation and Certification of Distributed Mission Management Controls for Unmanned Systems Use of Controls Approaches for Verification, Validation and Certification of Distributed Mission Management Controls for Unmanned Systems AFRL S5, 2017 Kayin Cannon (NGC), Prakash Sarathy(NGC), Irene Gregory(NASA

More information

On Implementing a Low Cost Quadcopter Drone with Smartphone Control

On Implementing a Low Cost Quadcopter Drone with Smartphone Control On Implementing a Low Cost Quadcopter Drone with Smartphone Control Mohammad Masoud, Yousef Jaradat, Mohammad Farhoud, Ammar Almdallaleh Computer and Communication Engineering Department Al-Zaytoonah University

More information

AeroVironment, Inc. Unmanned Aircraft Systems Overview. Background

AeroVironment, Inc. Unmanned Aircraft Systems Overview. Background AeroVironment, Inc. Unmanned Aircraft Systems Overview Background AeroVironment ( AV ) is a technology company with a 40-year history of practical innovation in the fields of unmanned aircraft systems

More information

Unmanned Air Vehicle Testbed for Cooperative Control Experiments

Unmanned Air Vehicle Testbed for Cooperative Control Experiments Unmanned Air Vehicle Testbed for Cooperative Control Experiments Tim McLain Department of Mechanical Engineering Brigham Young University Randy Beard Department of Electrical and Computer Engineering Brigham

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

Advanced Tactics Announces the Release of the AT Panther Drone First Aerial Package Delivery Test with a Safe Drive-up-to-your-doorstep Video

Advanced Tactics Announces the Release of the AT Panther Drone First Aerial Package Delivery Test with a Safe Drive-up-to-your-doorstep Video UPDATED 03APRIL2017 MEDIA CONTACT: press@advancedtacticsinc.com (310) 325-0742 Advanced Tactics Announces the Release of the AT Panther Drone First Aerial Package Delivery Test with a Safe Drive-up-to-your-doorstep

More information

Introduction to Drones

Introduction to Drones Introduction to Drones Introduction You can go backwards, you can hover, and you can go straight up or straight down. What is it? It s a bird, it s a plane, no it s a drone! If you are familiar with the

More information

UNMANNED SURFACE VESSEL (USV)

UNMANNED SURFACE VESSEL (USV) UNMANNED SURFACE VESSEL (USV) UNMANNED SURFACE VESSEL (USV) By using Arma-Tech Tactical Autonomous Control Kit (ATTACK), the vessel can operate independently or combined in swarm. Completely autonomously

More information

Drones In Logistics PRESENTATION TITLE. Alexander Stimpson, Ph.D. Your Logo Goes Here! 2017 MHI Copyright claimed for audiovisual works and

Drones In Logistics PRESENTATION TITLE. Alexander Stimpson, Ph.D. Your Logo Goes Here! 2017 MHI Copyright claimed for audiovisual works and Drones In Logistics Presented by: Alexander Stimpson, Ph.D. PRESENTATION TITLE Your Logo Goes Here! 2017 MHI Copyright claimed for audiovisual works and Outline Introduction The Nature of Drones Drone

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

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

DR-001 Pocket Selfie Drone Quadcopter

DR-001 Pocket Selfie Drone Quadcopter DR-001 Pocket Selfie Drone Quadcopter Smartphone WiFi Remote Control - You can control your drone with wifi connection to your phone(ios or android),your phone will receive real-time transmission from

More information

Potential for Using Unmanned Aerial Vehicles (UAV) in an On-Site Inspection

Potential for Using Unmanned Aerial Vehicles (UAV) in an On-Site Inspection Potential for Using Unmanned Aerial Vehicles (UAV) in an On-Site Inspection Dr James Palmer AWE plc, UK CTBTO Science and Technology Conference 2015 T3.2-06 What is an Unmanned Aerial Vehicle? Different

More information

UgCS for DJI. User Manual. mobile companion version SPH Engineering

UgCS for DJI. User Manual. mobile companion version SPH Engineering mobile companion version 2.5 User Manual 2017 SPH Engineering www.ugcs.com Table of Contents 1. Preface... 3 2. Drone connection and first flight... 4 2.1. Getting ready... 4 2.2. First flight... 4 2.3.

More information

Green Country UAS Competition Rules (Ver. 3.2) Released April 30, 2017 The University of Tulsa

Green Country UAS Competition Rules (Ver. 3.2) Released April 30, 2017 The University of Tulsa Green Country UAS Competition Rules (Ver. 3.2) Released April 30, 2017 The University of Tulsa Competition Date 19-21 May, 2017 Contents Introduction... 3 Schedule... 4 Safety and Security... 5 General

More information

AEM 5495 Spring Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles (UAVs)

AEM 5495 Spring Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles (UAVs) AEM 5495 Spring 2011 Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles (UAVs) Gary J. Balas balas@umn.edu Monday-Wednesday 3:35-4:50 PM 211 Akerman Hall UAV Course Syllabus

More information

UgCS for DJI. User Manual. mobile companion version 2.6_beta SPH Engineering

UgCS for DJI. User Manual. mobile companion version 2.6_beta SPH Engineering mobile companion version 2.6_beta User Manual 2017 SPH Engineering www.ugcs.com Table of Contents 1. Preface... 3 2. Drone connection and first flight... 4 2.1. Getting ready... 4 2.2. DJI verification

More information

Ground Station Framework Design for Multiple UAVs with Embedded Devices

Ground Station Framework Design for Multiple UAVs with Embedded Devices , pp.20-24 http://dx.doi.org/10.14257/astl.2015.107.06 Ground Station Framework Design for Multiple UAVs with Embedded Devices Deokgyu Yang 1, Jeonghoon Kwak 2, Yunsick Sung 1,* 1 Faculty of Computer Engineering,

More information

Unmanned Aerial Systems

Unmanned Aerial Systems DHS SCIENCE AND TECHNOLOGY Unmanned Aerial Systems Considerations for First Responder Organizations February 28, 2017 Stephen Hancock Director of Special Projects First Responders Group Science and Technology

More information

Designing a Microsoft SharePoint 2010 Infrastructure

Designing a Microsoft SharePoint 2010 Infrastructure Course 10231B: Designing a Microsoft SharePoint 2010 Infrastructure Course Details Course Outline Module 1: Designing a Logical Architecture This module describes the function, components, and creation

More information

Flight Demonstrations of Cooperative Control for UAV Teams

Flight Demonstrations of Cooperative Control for UAV Teams AIAA 3rd "Unmanned Unlimited" Technical Conference, Workshop and Exhibit 2-23 September 4, Chicago, Illinois AIAA 4-649 Flight Demonstrations of Cooperative Control for UAV Teams Jonathan How, Ellis King,

More information

Index Terms Quadcopter, Unmanned Aerial Vehicle, Radial Basis Function Neural Network. Displacement of x axis ey. Displacement of y axis ez

Index Terms Quadcopter, Unmanned Aerial Vehicle, Radial Basis Function Neural Network. Displacement of x axis ey. Displacement of y axis ez Modeling and Control Design of Quad copter Failsafe System Chun-Yi Lin and Wu-Sung Yao Department of Mechanical and Automation Engineering, National Kaohsiung First University of Science and Technology,

More information

An Agent Based Framework for Modeling UAV s

An Agent Based Framework for Modeling UAV s An Agent Based Framework for Modeling UAV s Nathan Huff, Ahmed Kamel, Kendall Nygard Computer Science Department North Dakota State University Fargo, ND 58105 Nathan.Huff@ndsu.nodak.edu Abstract An agent

More information

Learning Autonomous Quadcopter Trajectories from Demonstration

Learning Autonomous Quadcopter Trajectories from Demonstration Learning Autonomous Quadcopter Trajectories from Demonstration BY LUCA GRAGLIA Laurea, Politecnico di Torino, Turin, Italy, THESIS Submitted as partial fulfillment of the requirements for the degree of

More information

UAV & Quadcopter (Summer Training Program) 4 Weeks/30 Days

UAV & Quadcopter (Summer Training Program) 4 Weeks/30 Days UAV & Quadcopter (Summer Training Program) 4 Weeks/30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com Website:

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

BoniRob An Autonomous Mobile Platform for Agricultural Applications

BoniRob An Autonomous Mobile Platform for Agricultural Applications BoniRob An Autonomous Mobile Platform for Agricultural Applications Slawomir Sander (aka Slawomir Grzonka) Deepfield Robotics (Robert Bosch Start-Up GmbH) 1 Megatrends lead to dramatic changes in agriculture

More information

UAVs for Humanitarian Missions: Autonomy and Reliability

UAVs for Humanitarian Missions: Autonomy and Reliability 2014 IEEE GLOBAL HUMANITARIAN TECHNOLOGY CONFERENCE (GHTC) October 10-13, 2014, Silicon Valley, San Jose, California USA, UAVs for Humanitarian Missions: Autonomy and Reliability Tullio Joseph Tanzi 1,2,

More information

AR-Drone as a Platform for Robotic Research and Education

AR-Drone as a Platform for Robotic Research and Education AR-Drone as a Platform for Robotic Research and Education Tomáš Krajník, Vojtěch Vonásek, Daniel Fišer, and Jan Faigl The Gerstner Laboratory for Intelligent Decision Making and Control Department of Cybernetics,

More information

THE Industry Impact OF 5G. Insights from 10 sectors into the role of 5G

THE Industry Impact OF 5G. Insights from 10 sectors into the role of 5G THE Industry Impact OF 5G Insights from 0 sectors into the role of 5G January 08 SEEING THE POTENTIAL OF 5G With the emergence of new technology, digitalization is driving change in the world around us.

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

Multiple UAV Coordination

Multiple UAV Coordination Multiple UAV Coordination By: Ethan Hoerr, Dakota Mahan, Alexander Vallejo Team Advisor: Dr. Driscoll Department: Bradley ECE Thursday, April 9, 2015 2 Problem Statement Using multiple UAV coordination,

More information

Applications for Unmanned Aerial Vehicles (UAVs) in Electric Utility Construction Cross Border Meeting Cartagena, Columbia March 17, 2016

Applications for Unmanned Aerial Vehicles (UAVs) in Electric Utility Construction Cross Border Meeting Cartagena, Columbia March 17, 2016 Applications for Unmanned Aerial Vehicles (UAVs) in Electric Utility Construction Cross Border Meeting Cartagena, Columbia March 17, 2016 UAV Benefits to the Industry Up-close inspections of energized

More information

AERIAL ACROBAT VIDEO DRONE. Item No User s Guide

AERIAL ACROBAT VIDEO DRONE. Item No User s Guide AERIAL ACROBAT VIDEO DRONE Item No. 205982 User s Guide Thank you for purchasing the Sharper Image Aerial Acrobat Video Drone. Please read these instructions prior to using this device for the first time.

More information

2017 SUNY TYESA Mini UAV Competition Friday, May 5, 2017 Monroe Community College, Rochester NY

2017 SUNY TYESA Mini UAV Competition Friday, May 5, 2017 Monroe Community College, Rochester NY V 2017 SUNY TYESA Mini UAV Competition Friday, May 5, 2017 Monroe Community College, Rochester NY Project Teams of sophomore and freshman students will design, build, and pilot a mini Unmanned Aerial Vehicle

More information

CONCEPTUAL DESIGN OF AN AUTOMATED REAL-TIME DATA COLLECTION SYSTEM FOR LABOR-INTENSIVE CONSTRUCTION ACTIVITIES

CONCEPTUAL DESIGN OF AN AUTOMATED REAL-TIME DATA COLLECTION SYSTEM FOR LABOR-INTENSIVE CONSTRUCTION ACTIVITIES CONCEPTUAL DESIGN OF AN AUTOMATED REAL-TIME DATA COLLECTION SYSTEM FOR LABOR-INTENSIVE CONSTRUCTION ACTIVITIES H. Randolph Thomas The Pennsylvania State University Research Building B University Park,

More information

Distributed Algorithms for Resource Allocation Problems. Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012

Distributed Algorithms for Resource Allocation Problems. Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012 Distributed Algorithms for Resource Allocation Problems Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012 Outline Survey of Literature Nature of resource allocation problem

More information

Fire Extinguishing Unmanned Aerial Vehicle (FXUAV)

Fire Extinguishing Unmanned Aerial Vehicle (FXUAV) Fire Extinguishing Unmanned Aerial Vehicle (FXUAV) Adam Kutchak, Luis Brum, Jamie Peck, Greg Kelso Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida,

More information

IOTA. Decentralized Economy of Things platform A Distributed Ledger Technology

IOTA. Decentralized Economy of Things platform A Distributed Ledger Technology IOTA Decentralized Economy of Things platform A Distributed Ledger Technology www.iotatoken.com The Team David Sønstebø Sergey Ivancheglo Serguei Popov, Ph.D Dominik Schiener Management & Strategy Development

More information

Horizon Scanning Reports:

Horizon Scanning Reports: Horizon Scanning Reports: A Template and Discussion 6 Dec 2017 Integrity Service Excellence Michelle Burwinkel & Carol Reed AFRL/RQWL How We Came To Do These Reports Air Force Office of Scientific Research

More information

REAL-TIME SUPERVISORY CONTROL IMPLEMENTATION OF SmAHTR POWER PLANT

REAL-TIME SUPERVISORY CONTROL IMPLEMENTATION OF SmAHTR POWER PLANT REAL-TIME SUPERVISORY CONTROL IMPLEMENTATION OF SmAHTR POWER PLANT Jacob A. Farber and Daniel G. Cole Department of Mechanical Engineering and Materials Science University of Pittsburgh 3700 O'Hara Street,

More information

...13 With a Parrot Skycontroller 2 alone Accessing the general settings Piloting settings Position, Distances and Limits...

...13 With a Parrot Skycontroller 2 alone Accessing the general settings Piloting settings Position, Distances and Limits... USER GUIDE TABLE OF CONTENTS Compatibility...1 Drones...1 Smartphones...1 Follow...1 Me GPS & Visual tracking Getting...2 started Connecting...2 a drone and a smartphone Connecting...3 a drone and a Parrot

More information

Next robot vision generation counts on embedded architecture and Touch & Automate

Next robot vision generation counts on embedded architecture and Touch & Automate MONO½D and MONO3D product lines are becoming more smart and WIRELESS Next robot vision generation counts on embedded architecture and Touch & Automate With a new generation of 2½D- und 3D-sensors ISRA

More information

SMARTDOMAINS SMARTINITIATIVES

SMARTDOMAINS SMARTINITIATIVES SMARTDOMAINS SMARTINITIATIVES TheSmartDomainsenablebeterplanning,managing,andgoverningofcityservicesinasustainable waybymaximizingeconomicopportunitiesandminimizingenvironmentaldamage.fivefoundational

More information

FGFOA 2017 Focus on the Future

FGFOA 2017 Focus on the Future IT Modernization: Bringing Government from Obsolete to Cutting Edge FGFOA 2017 Focus on the Future Christine Horrocks, CPA/CFF, CGMA Brent Pruim, CPA Topics Covered State of the industry with respect to

More information

Application of Advanced Multi-Core Processor Technologies to Oceanographic Research

Application of Advanced Multi-Core Processor Technologies to Oceanographic Research DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Application of Advanced Multi-Core Processor Technologies to Oceanographic Research Mark R. Abbott 104 CEOAS Administration

More information

AeroVironment, Inc. Unmanned Aircraft Systems Overview. Background

AeroVironment, Inc. Unmanned Aircraft Systems Overview. Background AeroVironment, Inc. Unmanned Aircraft Systems Overview Background AeroVironment provides customers with more actionable intelligence so they can proceed with certainty. Based in California, AeroVironment

More information

Weighbridge Management

Weighbridge Management Scanvaegt ScanX.NET Weighbridge Management ScanX.NET is the complete software-system for efficient control and management of all types of data registrations related to weighbridge systems. ScanX.NET fast,

More information

In-Memory Analytics: Get Faster, Better Insights from Big Data

In-Memory Analytics: Get Faster, Better Insights from Big Data Discussion Summary In-Memory Analytics: Get Faster, Better Insights from Big Data January 2015 Interview Featuring: Tapan Patel, SAS Institute, Inc. Introduction A successful analytics program should translate

More information

Navigation and Control of Unmanned Aerial Vehicles in GPS Denied Environments

Navigation and Control of Unmanned Aerial Vehicles in GPS Denied Environments Navigation and Control of Unmanned Aerial Vehicles in GPS Denied Environments Ben M. Chen Unmanned Systems Research Group, Dept of Electrical & Computer Engineering Control Science Group, Temasek Laboratories

More information

Drone Surveying: The Complete Story

Drone Surveying: The Complete Story Drone Surveying: The Complete Story NYSAPLS Friday Webinar Series December 1, 2017 Aerotas enables surveyors to map by drone More than: 60 clients, 600 drone surveys, 450 hours of field testing & training,

More information

Life Science Journal 2014;11(11)

Life Science Journal 2014;11(11) Design of Unmanned Aerial Vehicle Autopilot based on Freescale Qorivva 32-bit Microcontroller Abid Abbasi 1, 2, Ubaid M. Al-Saggaf 1, 2, Khalid Munawar 1, 2 1. Center of Excellence in Intelligent Engineering

More information

Dept. of Electrical Engineering. UAV Sensing and Control. Lang Hong, Ph.D. Wright State University

Dept. of Electrical Engineering. UAV Sensing and Control. Lang Hong, Ph.D. Wright State University Senior Design Projects: UAV Sensing and Control Lang Hong, Ph.D. Dept. of Electrical Engineering Wright State University Topic List Light-Weight/Accurate Altimeter for a Small UAV Gyro-Stabilized Servo-Driven

More information

DRONES A Brief History and Design Overview. Tomorrow Lab June 2014

DRONES A Brief History and Design Overview. Tomorrow Lab June 2014 DRONES A Brief History and Design Overview Tomorrow Lab June 2014 INTRODUCTION The intent of this document is to give a brief history and overview of drone technology from a design and engineering perspective,

More information

Architectures for Robot Control

Architectures for Robot Control Architectures for Robot Control Intelligent Robotics 2014/15 Bruno Lacerda This Lecture Deliberative paradigm - STRIPS Reactive paradigm - Behaviour-based architectures Hybrid paradigm The SMACH package

More information

Software Agents. Tony White

Software Agents. Tony White Software Agents Tony White arpwhite@scs.carleton.ca Overview Motivation and definitions Why do we need agents? What is an agent? Agent architectures technologies, issues, advantages, disadvantages Collaboration

More information

Drones Interest Group Members

Drones Interest Group Members About the GSMA Drones Interest Group Members GSMA Position on Drones GSMA have created a policy position, on behalf of the mobile industry, to explain to policy makers and regulators the benefits of using

More information

14+ FOR AGES 14 AND UP ITEM NO

14+ FOR AGES 14 AND UP ITEM NO 14+ FOR AGES 14 AND UP ITEM NO. 33743 INTRODUCTION Thank you for purchasing this amazing World Tech Toys product. This drone is suitable for indoor and outdoor flight. Please carefully read the entire

More information

THERMAL INFRARED DETECTION OF DRONES / UAVs

THERMAL INFRARED DETECTION OF DRONES / UAVs A-TEMP-009-1 ISSUE 002 THERMAL INFRARED DETECTION OF DRONES / UAVs AOC MAY 2017 by WH Gunter DRONE DETECTION: INTRODUCTION The course of the past ten years has seen a dramatic surge in the popularity,

More information

Longe Range Communication System for Small UAVs

Longe Range Communication System for Small UAVs Longe Range Communication System for Small UAVs Proposal for Master Thesis in Aerospace or Mechanical Engineering Supervisor: André C. Marta, CCTAE, IDMEC andre.marta@tecnico.ulisboa.pt November 2016 ii

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

Figure 1: Block diagram representation of system design

Figure 1: Block diagram representation of system design Proc. Of The 3rd World Congress on Computer Applications and Information Systems Autonomous UAV for Civil Defense Applications S.Basiratzadeh, M.Mir, M.T.Tahseen, A.D.Shapsough, M.S.Dorrikhteh, A.Saeidi

More information