Unmanned Aircraft Systems Sense and Avoid Avionics Utilizing ADS-B Transceiver

Size: px
Start display at page:

Download "Unmanned Aircraft Systems Sense and Avoid Avionics Utilizing ADS-B Transceiver"

Transcription

1 AIAA Conference <br>and<br>aiaa Unmanned...Unlimited Conference 6-9 April 2009, Seattle, Washington AIAA Unmanned Aircraft Systems Sense and Avoid Avionics Utilizing ADS-B Transceiver Florent Martel 1, Richard R. Schultz 2, William H. Semke 3, Ziming Wang 4 and Mariusz Czarnomski 5 Unmanned Aircraft Systems Engineering Laboratory, University of North Dakota, Grand Forks, ND 58202, USA To integrate Unmanned Aircraft Systems (UAS) into the U.S. National Airspace (NAS), the Federal Aviation Administration (FAA) requires an equivalent level of safety, comparable to see-and-avoid requirements for manned aircraft. A proposed FAA rulemaking would mandate Automatic Dependent Surveillance Broadcast (ADS-B) out equipage by 2020, forcing aircraft flying in the NAS to broadcast their state vector to Air Traffic Control (ATC) and aircraft equipped with ADS-B in capability. With the advent of lightweight, lowpower, and low-cost ADS-B units, the equipage and the use of ADS-B transceivers on small UAS are no longer limited by payload and power capabilities, and represent promising opportunities for the regulated operation of small UAS in the NAS. The University of North Dakota (UND) has been actively developing enabling sense and avoid (SAA) technologies under a series of projects funded by the Department of Defense, and is now turning to ADS-B as the central component for mid-air collision avoidance. This paper presents the results of modeling collision avoidance algorithms using ADS-B derived information in a software-in-the-loop (SWIL) environment. Upon extensive testing, the system is designed to be integrated seamlessly into a hardware-in-the-loop (HWIL) environment, and ultimately in a flight test environment aboard a small UAS. I. Introduction nmanned Aircraft Systems (UAS) applications are proliferating among the military, government, and private Usectors due to significant improvements in capabilities and performance. However, the potential of UAS is constricted by many regulations, and the ability to fly unfettered in the U.S. National Airspace System (NAS) is conditioned by the elaboration of specific standards and regulations tailored for UAS. Following intense pressure from industry to see the Federal Aviation Administration (FAA) elaborate clear guidelines, the recently introduced FAA Reauthorization Act of 2009 [1] calls for the FAA to provide, no later than nine months after the date of enactment, a comprehensive plan with detailed recommendations to be followed by a proposed rulemaking to safely integrate UAS in the NAS by no later than September 30, This window of opportunity calls for the development of state-of-the-art collision avoidance algorithms and their implementation on avionics interfaced with the proper set of sensors. The Automatic Dependent Surveillance Broadcast (ADS-B) transceiver is a key step in creating the Next Generation (NextGen) Air Traffic Control (ATC) system. Furthermore, with the proposed FAA rulemaking that would mandate ADS-B out equipage by 2020 [2], ADS-B will most likely become an essential piece of a sense and avoid (SAA) system for UAS operating in the NAS. In addition, with ADS-B being a datalink, further capabilities may be provided such as Primary Surveillance Radar (PSR) derived information through the transmission of Traffic information Service Broadcast (TIS-B) messages from Ground Based Transceivers (GBTs). This implementation would provide an alternative to the addition of non-cooperative sensors onboard small UAS, which is not yet technologically feasible. Another interesting capability emerges from the work of MITRE on an ADS-B to Link16 ground-based gateway [3], which would provide civilian/military aircraft connectivity without the need to retrofit any Link16 equipped military aircraft. 1 Electrical Engineering Graduate Student, UND Dept. of Electrical Engineering, Grand Forks, ND Professor of Electrical Engineering, UND Dept. of Electrical Engineering, Grand Forks, ND Assoc. Prof. of Mechanical Engineering, UND Dept. of Mechanical Engineering, Grand Forks, ND Electrical Engineering Graduate Student, UND Dept. of Electrical Engineering, Grand Forks, ND Electrical Engineering Undergrad. Student, UND Dept. of Electrical Engineering, Grand Forks, ND Copyright 2009 by the, Inc. All rights reserved.

2 II. SAA System Architecture Figure 1 shows the embedded sense and avoid (SAA) architecture that our laboratory has implemented on a small UAS. The architecture is comprised of three separate systems. An ADS-B transceiver receives aircraft information from a cooperative source, which may be another ADS-B equipped aircraft or a GBT. The ADS-B transceiver is connected to an intelligence system, which is a flight computer intended for real-time processing. The intelligence system answers to a set of hierarchical rules to perform conflict detection. Upon determination that another aircraft or an obstacle represents a threat, collision avoidance is performed by issuing high-level guidance commands to the onboard autopilot that are intended to reroute the UAS on a safe path. Guidance commands are issued only if the aircraft is following a trajectory presenting a danger, and the computed maneuvers are consistent with FAA right-of-way rules. If a guidance command is issued by the intelligence system, the autopilot relinquishes direct control of the UAS over its intended trajectory and instead interprets the high-level guidance commands into actuator control signals to maneuver the UAS. Figure 1. Sense and avoid system architecture. Figure 2 shows the software-in-the loop (SWIL) test-bed implemented in MATLAB, which is derived from the SAA architecture shown in Figure 1. It is comprised of four elements that define not only functional equivalents of the actual hardware systems, but also the dynamics of the UAS and its environment. The SWIL test-bed is designed to be modular and flexible so that actual hardware can be swapped for hardware-in-the-loop (HWIL) simulation purposes or for actual flights. Figure 2. SWIL test-bed. 2

3 A. Simulation Engine The Simulation Engine block simulates the ownship aircraft and multiple intruder aircraft in an operational flight environment including terrain, elevated obstacles (e.g. communication towers, buildings, etc.), and airspace boundaries defined in a database. The setup has the ability to simulate as many intruders as would be received by an actual ADS-B transceiver, although functionally the number of possible simulated intruders is not limited. The Simulation Engine includes a flight dynamics model to simulate the flight of the ownship and intruders. The dynamic characteristics are modeled for a wide variety of aircraft, although the ownship model is defined for a particular small UAS. The Simulation Engine also includes a flight control loop to complete the modeling of the ownship aircraft. The Simulation Engine is fed the actuator control commands from the Autopilot Engine, and it outputs aircraft information including the position of both the ownship and the intruders. B. ADS-B Engine The ADS-B Engine block is used to simulate the operation of an ADS-B transceiver in its environment. It is fed aircraft information from both the ownship and the intruders and outputs the information in the same format and sampling rates as the actual ADS-B hardware. Due to the nature of GPS measurements and ADS-B transmissions, this engine models range, accuracy, and dropout limitations inherent to an ADS-B transceiver. C. Collision Detection/Avoidance Engine The algorithms contained in the Collision Detection/Avoidance Engine block are the same algorithms that will run on the flight computer onboard the aircraft during flight tests. This block contains a collision detection logic and a collision avoidance logic, as well as a database of terrain, elevated obstacles, and airspace boundaries. The collision detection logic estimates whether or not the ownship aircraft is on a collision course with respect to other aircraft or fixed obstacles. This algorithm tracks the position of air traffic based on the GPS positions obtained from the ADS-B Engine, even during temporary dropouts, and is defined to accept inputs from additional sensors that would contribute to estimating the position of air traffic. Filtering and sensor fusion techniques for position estimation are well known, and a detailed explanation of their design and operation is not necessary here. Instead, this paper focuses on the collision avoidance logic that is explained in detail in Section 3. The collision avoidance logic is activated if threats are detected. A threat is characterized as an aircraft or a fixed obstacle that is predicted to enter a collision or near collision course with the ownship aircraft within a certain time frame. The collision avoidance logic issues, if necessary, an avoidance command in the form of high-level commands such as heading, speed, and altitude changes in order for the ownship to steer clear of threats. The computational complexity allows the system to run in real-time in the SWIL environment, although the goal is to minimize complexity to lighten the load on the simulation computer and to allow the system to run at a much faster rate than real-time in order to test the algorithms in a large number of encounter scenarios in a short period of time. Since ADS-B data updates once per second, real-time operation requires all processing to take place during that time interval. D. Autopilot Engine The Autopilot Engine block handles the conversion of high-level commands into actuator control signals. The control signals are fed to the Simulation Engine block to perform the ownship aircraft maneuvers. In the absence of input from the Collision Detection/Avoidance Engine block, the Autopilot block outputs control signals that handle the navigation of the ownship aircraft along a set of waypoints according to a specific waypoint guidance control logic, as would be performed during the regular operation of an autopilot. E. Transition to HWIL Simulation Computer simulation represents the core of this SAA system study. The goal is to model effective collision avoidance procedures while conducting a risk analysis to minimize false alarm and false dismissal rates in a realistic simulation environment. Upon extensive testing and validation of the collision avoidance algorithms by performing a multitude of simulations in the SWIL test-bed, the system will progressively be migrated to HWIL simulation, with the concurrent development of device drivers to render the system compatible with a variety of commercialoff-the-shelf (COTS) sensors and autopilots. In this context, the ADS-B Engine and Autopilot Engine blocks will be replaced by the corresponding hardware. The model shown in Figure 2 has the ability to automatically generate realtime embeddable code so that the Collision Detection/Avoidance Engine block can be ported to a target flight computer seamlessly. 3

