https://github.com/aidanmelen/seniorproject
Westminster College Senior Research Project: Collision Avoidance Quadcopter
https://github.com/aidanmelen/seniorproject
Last synced: 3 months ago
JSON representation
Westminster College Senior Research Project: Collision Avoidance Quadcopter
- Host: GitHub
- URL: https://github.com/aidanmelen/seniorproject
- Owner: aidanmelen
- Created: 2016-03-28T02:38:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T02:51:06.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T15:52:07.533Z (4 months ago)
- Language: Arduino
- Homepage:
- Size: 29.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Westminster College Senior Research Project: Collision Avoidance Quadcopter
**Author:** Aidan Melen
**Description:**
In this project, a remote controlled quadcopter capable of detecting and reacting to nearby objects is explored. The purpose of this project is to reduce the responsibilities a pilot will have in regards to crash avoidance. The quadcopter is expected to contain the following attributes: stability will be determined by the flight controller, an array of onboard ultrasonic sonar sensors will provide object detection, and an Arduino Mega ADK microcontroller will execute the avoidance protocol. As a result, the quad will remain fixed in a relative point in space until an object triggers the aircraft to perform an avoidance maneuver, thereby directing the craft to safety.
**Hardware Abstraction:**

## Setup Local Repository
```
git init
git remote add origin https://github.com/aidanmelen/SeniorProject
git pull origin master
```## Contact