GithubHelp home page GithubHelp logo

gispda / aircraft-collision-avoidance-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ckyy5770/aircraft-collision-avoidance-system

0.0 1.0 0.0 284 KB

Hybrid System Project - Dec.2016

MATLAB 100.00%

aircraft-collision-avoidance-system's Introduction

Aircraft-Collision-Avoidance-System

Hybrid System Project - Dec.2016

Brief Description

The goal of this project is to design an aircraft controller that navigates the aircraft from source to destination while ensuring that it does not collide with other aircraft in its path. The controller gets information about the current location and the target location of the aircraft. Further, it receives messages from aircraft in its vicinity and uses this information to navigate the aircraft and avoid collision with other aircraft

In this project, we will look at a simplified controller design problem as follows:

  • The aircraft will fly in a 2-D plane. Its source and destination are integer-valued points in the plane.

  • The aircraft flies with a constant velocity v=1km/minuate along either X-axis or Y-axis.

  • The aircraft controller can update direction of flight every k=1 minutes. Note that, it can decide to either fly straight or rotate left or right by 90 degrees but not turn back.

  • At the beginning of every k=1 minutes, The controller can exchange messages with any aircraft in a square region with side length 2q=4km (communication zone) in the vicinity of the aircraft as shown in the figure 1. Based on the messages received and the current state of the aircraft, the controller can update the direction of flight

  • Collision Avoidance: Each aircraft has a square region with side length 2d=1km ( danger zone ) around it such that no aircraft should enter this region at any time during the flight as shown in figure 1.

  • The source locations are distinct locations for different aircraft.

  • Once an aircraft reaches its destination, it is no longer a threat and collision avoidance is not required for this aircraft. Also, the air craft stops sending messages to the other aircraft in its vicinity.

  • Further, we assume that the airspace consists only of two aircraft that start at time t=0. The goal here is to design a controller ( same algorithm for both aircraft ) that ensures that each aircraft reaches its destination in as small time as possible while ensuring collision avoidance. In the problem, the sources and destinations for aircraft are provided as parameters and the designed controller should work with all such sourcedestination pairs.

aircraft-collision-avoidance-system's People

Contributors

ckyy5770 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.