4 III. Autonomous Collision Avoidance Algorithms This section describes in detail the algorithms contained in the Collision Detection/Avoidance Engine block. The first iteration of the SAA system, designed to use ADS-B information, assumes that the GPS position of surrounding air traffic can be obtained, with inherent errors due to the nature of GPS measurements and of the ADS-B datalink transmission modeled in order to simulate the use of an ADS-B transceiver under operational conditions with high fidelity. Terrain, elevated obstacle, and airspace boundary information is obtained from a database preloaded before flight. The proposed algorithm has the aptitude to handle situations involving multiple simultaneous intruders. If one or more intruders are predicted to enter a collision or near collision course with the UAS according to its current flight path, the proposed collision avoidance algorithm will determine an updated flight path, in which any possible collisions will be tentatively avoided. The algorithm uses a behavior-based approach and is derived from research performed on unmanned surface vehicles [4]. The decision logic behind the collision avoidance algorithm that provides the high-level commands combines behavior results based on weighting to produce a single, optimal result. FAA right-of-way rules involving encounter situations can be directly coded into this set of behaviors. The first construct is to represent multi-objective optimization problems with piecewise linearly-defined objective functions over a finite decision space. The problems associated with an exponential growth of state space are countered by dealing with separate sub-situations independently. Sub-situations are behaviors which can occur simultaneously, but by producing independent objective functions for each behavior, a modular approach which grows linearly in complexity with each behavior can advantageously be used. Behaviors may be conceived to provide operational results such as reaching a target waypoint, avoiding fixed or moving obstacles, and following air traffic regulations. An extensive number of behaviors may be added to the collision avoidance algorithm if designed appropriately to enhance its capabilities. These behaviors may include following a trajectory, loitering over a target, maintaining a constant heading, speed, or altitude, and following the quickest or steadiest path. Behaviors may also be combined, depending on functional requirements. Several behaviors are explicitly described in this paper based on their complexity and to provide a more complete understanding of the underlying mechanism behind the proposed collision avoidance algorithm. Each behavior may or may not produce, according to thresholds, an objective function. Objective functions are defined over a decision space limited by a set of explicit constraint constructs representing intervals of values and harmonized over the same decision space in order for the behaviors to be combined as a weighted sum of the objective functions. The weights reflect priority, or the degree to which the decision is made as a trade-off between behaviors based on the overall context or the mission requirements. The resulting objective function is used to determine the preferred high-level command to be fed to the autopilot. A. Closest Point of Approach Many of the objective function evaluations are based on calculating the Closest Point of Approach (CPA), which refers to the situation in which two objects reach their closest possible distance. In the context of this research, the two objects are the ownship aircraft and a waypoint, or the ownship aircraft and an obstacle. Consider two objects which positions at time t defined in terms of latitude, longitude, and altitude given as os_lla(t) and cn_lla(t), and their velocity vectors per unit of time given as os_dxyz(t) and cn_xyz(t). The velocity vectors are defined with Cartesian coordinates in a North-East-Up (NEU) reference frame. Let the current time be t 0. The equations of motion for these two points are os_lat(t) = os_lat(t 0 ) + t os_dxyz(t) and cn_lat(t) = cn_lat(t 0 ) + t cn_dxyz(t). The distance between the two points is distance(t) = os_lat(t) - cn_lat(t) = distance(t 0 ) + t (os_dxyz(t) - cn_dxyz(t)). Since the distance between two points cannot be negative, distance(t) has a minimum when distance(t) 2 has a minimum, therefore distance(t) has a minimum when d( distance ( t dt CPA 2 ) ) 2 = 2t ( os _ dxyz cn _ dxyz) + 2distance ( t ) ( os _ dxyz cn _ dxyz) = 0. CPA The above equation gives the time to CPA as distance ( t ) ( os _ dxyz cn _ dxyz) os _ dxyz cn _ dxyz 0 t CPA =. (2) (1)

5 If os_dxyz(t) - cn_xyz(t) 0, the two points will remain approximately the same distance apart, so t CPA can be set to zero. If t CPA < 0, the two points are travelling away from each other, so t CPA can be set to zero. The CPA distance between the two points is then found by calculating distance(t CPA ) for a given ownship velocity vector value. The ownship velocity vector values correspond to defined heading, speed and altitude values, given the nominal climb and descent rate of the ownship aircraft. B. Reach Target Behavior In order for the ownship aircraft to navigate towards a target waypoint, a Reach Target behavior is introduced. In Figure 3, the Reach Target behavior is illustrated, with the ownship aircraft represented relative to a target waypoint. The position of the waypoint is defined in terms of latitude, longitude, and altitude. In this example, the output of the Reach Target behavior is an objective function defined over a decision space in two dimensions as a function of possible heading and speed commands for illustration purposes. However, an objective function is actually defined in terms of possible high-level commands to ensure complete spatial maneuverability, and in the present implementation the high-level commands refer to heading, speed, and altitude values. In Figure 3, the possible heading and speed values are respectively represented as the angle and radius of the toroidal objective function section. Minimum and maximum speeds are represented respectively by the inner and outer boundaries of the toroidal section and defined according to the performance of a specific small UAS. HIGH-LEVEL COMMAND OBJECTIVE FUNCTION Figure 3. Exemplary representation of the Reach Target behavior. The objective function generated by the Reach Target behavior is constructed to privilege high-level commands which maneuver the aircraft closer to the target waypoint, and is determined so as to assign higher arbitrary values to high-level commands which minimize the distance at CPA between the ownship aircraft and the target waypoint. A utility metric is applied according to the following sigmoid-shaped function ( tcpa q)/ r f RT = 1/(1 + p), (3) with p, q and r set to tune the behavior to the performance of a specific UAS. In the representation of the objective function in Figure 3, lighter areas represent higher arbitrary values and darker areas represent lower arbitrary values. A recommended high-level guidance command is given by the value for which the maximum of the objective function is attained. Using the high-level guidance command resulting from the Reach Target behavior is futile on its own, since the onboard autopilot would already fulfill the function of guiding the ownship aircraft towards a target waypoint without intervention. In order for this behavior to be meaningful and for the ownship aircraft to avoid collisions, the Reach Target behavior must be combined with other behaviors. C. Avoid Small Obstacle Behavior The goal of the Avoid Small Obstacle behavior is to prevent the ownship aircraft from coming dangerously close to a small obstacle, such as the situation shown in Figure 4. In this example, a Reach Target behavior and an Avoid Small Obstacle behavior are activated respectively by the target waypoint and the intruder aircraft, and each behavior generates a separate objective function. The objective function generated by the Avoid Small Obstacle behavior is constructed to privilege high-level commands which maneuver the ownship aircraft far enough from the obstacle, and is determined so as to assign higher arbitrary values to high-level commands which maintain at least a minimum distance at CPA between the ownship aircraft and the obstacle. The objective functions are combined in a weighted sum to produce a resulting objective function. In Figure 4, the darker area of the resulting objective function represents heading and speed values for which the ownship aircraft may potentially collide or nearly collide with the obstacle. 5

