Path Planning Optimization for UAVs over Inhabited Areas

Slides:



Advertisements
Similar presentations
The SeETL Business Presentation 1/1/2012
Advertisements

Map Analysis with Networks Francisco Olivera, Ph.D., P.E. Department of Civil Engineering Texas A&M University Some of the figures included in this presentation.
Mentoring Students in Mathematics to Increase Test Scores of a Title I Elementary School through America Counts Hilina Tarekegn College Park Scholars –
Scalable Server Load Balancing Inside Data Centers Dana Butnariu Princeton University Computer Science Department July – September 2010 Joint work with.
Cloud Computing in NASA Missions Dan Whorton CTO, Stinger Ghaffarian Technologies June 25, 2010 All material in RED will be updated.
Expanding the CASE Framework to Facilitate Load Balancing of Social Network Simulations Amara Keller, Martin Kelly, Aaron Todd.
Stochastic DAG Scheduling using Monte Carlo Approach Heterogeneous Computing Workshop (at IPDPS) 2012 Extended version: Elsevier JPDC (accepted July 2013,
Dr. Gunho Sohn (Supervisor) Alec Mantha Maninder Gill Patrick Eagan Phillip Robbins.
SE 361 Lecture-03. Science is defined as: a department of systematized knowledge as an object of study; knowledge or a system of knowledge covering.
Why aren’t we doing it already? Programming the Future.
David Stotts Computer Science Department UNC Chapel Hill.
AERONET DRAGON Campaign, Summer 2011 Christina Justice College Park Scholars – Science & Global Change Program Environmental Science and Policy
ScotGRID is the Scottish prototype Tier 2 Centre for LHCb and ATLAS computing resources. It uses a novel distributed architecture and cutting-edge technology,
HRQLS II LiDAR SYSTEM Ryan Liiva Space to place QR Code
Welcome to the IHCSScience Fair Parent Night December 1, 2016.
Chapter 12: Simulation and Modeling
Introduction to Parallel Computing: MPI, OpenMP and Hybrid Programming
Distributed Vehicle Routing Approximation
Practicum Title Your Name Space to place QR Code
Science is the key to improving our fresh water
Computational Molecular Modelling
NAVAIR’s HBCU/MI ONR Summer Intern Experience
Lesson Objectives Aims From the spec:
Casey O’Leary – Washington State University
Double Degree Programme Sharing Session
10.3 Details of Recursion.
Software as Data Structure
Subject Name: File Structures
Common Data Elements: Data Standards for Clinical Data Collection
Computer Science: Research and Outreach
Supporting Fault-Tolerance in Streaming Grid Applications
How to Reset the Check Engine Light of your Car
The Flight Network.
Chapter 15 QUERY EXECUTION.
A Design Process.
Additional slides to address common questions from audience
Simulation And Modeling
Digital Processing Platform
Using Excel for Quantitative Skill Development
Shadow: Scalable and Deterministic Network Experimentation
CSSSPEC6 SOFTWARE DEVELOPMENT WITH QUALITY ASSURANCE
How to Read Research Papers?
Presented to the BLISS and SHARP undergraduate fellows
TransCAD Vehicle Routing 2018/11/29.
Northern New Mexico College Department of Engineering
Department of Computer Science University of York
Distributed Sensing, Control, and Uncertainty
Campnav Dr. Gunho Sohn (Supervisor) Alec Mantha Maninder Gill
A Design Process Introduction © 2011 Project Lead The Way, Inc.
A Design Process.
Utility-Function based Resource Allocation for Adaptable Applications in Dynamic, Distributed Real-Time Systems Presenter: David Fleeman {
Automated Software Integration
Replication and Availability in Distributed Systems
Methods and Materials (cont.)
A Small and Fast IP Forwarding Table Using Hashing
A Design Process Introduction © 2011 Project Lead The Way, Inc.
A Design Process Introduction © 2011 Project Lead The Way, Inc.
A Design Process Introduction © 2011 Project Lead The Way, Inc.
A Design Process Introduction © 2011 Project Lead The Way, Inc.
A Design Process Introduction © 2011 Project Lead The Way, Inc.
A Design Process Introduction © 2011 Project Lead The Way, Inc.
A Design Process.
Lecture One: Automata Theory Amjad Ali
CSCI 235, Spring 2019, Lecture 25 Dynamic Programming
Statistics and Probability-Part 7
Approximation Algorithms
A Design Process Introduction © 2011 Project Lead The Way, Inc.
Design Document Review
Evaluating Rust Ethan Larkham & Todd Gaunt Department of Computer Science, University of New Hampshire, Durham, NH Abstract Objectives Results Compare.
Presentation transcript:

Path Planning Optimization for UAVs over Inhabited Areas Anoosh Reddy College Park Scholars – Science & Global Change Program Computer Engineering areddy13@umd.edu College Park Scholars Academic Showcase, May 4, 2017 Introduction: In my ongoing project, we are working on optimizing and scaling up an algorithm to determine the optimal path for a UAV to fly over inhabited areas, while balancing time taken and risk for the people below. Abstract: When flying UAVs over inhabited areas, a major concern is safety. Namely, what will happen to the people below if the UAV crashes? The problem this research looks to solve, is the problem of optimization. The safest path will likely be indirect and long, while the fastest path might be too risky. The algorithm to balance these factors was written in MATLAB, which uses a network optimization approach on the problem. This involves creating a graph for the problem, with nodes on turning points. Creating a graph involves processing population density data, which can take a long time due to the amount of raw data. A network path generated from Camp David, MD to Naval Systems Air Command base in Patuxent River, MD. The same path generated from Camp David to Naval Systems Air Base, showing the total grid of flight paths. Discussion: My main goal was finding ways to scale the algorithm to the rest of the country. The main bottleneck involves generating networks for new areas, since the population datasets are very large. The current data is census bureau data from 2010, and I am also looking into alternate data sources, like the Landscan Global Population dataset. I worked on a way to store the networks, which are stored as MATLAB matrices, and am currently working on a way to load pre-generated networks, so it is unnecessary to do the lengthy computations for the network generated each time. Population of the custom area of approximately College Park generated by Landscan. Site Information: Name of Site: Department of Mechanical Engineering, Martin Hall Address: 2181 Glenn L. Martin Hall, Building 088, University of Maryland, College Park, 20742 Site mission: The mission of this project is to enhance the UAV risk-based path optimization software, primarily through MATLAB code, and adapt the algorithm to work for the entire United States. Future Work: The end goal for this process is to be able to apply this algorithm to the entire United States, and be able to streamline the process to a reasonable runtime. Once the process of generating grids for new areas is optimized, the next step is to load the information into an application for consumers to be able to use independently. A prototype of the application is shown here, with the DC/MD/VA area preloaded in. Acknowledgments: I would like to thank my supervisors, Dr.Azarm Shapour and Dr.Jeffrey Hermann, for mentoring me on my project. I would also like to thank Dr.Holtz and Dr.Merck for running their guidance throughout this project, and the last two years in the Science and Global change program. Space to place QR Code