1 / 6

EECS 541/542

EECS 541/542. Rebekah Patterson Ty Hayden Paul Bennett. Project Objectives. Integrate GPS with AR.Drone 2 so that it is capable of autonomous flight Flight is based off of a route specified on Android application. Approach. Originally started with external Arduino

hana
Download Presentation

EECS 541/542

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EECS 541/542 Rebekah Patterson Ty Hayden Paul Bennett

  2. Project Objectives • Integrate GPS with AR.Drone 2 so that it is capable of autonomous flight • Flight is based off of a route specified on Android application

  3. Approach • Originally started with external Arduino • Currently no external hardware besides GPS • GPS connects directly to USB Port on Drone • Android application

  4. GPS and Flight Implementation • Upgraded Drone Firmware = Enabled USB • No driver for GPS on Drone, requires install of generic USB modem kernel extension • Data accessible on /dev/ttyACM0 • Flight implementation is not complete • Uses algorithm based off of two points to rotate towards target

  5. Android Application Implementation Simple map with point markers Select points, sends in array to Drone through UDP

  6. Lessons Learned • Integration of new hardware with existing platform • How Linux operates with different devices and communication with them • Development of Android application with integrated maps

More Related