6 INTRUDER HIGH-LEVEL COMMAND OBJECTIVE FUNCTION Figure 4. Exemplary representation of the Avoid Small Obstacle behavior involving one intruder. The guidance method may advantageously process fixed and moving targets with the same Reach Target behavior, and may process fixed and moving small obstacles with the same Avoid Small Obstacles behavior. Additionally, the Reach Target behavior and the Avoid Small Obstacles behavior may use the same set of equations to generate their respective objective functions, as the construction of the objective functions is based on calculating the distance at CPA. Only one target at a time may be considered to produce the guidance commands, since the ownship aircraft cannot navigate in multiple directions for obvious reasons. Multiple small obstacles may be considered simultaneously by the guidance method, however. Another significant advantage when dealing with multiple small obstacles is that each small obstacle may result in the computation of only one additional objective function; therefore, computational complexity increases at most linearly with respect to the number of small obstacles considered for avoidance purposes. A situation involving multiple obstacles is shown in Figure 5, where the ownship aircraft intends to reach a target waypoint while avoiding two obstacles represented by aircraft in motion. Each obstacle may, according to the collision deconfliction threshold, activate the Avoid Small Obstacle behavior and generate a unique objective function. This example illustrates how multiple objective functions generated by the Avoid Small Obstacle behavior can be combined to produce the resulting objective function. INTRUDER INTRUDER OBJECTIVE FUNCTION HIGH-LEVEL COMMAND Figure 5. Exemplary representation of the Avoid Small Obstacle behavior involving two intruders. D. Avoid Large Obstacle Behavior The Avoid Small Obstacle behavior cannot be used to avoid large obstacles, defined as obstacles large enough to be inaccurately represented by a single point in space for avoidance purposes. Large obstacles include terrain, elevated obstacles, and airspace restrictions such as air corridors, airspace classes and no-fly zones. Large obstacles may activate an Avoid Large Obstacle behavior, which replaces the Reach Target behavior, since the Avoid Large Obstacle behavior will guide the ownship aircraft towards a target waypoint by finding the path of minimum distance between the aircraft and the target and generates an objective function dependent on the additional detour distance over the computed shortest path distance caused by maneuvering around large obstacles. The Reach Target 6

7 behavior may systematically be replaced by the Avoid Large Obstacle behavior, but the Reach Target behavior is privileged in the absence of large obstacles within a certain range or in the direct path of the ownship aircraft to reduce computational complexity. The Avoid Large Obstacle behavior is explained below in Figure 6 as a two- dimensional problem, but is used in three dimensions by the algorithm so as to enable the ownship aircraft to perform altitude changes in order to follow the path of minimum distance to the target in three dimensions. x x OWNSHIPAIRCRAFT (a) (b) SHORTEST PATH FUNCTION x SHORTEST PATH FUNCTION x SHORTEST PATH OBJECTIVE FUNCTION (c) Figure 6. Exemplary representation of the Avoid Large Obstacle behavior showing (a) a terrain database map containing elevated terrain directly in the path between the ownship aircraft and the target waypoint, (b) a binary map extracted from the terrain database and from an airspace boundary database displaying large obstacles at the same altitude as the ownship aircraft, (c) a shortest path function representation and the computed shortest path, (d) the objective function resulting from the Avoid Large Obstacle behavior. The example of Figure 6(a) shows a Digital Terrain Elevation Database (DTED) map containing a large obstacle represented by elevated terrain directly in the path between the aircraft and the target waypoint. The position of terrain features or other large obstacles is extracted from database information pertaining to the position of large obstacles. A binary map is generated from the database information to represent the horizontal position of large obstacles for a range of altitudes relative to the ownship aircraft. In Figure 6(b), the binary map is generated for the altitude of the ownship aircraft to illustrate the problem in two dimensions. Dark areas represent the horizontal position of large obstacles at that altitude. In this example, large obstacles are terrain features and airspace restrictions extracted from the DTED information and an airspace boundary database, respectively. A shortest path function giving the shortest path distance between points in space and the target waypoint is computed and shown in Figure 6(c), where lighter areas indicate shorter path distances between points and the target waypoint. In this example, the location of points is defined in terms of latitude and longitude for illustration purposes, but in the Avoid Large Obstacle behavior, the location of points is defined in terms of latitude, longitude, and altitude to accommodate for possible altitude changes. If the target is fixed, the shortest path function needs to be calculated only once. The number of points used to calculate the shortest path function is limited by a maximum distance between the points and the ownship aircraft, by a maximum shortest path distance between the points and 7 (d)

8 the target, and by a maximum number of points. The Avoid Large Obstacle behavior is improved by increasing travel time on points located on the edge of large obstacles in order to avoid issuing guidance commands that would cause the aircraft to travel too close to the edge of large obstacles. Once the shortest path function is calculated, the Avoid Large Obstacle behavior generates an objective function constructed to privilege heading, speed, and altitude values which set the aircraft closer to the target and away from large obstacles. It may be determined so as to assign higher arbitrary values to high-level commands that minimize the detour distance over the shortest path distance caused by maneuvering around large obstacles. The objective function generated by the Avoid Large Obstacle behavior is then combined with the objective functions generated by other behaviors. E. Avoid Collision Behavior Additional behaviors may be added to the guidance method such as an Avoid Collision behavior, which is intended to replace other behaviors in certain situations. The objective function generated by the Avoid Collision behavior is constructed to privilege high-level commands that maneuver the aircraft away of imminent collision threats and is determined so as to assign higher arbitrary values to high-level commands which maximize the distance at CPA between the aircraft and the obstacle(s) representing a threat. F. Follow Regulations Behavior Another behavior worth mentioning is the Follow Regulations behavior. The objective function generated by the Follow Regulations behavior is constructed to privilege high-level commands which maneuver the aircraft in a manner consistent with Federal Aviation Regulations (FAR) Part and other air traffic regulations effective in the airspace in which the aircraft is operating. It is determined so as to assign higher arbitrary values to high-level commands which, according to the situation, comply with air traffic regulations. The Follow Regulations behavior is itself comprised of several behaviors depicting applicable situations that depend on the encounter scenario (e.g., approaching head-on, converging, overtaking, descending, or ascending), the intruder aircraft category (e.g., balloon, glider, airship, rotorcraft, or airplane), and its priority (e.g., emergency, or minimum fuel), if this information is available. ADS-B is well suited for applying this behavior, as the information obtained from other ADS-B equipped vehicles includes an emitter category field and an emergency/priority code. IV. Results and Future Work Simulated flight tests were conducted in a software-in-the-loop (SWIL) test-bed in real-time. These tests represented a preliminary validation of the algorithms and allowed for the tuning and refinement of the behaviors. All behaviors were successfully demonstrated for a range of encounter scenarios involving one or multiple intruder aircraft. To better assess the reliability and efficiency of the SAA algorithms, a battery of encounter scenarios will be tested, which involves the implementation of Monte Carlo simulations in an environment that models the flight of aircraft in the NAS. Parallel to this assessment, the system will be progressively ported to a hardware-in-the-loop (HWIL) testing environment. Upon validation of these steps, flight testing on a small UAS will be initiated, and will involve flying the USA in near mid-air collision encounter scenarios with other aircraft. Acknowledgments This research was supported in part by Department of Defense contract number FA C-C006, Unmanned Aerial System Remote Sense and Avoid System and Advanced Payload Analysis and Investigation, and the North Dakota Department of Commerce, UND Center of Excellence for UAV and Simulation Applications. The authors would also like to acknowledge to contributions of the UASE laboratory team at UND. References 1 FAA Reauthorization Act of 2009, H.R.915, February 9, ADS-B Frequently Asked Questions, FAA Aviation Safety, URL: media/ads-b_faq.pdf [cited 3 March 2009]. 3 Borrelli, G. S., ADS-B to LINK-16 Gateway Demonstration: An Investigation of a Low-Cost ADS-B Option for Military Aircraft, The MITRE Corporation, Case # , Bedford, MA Benjamin, M. R., The Interval Programming Model for Multi-Objective Decision Making, Computer Science and Artificial Intelligence Laboratory, MIT, Cambridge, MA, Tech. Rep. AIM , September

A Path Planning Algorithm to Enable Well-Clear Low Altitude UAS Operation Beyond Visual Line of Sight

A Path Planning Algorithm to Enable Well-Clear Low Altitude UAS Operation Beyond Visual Line of Sight A Path Planning Algorithm to Enable Well-Clear Low Altitude UAS Operation Beyond Visual Line of Sight Swee Balachandran National Institute of Aerospace, Hampton, VA Anthony Narkawicz, César Muñoz, María

More information

TEPZZ 5976 A T EP A2 (19) (11) EP A2 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: G08G 5/00 ( ) H04M 1/725 (2006.

TEPZZ 5976 A T EP A2 (19) (11) EP A2 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: G08G 5/00 ( ) H04M 1/725 (2006. (19) TEPZZ 976 A T (11) EP 2 97 633 A2 (12) EUROPEAN PATENT APPLICATION (43) Date of publication: 29.0.13 Bulletin 13/22 (1) Int Cl.: G08G /00 (06.01) H04M 1/72 (06.01) (21) Application number: 12193473.1

More information

Chapter 12. Path Planning. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012,

Chapter 12. Path Planning. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 12 Path Planning Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 212, Chapter 12: Slide 1 Control Architecture destination, obstacles map path planner waypoints status path

More information

5/4/2016 ht.ttlms.com

5/4/2016 ht.ttlms.com Order Template Screen 1 Free Form Lesson Overview 2 Free Form Performance Based CNS Requirements 3 Free Form Performance Based CNS Requirements 4 Single Answer Knowledge Check 5 Free Form Related ICAO

More information

Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application

Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application Murat IMAY Turkish Aerospace Ind, Inc. Ankara, Turkey mimay@tai.com.tr, muratimay@gmail.com ABSTRACT "This

More information

ABSTRACT. Mission and Scenario Planning for Unmanned Aerial Vehicles (Path planning and Collision Avoidance systems)

ABSTRACT. Mission and Scenario Planning for Unmanned Aerial Vehicles (Path planning and Collision Avoidance systems) ABSTRACT Title of Thesis: Mission and Scenario Planning for Unmanned Aerial Vehicles (Path planning and Collision Avoidance systems) Niloofar Shadab, Master of Science, 2016 Thesis directed by: Professor

More information

Accuracy Assessment of an ebee UAS Survey

Accuracy Assessment of an ebee UAS Survey Accuracy Assessment of an ebee UAS Survey McCain McMurray, Remote Sensing Specialist mmcmurray@newfields.com July 2014 Accuracy Assessment of an ebee UAS Survey McCain McMurray Abstract The ebee unmanned

More information

Stable Trajectory Design for Highly Constrained Environments using Receding Horizon Control

Stable Trajectory Design for Highly Constrained Environments using Receding Horizon Control Stable Trajectory Design for Highly Constrained Environments using Receding Horizon Control Yoshiaki Kuwata and Jonathan P. How Space Systems Laboratory Massachusetts Institute of Technology {kuwata,jhow}@mit.edu

More information

POTENTIAL ACTIVE-VISION CONTROL SYSTEMS FOR UNMANNED AIRCRAFT

POTENTIAL ACTIVE-VISION CONTROL SYSTEMS FOR UNMANNED AIRCRAFT 26 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES POTENTIAL ACTIVE-VISION CONTROL SYSTEMS FOR UNMANNED AIRCRAFT Eric N. Johnson* *Lockheed Martin Associate Professor of Avionics Integration, Georgia

More information

Real-Time Obstacle and Collision Avoidance System for Fixed-Wing Unmanned Aerial Systems

Real-Time Obstacle and Collision Avoidance System for Fixed-Wing Unmanned Aerial Systems Real-Time Obstacle and Collision Avoidance System for Fixed-Wing Unmanned Aerial Systems PhD Oral Defense June 6, 2012 Julien Esposito 1 Acknowledgements for Funding Received KU TRI Transport Research

More information

NextGen Update. April Aeronautics and Space Engineering Board

NextGen Update. April Aeronautics and Space Engineering Board NextGen Update April 2015 Aeronautics and Space Engineering Board Presented by Edward L. Bolton, Jr. Assistant Administrator for NextGen Federal Aviation Administration Delivering Major NextGen Investments

More information

Autonomous Ground Vehicle (AGV) Project

Autonomous Ground Vehicle (AGV) Project utonomous Ground Vehicle (GV) Project Demetrus Rorie Computer Science Department Texas &M University College Station, TX 77843 dmrorie@mail.ecsu.edu BSTRCT The goal of this project is to construct an autonomous

More information

A New Algorithm for Automated Aircraft Conflict Resolution

A New Algorithm for Automated Aircraft Conflict Resolution A New Algorithm for Automated Aircraft Conflict Resolution Nour Dougui, Daniel Delahaye, and Stephane Puechmorel ENAC July 3, 2009 our Dougui, Daniel Delahaye, and Stephane Puechmorel A New Algorithm (ENAC)

More information

Lightweight Simulation of Air Traffic Control Using Simple Temporal Networks

Lightweight Simulation of Air Traffic Control Using Simple Temporal Networks Lightweight Simulation of Air Traffic Control Using Simple Temporal Networks Russell Knight Jet Propulsion Laboratory, California Institute of Technology 4800 Oak Grove Drive MS 126-347 Pasadena, CA 91109

More information

SAE Aerospace Control & Guidance Systems Committee #97 March 1-3, 2006 AFOSR, AFRL. Georgia Tech, MIT, UCLA, Virginia Tech

SAE Aerospace Control & Guidance Systems Committee #97 March 1-3, 2006 AFOSR, AFRL. Georgia Tech, MIT, UCLA, Virginia Tech Systems for Aircraft SAE Aerospace Control & Guidance Systems Committee #97 March 1-3, 2006 AFOSR, AFRL Georgia Tech, MIT, UCLA, Virginia Tech controls.ae.gatech.edu/avcs Systems Systems MURI Development

More information

Radar Image Processing and AIS Target Fusion

Radar Image Processing and AIS Target Fusion http://www.transnav.eu the International Journal on Marine Navigation and Safety of Sea Transportation Volume 9 Number 3 September 2015 DOI: 10.12716/1001.09.03.18 Radar Image Processing and AIS Target

More information

Keywords: UAV, Formation flight, Virtual Pursuit Point

Keywords: UAV, Formation flight, Virtual Pursuit Point DESIGN THE GUIDANCE LAW FOR FORMATION FLIGHT OF MULTIPLE UAVS Heemin Shin*, Hyungi Kim*, Jaehyun Lee*, David Hyunchul Shim* *Korea Advanced Institute of Science and Technology (KAIST) Keywords: UAV, Formation

More information

Boeing Communications Strategy

Boeing Communications Strategy Boeing Communications Strategy Presentation to ATN2004 Rob Mead Date: September 15, 2004 Phone: 253-951-8447 Email: rob.mead@boeing.com Topics Data link in Boeing ATM concepts Boeing communications strategy

More information

Multi-agent Collaborative Flight Experiment. Karl Hedrick UC Berkeley

Multi-agent Collaborative Flight Experiment. Karl Hedrick UC Berkeley Multi-agent Collaborative Flight Experiment Karl Hedrick UC Berkeley 1 Operated by the Naval Post Graduate School 2 !!" " #! " " $! %&!! % " ' "!! " $! %" " " %" $ " ' "!!" ("!! " $" " " ' $ " ' ) " $!*

More information

Optimization-Based Path Planning for Separation Assurance on Small Unmanned Aircraft

Optimization-Based Path Planning for Separation Assurance on Small Unmanned Aircraft Brigham Young University BYU ScholarsArchive All Faculty Publications 2016-1 Optimization-Based Path Planning for Separation Assurance on Small Unmanned Aircraft Matthew Duffield Brigham Young University,

More information

UNCLASSIFIED. FY 2016 Base FY 2016 OCO

UNCLASSIFIED. FY 2016 Base FY 2016 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2016 Office of the Secretary Of Defense Date: February 2015 0400: Research, Development, Test & Evaluation, Defense-Wide / BA 2: COST ($ in Millions) Prior

More information

AviationSimNet Specification

AviationSimNet Specification MP 06W 0000131 AviationSimNet Specification Release Date: June 2010 Version: 2.2 Authored by the AviationSimNet Standards Working Group Published by The MITRE Corporation Sponsor: The MITRE Corporation

More information

PROSILICA GigE Vision Kameras CCD und CMOS

PROSILICA GigE Vision Kameras CCD und CMOS PROSILICA GigE Vision Kameras CCD und CMOS Case Study: GE4900C, GE4000C, GE1910C and GC2450C used in UAV-technology Prosilica Cameras Go Airborne Prosilica Kameras überzeugen mit hervorragender Bildqualität,

More information

Aviation & Airspace Solutions MODERNIZING SYSTEMS TRANSFORMING OPERATIONS DELIVERING PERFORMANCE

Aviation & Airspace Solutions MODERNIZING SYSTEMS TRANSFORMING OPERATIONS DELIVERING PERFORMANCE Aviation & Airspace Solutions MODERNIZING SYSTEMS TRANSFORMING OPERATIONS DELIVERING PERFORMANCE Enabling Aircraft Safety With Comprehensive Technology MODERNIZING SYSTEMS TRANSFORMING OPERATIONS DELIVERING

More information

ACARE WG 4 Security Overview

ACARE WG 4 Security Overview ACARE WG 4 Security Overview ART WS ATM Security and Cybersecurity Kristof Lamont ATM & Cyber Security Expert 23 March 2016 ACARE Advisory Council for Aviation Research and Innovation in Europe http://www.acare4europe.com/

More information

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Lana Dalawr Jalal Abstract This paper addresses the problem of offline path planning for

More information

Unmanned Vehicle Technology Researches for Outdoor Environments. *Ju-Jang Lee 1)

Unmanned Vehicle Technology Researches for Outdoor Environments. *Ju-Jang Lee 1) Keynote Paper Unmanned Vehicle Technology Researches for Outdoor Environments *Ju-Jang Lee 1) 1) Department of Electrical Engineering, KAIST, Daejeon 305-701, Korea 1) jjlee@ee.kaist.ac.kr ABSTRACT The

More information

Electronic Conspicuity and the GAINS Project. Julian Scarfe Bob Darby AGM 2018

Electronic Conspicuity and the GAINS Project. Julian Scarfe Bob Darby AGM 2018 Electronic Conspicuity and the GAINS Project Julian Scarfe Bob Darby AGM 2018 What is electronic conspicuity? ª Conventional: ground radar detects other aircraft pilots interpret traffic information from

More information

AIR FORCE INSTITUTE OF TECHNOLOGY

AIR FORCE INSTITUTE OF TECHNOLOGY UAS COLLISION AVOIDANCE ALGORITHM THAT MINIMIZES THE IMPACT ON ROUTE SURVEILLANCE THESIS Austin L. Smith AFIT/GAE/ENY/9-M18 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY

More information

Discussion on Complexity and TCAS indicators for Coherent Safety Net Transitions

Discussion on Complexity and TCAS indicators for Coherent Safety Net Transitions Discussion on Complexity and TCAS indicators for Coherent Safety Net Transitions Christian E. Verdonk Gallego ce.verdonk@cranfield.ac.uk Francisco Javier Saez Nieto p.saeznieto@cranfield.ac.uk SESAR Innovation

More information

Probabilistic Methods for Kinodynamic Path Planning

Probabilistic Methods for Kinodynamic Path Planning 16.412/6.834J Cognitive Robotics February 7 th, 2005 Probabilistic Methods for Kinodynamic Path Planning Based on Past Student Lectures by: Paul Elliott, Aisha Walcott, Nathan Ickes and Stanislav Funiak

More information

Ian Mitchell. Department of Computer Science The University of British Columbia

Ian Mitchell. Department of Computer Science The University of British Columbia CPSC 542D: Level Set Methods Dynamic Implicit Surfaces and the Hamilton-Jacobi Equation or What Water Simulation, Robot Path Planning and Aircraft Collision Avoidance Have in Common Ian Mitchell Department

More information

Collision Risk Studies with 6-DOF Flight Simulations when Aerodrome Obstacle Standards Cannot Be Met

Collision Risk Studies with 6-DOF Flight Simulations when Aerodrome Obstacle Standards Cannot Be Met Collision Risk Studies with 6-DOF Flight Simulations when Aerodrome Obstacle Standards Cannot Be Met Agostino De Marco,( * ) Jary D Auria( ) ( * ) JSBSim Development Team, ( ) Università degli Studi di

More information

UAS Campus Survey Project

UAS Campus Survey Project ARTICLE STUDENTS CAPTURING SPATIAL INFORMATION NEEDS UAS Campus Survey Project Texas A&M University- Corpus Christi, home to the largest geomatics undergraduate programme in Texas, USA, is currently undergoing

More information

UAS Operation in National Air Space (NAS) Secure UAS Command and Control

UAS Operation in National Air Space (NAS) Secure UAS Command and Control UAS Operation in National Air Space (NAS) Secure UAS Command and Control Dr. Randal Sylvester Division Chief Technologist L3 CSW 26 October 2015 This information consists of L-3 Communications Corporation,

More information

Dynamic Service Definition in the future mixed Surveillance environment

Dynamic Service Definition in the future mixed Surveillance environment Dynamic Service Definition in the future mixed Surveillance environment Dr. Christos M. Rekkas Jean-Marc Duflot Pieter van der Kraan Surveillance Unit EUROCONTROL Rue de la Fusée 96, Brussels 1130, Belgium

More information

Robotic Behaviors. Potential Field Methods

Robotic Behaviors. Potential Field Methods Robotic Behaviors Potential field techniques - trajectory generation - closed feedback-loop control Design of variety of behaviors - motivated by potential field based approach steering behaviors Closed

More information

A High Frequency Stabilization System for UAS Imaging Payloads

A High Frequency Stabilization System for UAS Imaging Payloads Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. A High Frequency Stabilization System for UAS Imaging Payloads ABSTRACT Katie J.

More information

Multiagent Flight Control in Dynamic Environments with Cooperative Coevolutionary Algorithms

Multiagent Flight Control in Dynamic Environments with Cooperative Coevolutionary Algorithms Formal Verification and Modeling in Human-Machine Systems: Papers from the AAAI Spring Symposium Multiagent Flight Control in Dynamic Environments with Cooperative Coevolutionary Algorithms Mitchell Colby

More information

Littoral Environment Visualization Tool

Littoral Environment Visualization Tool Littoral Environment Visualization Tool Mr. Richard Swiontek Sonalysts, Inc 215 Parkway North, Post Office Box 280 Waterford, CT 06385 Phone: (860) 326-3616 Fax: (860) 326-3862 Email: dswiontek@sonalysts.com

More information

A Formal Model Approach for the Analysis and Validation of the Cooperative Path Planning of a UAV Team

A Formal Model Approach for the Analysis and Validation of the Cooperative Path Planning of a UAV Team A Formal Model Approach for the Analysis and Validation of the Cooperative Path Planning of a UAV Team Antonios Tsourdos Brian White, Rafał Żbikowski, Peter Silson Suresh Jeyaraman and Madhavan Shanmugavel

More information

Project and Diploma Thesis Topics in DAAS

Project and Diploma Thesis Topics in DAAS Intermediate Project (P) Engineering Diploma Thesis (E) Master Diploma Thesis (M) Project and Diploma Thesis Topics in DAAS - 2018 Prof Janusz Narkiewicz Below there are areas of topics to be clarified

More information

The Use and Applications of Unmanned- Aerial Systems (UAS) In Agriculture

The Use and Applications of Unmanned- Aerial Systems (UAS) In Agriculture The Use and Applications of Unmanned- Aerial Systems (UAS) In Agriculture R O B E R T A U S T I N, D E P A R T M E N T O F S O I L S C I E N C E N C S T A T E U N I V E R S I T Y DJI Inspire Photo Credit:

More information

A solution to detect and avoid conflicts for civil Remotely-Piloted Aircraft Systems into non-segregated airspaces

A solution to detect and avoid conflicts for civil Remotely-Piloted Aircraft Systems into non-segregated airspaces A solution to detect and avoid conflicts for civil Remotely-Piloted Aircraft Systems into non-segregated airspaces Giovanni Migliaccio, Giovanni Mengali and Roberto Galatolo Department of Civil and Industrial

More information

Avoid communication outages in decentralized planning

Avoid communication outages in decentralized planning Avoid communication outages in decentralized planning Sameera Ponda, Olivier Huber, Han-Lim Choi, Jonathan P. How Dept. of Aeronautics and Astronautics MIT, Cambridge, MA, sponda@mit.edu Département EEA,

More information

Guidance and obstacle avoidance of MAV in uncertain urban environment

Guidance and obstacle avoidance of MAV in uncertain urban environment Guidance and obstacle avoidance of MAV in uncertain urban environment C. Kownacki Technical University of Białystok, ul. Wiejska 45C, 15-815 Białystok, Poland ABSTRACT Obstacle avoidance and guidance of

More information

Real-Time Trajectory Generation for Autonomous Nonlinear Flight Systems

Real-Time Trajectory Generation for Autonomous Nonlinear Flight Systems Real-Time Trajectory Generation for Autonomous Nonlinear Flight Systems AF02T002 Phase II Final Report Contract No. FA9550-04-C-0032 Principal Investigators Michael Larsen Information Systems Laboratory

More information

Position and Piecewise Velocity

Position and Piecewise Velocity Math Objectives Students will modify a piecewise linear graph of velocity to model a scenario. Students will make connections between a graph of an object s velocity and a corresponding graph of an object

More information

Accelerating solutions for highway safety, renewal, reliability, and capacity. Connected Vehicles and the Future of Transportation

Accelerating solutions for highway safety, renewal, reliability, and capacity. Connected Vehicles and the Future of Transportation Accelerating solutions for highway safety, renewal, reliability, and capacity Regional Operations Forums Connected Vehicles and the Future of Transportation ti Session Overview What are connected and automated

More information

UAV Autonomous Navigation in a GPS-limited Urban Environment

UAV Autonomous Navigation in a GPS-limited Urban Environment UAV Autonomous Navigation in a GPS-limited Urban Environment Yoko Watanabe DCSD/CDIN JSO-Aerial Robotics 2014/10/02-03 Introduction 2 Global objective Development of a UAV onboard system to maintain flight

More information

LIDAR MAPPING FACT SHEET

LIDAR MAPPING FACT SHEET 1. LIDAR THEORY What is lidar? Lidar is an acronym for light detection and ranging. In the mapping industry, this term is used to describe an airborne laser profiling system that produces location and

More information

Safe Prediction-Based Local Path Planning using Obstacle Probability Sections

Safe Prediction-Based Local Path Planning using Obstacle Probability Sections Slide 1 Safe Prediction-Based Local Path Planning using Obstacle Probability Sections Tanja Hebecker and Frank Ortmeier Chair of Software Engineering, Otto-von-Guericke University of Magdeburg, Germany

More information

2 nd Cybersecurity Workshop Test and Evaluation to Meet the Advanced Persistent Threat

2 nd Cybersecurity Workshop Test and Evaluation to Meet the Advanced Persistent Threat 2 nd Cybersecurity Workshop Test and Evaluation to Meet the Advanced Persistent Threat Faye Francy Aviation ISAC February 2015 Company Organization Corporate Defense, Space & Security Boeing Capital Corporation

More information

Using Simulation to Define and allocate probabilistic Requirements

Using Simulation to Define and allocate probabilistic Requirements Using Simulation to Define and allocate probabilistic Requirements Yvonne Bijan Henson Graves October 2009 2009 Lockheed Martin Corporation Introduction General thesis Integration of model-based system

More information

!"#$"%"& When can a UAV get smart with its operator, and say 'NO!'? Jerry Ding**, Jonathan Sprinkle*, Claire J. Tomlin**, S.

!#$%& When can a UAV get smart with its operator, and say 'NO!'? Jerry Ding**, Jonathan Sprinkle*, Claire J. Tomlin**, S. Arizona s First University. When can a UAV get smart with its operator, and say 'NO!'? Jerry Ding**, Jonathan Sprinkle*, Claire J. Tomlin**, S. Shankar Sastry**!"#$"%"&!"#"$"%"&"'"("$")"*""+",""-"."/"$","+"'"#"$".!"#"$"%"&"'"("$")"*""+",""-"."/"$","+"'"#"$".

More information

Multiple UAV Path Planning using Anytime Algorithms

Multiple UAV Path Planning using Anytime Algorithms 29 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June -2, 29 ThB.3 Multiple UA Path Planning using Anytime Algorithms P. B. Sujit and Randy Beard Abstract We address the problem

More information

Obstacle Avoidance Project: Final Report

Obstacle Avoidance Project: Final Report ERTS: Embedded & Real Time System Version: 0.0.1 Date: December 19, 2008 Purpose: A report on P545 project: Obstacle Avoidance. This document serves as report for P545 class project on obstacle avoidance

More information

AIAA ANERS Radar Trajectory Processing Technique for Merged Data Sources. April 21, 2017 Prepared by Bao Tong. Federal Aviation Administration

AIAA ANERS Radar Trajectory Processing Technique for Merged Data Sources. April 21, 2017 Prepared by Bao Tong. Federal Aviation Administration AIAA ANERS 2017 Administration Radar Trajectory Processing Technique for Merged Data Sources April 21, 2017 Prepared by Bao Tong Federal 0 Aviation Administration 0 Introduction The FAA has access to multiple

More information

Attack Resilient State Estimation for Vehicular Systems

Attack Resilient State Estimation for Vehicular Systems December 15 th 2013. T-SET Final Report Attack Resilient State Estimation for Vehicular Systems Nicola Bezzo (nicbezzo@seas.upenn.edu) Prof. Insup Lee (lee@cis.upenn.edu) PRECISE Center University of Pennsylvania

More information

Short recap of (our) current state-based displays. Conclusions from current work: Issues with current ASAS displays

Short recap of (our) current state-based displays. Conclusions from current work: Issues with current ASAS displays Outline Short recap of (our) current state-based displays Conclusions from current work: Issues with current ASAS displays Proposal for an experiment: Situation awareness with a co-planar display concept

More information

Path Planning. Marcello Restelli. Dipartimento di Elettronica e Informazione Politecnico di Milano tel:

Path Planning. Marcello Restelli. Dipartimento di Elettronica e Informazione Politecnico di Milano   tel: Marcello Restelli Dipartimento di Elettronica e Informazione Politecnico di Milano email: restelli@elet.polimi.it tel: 02 2399 3470 Path Planning Robotica for Computer Engineering students A.A. 2006/2007

More information

Optimal Path Finding for Direction, Location and Time Dependent Costs, with Application to Vessel Routing

Optimal Path Finding for Direction, Location and Time Dependent Costs, with Application to Vessel Routing 1 Optimal Path Finding for Direction, Location and Time Dependent Costs, with Application to Vessel Routing Irina S. Dolinskaya Department of Industrial Engineering and Management Sciences Northwestern

More information

THE AIVA FLY-BY-WIRELESS UAV PLATFORM

THE AIVA FLY-BY-WIRELESS UAV PLATFORM THE AIVA FLY-BY-WIRELESS UAV PLATFORM The AIVA project concerns to an UAV aimed to perform aerial surveillance, forest fire detection and also to monitor high voltage cables for stress or failures. The

More information

Wake Vortex Tangential Velocity Adaptive Spectral (TVAS) Algorithm for Pulsed Lidar Systems

Wake Vortex Tangential Velocity Adaptive Spectral (TVAS) Algorithm for Pulsed Lidar Systems Wake Vortex Tangential Velocity Adaptive Spectral (TVAS) Algorithm for Pulsed Lidar Systems Hadi Wassaf David Burnham Frank Wang Communication, Navigation, Surveillance (CNS) and Traffic Management Systems

More information

Optimal Configuration of Compute Nodes for Synthetic Aperture Radar Processing

Optimal Configuration of Compute Nodes for Synthetic Aperture Radar Processing Optimal Configuration of Compute Nodes for Synthetic Aperture Radar Processing Jeffrey T. Muehring and John K. Antonio Deptartment of Computer Science, P.O. Box 43104, Texas Tech University, Lubbock, TX

More information

Merging of Flight Test Data within the UMAT TDS

Merging of Flight Test Data within the UMAT TDS Merging of Flight Test Data within the UMAT TDS Tjorven Gerhard 1, Tobias Paul 1 1 ESG Elektroniksystem- und Logistik GmbH, Fürstenfeldbruck, Germany tobias.paul@esg.de Abstract: In close cooperation with

More information

En Route Automation Infrastructure In Transition

En Route Automation Infrastructure In Transition En Route Automation Infrastructure In Transition Presented at NEXTOR s NAS Infrastructure in Transition Conference Reza Eftekari June 13, 2006 1 2006 The MITRE Corporation. All rights reserved. From NAS

More information

Artificial Intelligence for Real Airplanes

Artificial Intelligence for Real Airplanes Artificial Intelligence for Real Airplanes FAA-EUROCONTROL Technical Interchange Meeting / Agency Research Team Machine Learning and Artificial Intelligence Chip Meserole Sherry Yang Airspace Operational

More information

GPS/GIS Activities Summary

GPS/GIS Activities Summary GPS/GIS Activities Summary Group activities Outdoor activities Use of GPS receivers Use of computers Calculations Relevant to robotics Relevant to agriculture 1. Information technologies in agriculture

More information

COMPLETE AND SCALABLE MULTI-ROBOT PLANNING IN TUNNEL ENVIRONMENTS. Mike Peasgood John McPhee Christopher Clark

COMPLETE AND SCALABLE MULTI-ROBOT PLANNING IN TUNNEL ENVIRONMENTS. Mike Peasgood John McPhee Christopher Clark COMPLETE AND SCALABLE MULTI-ROBOT PLANNING IN TUNNEL ENVIRONMENTS Mike Peasgood John McPhee Christopher Clark Lab for Intelligent and Autonomous Robotics, Department of Mechanical Engineering, University

More information

DYNAMICS OF A VORTEX RING AROUND A MAIN ROTOR HELICOPTER

DYNAMICS OF A VORTEX RING AROUND A MAIN ROTOR HELICOPTER DYNAMICS OF A VORTEX RING AROUND A MAIN ROTOR HELICOPTER Katarzyna Surmacz Instytut Lotnictwa Keywords: VORTEX RING STATE, HELICOPTER DESCENT, NUMERICAL ANALYSIS, FLOW VISUALIZATION Abstract The main goal

More information

Aerial Visual Intelligence for GIS

Aerial Visual Intelligence for GIS Aerial Visual Intelligence for GIS Devon Humphrey Geospatial Consultant copyright 2013 waypoint mapping LLC 1 Just a few definitions (Pop quiz at the end of presentation...) Unmanned Aerial wing or rotor

More information

AN AIRBORNE SYNTHETIC VISION SYSTEM WITH HITS SYMBOLOGY USING X-PLANE FOR A HEAD UP DISPLAY

AN AIRBORNE SYNTHETIC VISION SYSTEM WITH HITS SYMBOLOGY USING X-PLANE FOR A HEAD UP DISPLAY AN AIRBORNE SYNTHETIC VISION SYSTEM WITH HITS SYMBOLOGY USING X-PLANE FOR A HEAD UP DISPLAY Dr. M. C. Ertem, University Research Foundation, Greenbelt, MD 0770 Abstract Highway-In-The-Sky (HITS) trajectories

More information

Edwards Air Force Base Accelerates Flight Test Data Analysis Using MATLAB and Math Works. John Bourgeois EDWARDS AFB, CA. PRESENTED ON: 10 June 2010

Edwards Air Force Base Accelerates Flight Test Data Analysis Using MATLAB and Math Works. John Bourgeois EDWARDS AFB, CA. PRESENTED ON: 10 June 2010 AFFTC-PA-10058 Edwards Air Force Base Accelerates Flight Test Data Analysis Using MATLAB and Math Works A F F T C m John Bourgeois AIR FORCE FLIGHT TEST CENTER EDWARDS AFB, CA PRESENTED ON: 10 June 2010

More information

Large Scale Test Simulations using the Virtual Environment for Test Optimization

Large Scale Test Simulations using the Virtual Environment for Test Optimization Large Scale Test Simulations using the Virtual Environment for Test Optimization (VETO) S. E. Klenke, S. R. Heffelfinger, H. J. Bell and C. L. Shierling Sandia National Laboratories Albuquerque, New Mexico

More information

A Reactive Bearing Angle Only Obstacle Avoidance Technique for Unmanned Ground Vehicles

A Reactive Bearing Angle Only Obstacle Avoidance Technique for Unmanned Ground Vehicles Proceedings of the International Conference of Control, Dynamic Systems, and Robotics Ottawa, Ontario, Canada, May 15-16 2014 Paper No. 54 A Reactive Bearing Angle Only Obstacle Avoidance Technique for

More information

Computer Vision See and Avoid Simulation using OpenGL and OpenCV

Computer Vision See and Avoid Simulation using OpenGL and OpenCV Computer Vision See and Avoid Simulation using OpenGL and OpenCV Technical Report # CSS17-01 Morgan, Andrew Youngstown State University asmorgan@student.ysu.edu Jones, Zach Marshall University jones867@marshall.edu

More information

DRAFT Validation Cross Reference Index. for the

DRAFT Validation Cross Reference Index. for the DRAFT Cross Reference Index for the SARPS and Version 1.1 20 February 2004 Change Record Date/Version 31 March 2003, V0.1 27 May 2003, V0.2 15 June 2003, V0.3 29 Aug 2003, V0.4 12 Sept 2003, V0.5 21 Oct

More information

An Arduino-Based System for Controlling UAVs through GSM

An Arduino-Based System for Controlling UAVs through GSM An Arduino-Based System for Controlling UAVs through GSM Perla Krishnakanth Department of Embedded Systems, Nova College of Engineering and Technology, Hyderabad, Telangana 501512, India. Abstract: Long

More information

AIRBORNE COLLISION AVOIDANCE CONSIDERATIONS FOR SIMULTANEOUS PARALLEL APPROACH OPERATIONS

AIRBORNE COLLISION AVOIDANCE CONSIDERATIONS FOR SIMULTANEOUS PARALLEL APPROACH OPERATIONS AIRBORNE COLLISION AVOIDANCE CONSIDERATIONS FOR SIMULTANEOUS PARALLEL APPROACH OPERATIONS Sheila R. Conway, Mary Beth Lapis, Jeffery D. Musiak, Michael L. Ulrey (The Boeing Company) Christian Hanses -

More information

Cluster Subgraphs Example, With Tile Graphs. Alternatives. Cluster Subgraphs. Cluster Subgraphs Example, With Tile Graphs

Cluster Subgraphs Example, With Tile Graphs. Alternatives. Cluster Subgraphs. Cluster Subgraphs Example, With Tile Graphs Alternatives Cluster Subgraphs Example, With Tile Graphs Replace a cluster with a small subgraph instead of a single node. e.g. represent entry/exit points run path-finding on the abstract graph to find

More information

Complex behavior emergent from simpler ones

Complex behavior emergent from simpler ones Reactive Paradigm: Basics Based on ethology Vertical decomposition, as opposed to horizontal decomposition of hierarchical model Primitive behaviors at bottom Higher behaviors at top Each layer has independent

More information

Remote Sensing Sensor Integration

Remote Sensing Sensor Integration Remote Sensing Sensor Integration Erica Tharp LiDAR Supervisor Table of Contents About 3001 International Inc Remote Sensing Platforms Why Sensor Integration? Technical Aspects of Sensor Integration Limitations

More information

Announcements. Exam #2 next Thursday (March 13) Covers material from Feb. 11 through March 6

Announcements. Exam #2 next Thursday (March 13) Covers material from Feb. 11 through March 6 Multi-Robot Path Planning and Multi-Robot Traffic Management March 6, 2003 Class Meeting 16 Announcements Exam #2 next Thursday (March 13) Covers material from Feb. 11 through March 6 Up to Now Swarm-Type

More information

TERMS OF REFERENCE. Special Committee (SC) 223

TERMS OF REFERENCE. Special Committee (SC) 223 REQUESTOR: TERMS OF REFERENCE Special Committee (SC) 223 Internet Protocol Suite (IPS) and Aeronautical Mobile Airport Communication System (AeroMACS) (Version 3) FAA ANG-B Organization Person ANG-B/Michelle

More information

AIR FORCE INSTITUTE OF TECHNOLOGY

AIR FORCE INSTITUTE OF TECHNOLOGY Feasibility of Onboard Processing of Heuristic Path Planning and Navigation Algorithms within SUAS Autopilot Computational Constraints THESIS MARCH 2014 Charles J. Neal, Captain, USAF AFIT-ENV-14-M-44

More information

JARUS RECOMMENDATIONS ON THE USE OF CONTROLLER PILOT DATA LINK COMMUNICATIONS (CPDLC) IN THE RPAS COMMUNICATIONS CONTEXT

JARUS RECOMMENDATIONS ON THE USE OF CONTROLLER PILOT DATA LINK COMMUNICATIONS (CPDLC) IN THE RPAS COMMUNICATIONS CONTEXT Joint Authorities for Rulemaking of Unmanned Systems JARUS RECOMMENDATIONS ON THE USE OF CONTROLLER PILOT DATA LINK COMMUNICATIONS (CPDLC) IN THE RPAS COMMUNICATIONS CONTEXT DOCUMENT IDENTIFIER : JAR_DEL_WG5_D.04

More information

Aided-inertial for Long-term, Self-contained GPS-denied Navigation and Mapping

Aided-inertial for Long-term, Self-contained GPS-denied Navigation and Mapping Aided-inertial for Long-term, Self-contained GPS-denied Navigation and Mapping Erik Lithopoulos, Louis Lalumiere, Ron Beyeler Applanix Corporation Greg Spurlock, LTC Bruce Williams Defense Threat Reduction

More information

HELICOPTER LOW LEVEL FLIGHT USING TRAJECTORY PLANNING AND OBSTACLE AVOIDANCE

HELICOPTER LOW LEVEL FLIGHT USING TRAJECTORY PLANNING AND OBSTACLE AVOIDANCE 25 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES HELICOPTER LOW LEVEL FLIGHT USING TRAJECTORY PLANNING AND OBSTACLE AVOIDANCE Volker Gollnick* and Torsten Butter, Bernhard Reppelmund + Eurocopter

More information

Integrated Multi-Source LiDAR and Imagery

Integrated Multi-Source LiDAR and Imagery Figure 1: AirDaC aerial scanning system Integrated Multi-Source LiDAR and Imagery The derived benefits of LiDAR scanning in the fields of engineering, surveying, and planning are well documented. It has

More information

Horizontal Flight Dynamics Simulations using a Simplified Airplane Model and Considering Wind Perturbation

Horizontal Flight Dynamics Simulations using a Simplified Airplane Model and Considering Wind Perturbation Horizontal Flight Dynamics Simulations using a Simplified Airplane Model and Considering Wind Perturbation Dan N. DUMITRIU*,1,2, Andrei CRAIFALEANU 2, Ion STROE 2 *Corresponding author *,1 SIMULTEC INGINERIE

More information

Motion Planning for an Autonomous Helicopter in a GPS-denied Environment

Motion Planning for an Autonomous Helicopter in a GPS-denied Environment Motion Planning for an Autonomous Helicopter in a GPS-denied Environment Svetlana Potyagaylo Faculty of Aerospace Engineering svetapot@tx.technion.ac.il Omri Rand Faculty of Aerospace Engineering omri@aerodyne.technion.ac.il

More information

Federal Government. Each fiscal year the Federal Government is challenged CATEGORY MANAGEMENT IN THE WHAT IS CATEGORY MANAGEMENT?

Federal Government. Each fiscal year the Federal Government is challenged CATEGORY MANAGEMENT IN THE WHAT IS CATEGORY MANAGEMENT? CATEGORY MANAGEMENT IN THE Federal Government Each fiscal year the Federal Government is challenged to accomplish strategic goals while reducing spend and operating more efficiently. In 2014, the Federal

More information

NAVIGATION AND ELECTRO-OPTIC SENSOR INTEGRATION TECHNOLOGY FOR FUSION OF IMAGERY AND DIGITAL MAPPING PRODUCTS. Alison Brown, NAVSYS Corporation

NAVIGATION AND ELECTRO-OPTIC SENSOR INTEGRATION TECHNOLOGY FOR FUSION OF IMAGERY AND DIGITAL MAPPING PRODUCTS. Alison Brown, NAVSYS Corporation NAVIGATION AND ELECTRO-OPTIC SENSOR INTEGRATION TECHNOLOGY FOR FUSION OF IMAGERY AND DIGITAL MAPPING PRODUCTS Alison Brown, NAVSYS Corporation Paul Olson, CECOM Abstract Several military and commercial

More information

INTEGRATING LOCAL AND GLOBAL NAVIGATION IN UNMANNED GROUND VEHICLES

INTEGRATING LOCAL AND GLOBAL NAVIGATION IN UNMANNED GROUND VEHICLES INTEGRATING LOCAL AND GLOBAL NAVIGATION IN UNMANNED GROUND VEHICLES Juan Pablo Gonzalez*, William Dodson, Robert Dean General Dynamics Robotic Systems Westminster, MD Alberto Lacaze, Leonid Sapronov Robotics

More information

Datalink performances

Datalink performances Datalink performances Outcome of the Datalink Performance Monitoring activities Jacky Pouzet Head of Communication and Frequency Coordination Unit WAC Madrid, March 2018 The Big Picture EC EASA Reminder:

More information

AMSC/CMSC 664 Final Presentation

AMSC/CMSC 664 Final Presentation AMSC/CMSC 664 Final Presentation May 9, 2017 Jon Dehn Advisor: Dr. Sergio Torres, Leidos Corporation Project Goal Build a framework for testing compute-intensive algorithms in air traffic management First

More information

SAPR platforms and EW multifunctional technology needs. Sergio Attilio Jesi 18 of June 2015, Rome

SAPR platforms and EW multifunctional technology needs. Sergio Attilio Jesi 18 of June 2015, Rome SAPR platforms and EW multifunctional technology needs Sergio Attilio Jesi 18 of June 2015, Rome PROPRIETARY NOTICE The information contained in this docum ent is th e property of ELETTRONICA S.p.A. Use

More information

Lessons learned: WakeScene Results of quantitative (Monte Carlo) simulation studies

Lessons learned: WakeScene Results of quantitative (Monte Carlo) simulation studies Lessons learned: WakeScene Results of quantitative (Monte Carlo) simulation studies Jan Kladetzke DLR, Oberpfaffenhofen, Institut für Robotik und Mechatronik Jan Kladetzke 01/06/2010 Contents History of

More information

Residual Advantage Learning Applied to a Differential Game

Residual Advantage Learning Applied to a Differential Game Presented at the International Conference on Neural Networks (ICNN 96), Washington DC, 2-6 June 1996. Residual Advantage Learning Applied to a Differential Game Mance E. Harmon Wright Laboratory WL/AAAT

More information