Difference between revisions of "Autonomous Drone"

From ivc wiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:


== Video ==
== Video ==
To see the functionality of the system in action, view the video below.
To see the functionality of the drone line correction part of the system in action, view the video below.


<html><object width="640" height="360"><param name="movie" value="http://www.youtube-nocookie.com/v/fFtJzdZ_yTQ?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/fFtJzdZ_yTQ?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object></html>
<html><object width="640" height="360"><param name="movie" value="http://www.youtube-nocookie.com/v/fFtJzdZ_yTQ?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/fFtJzdZ_yTQ?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object></html>
Line 22: Line 22:
The following report contains all the details of the system, implementation and code, unfortunately it's in Norwegian but the photos, diagrams and code do tell part of the story.
The following report contains all the details of the system, implementation and code, unfortunately it's in Norwegian but the photos, diagrams and code do tell part of the story.
* [http://beta.ivc.no/electronics/ele300_mas302_hovedprosjektrapport.pdf Autonom prosess for posisjonering av servicepunkt og transport av objekter] (Norwegian) - PDF
* [http://beta.ivc.no/electronics/ele300_mas302_hovedprosjektrapport.pdf Autonom prosess for posisjonering av servicepunkt og transport av objekter] (Norwegian) - PDF
== Download ==
* [http://beta.ivc.no/electronics/uia_2012_research_project_codebase.zip UiA 2012 Research Project] - Download the C code for all the processes

Latest revision as of 16:26, 7 September 2013

Autonomous drone overview.jpg

A bachelors project to create an autonomous system for detection of service points on the ground and delivery of objects between depots. The project was centered around flying drone and all the necessary components was developed to produce a complete system.

Outline

The following specifications was put together by the group in the pre-project phase:

  • Develop a proof-of-concept of an autonomous process for moving objects between base stations
  • Incorporate tasks needed by the industry, surveillance and rescue operations
  • Base the system on a pre-built ready-to-go flying quadcopter drone
  • Include a service station for recharging the batteries on the drone
  • Build a platform for transportation of small objects, e.g. tools and measuring devices
  • Use sensors to detect and identify the object on the platform
  • Construct a down-scaled model for indoor demonstration
  • Develop a Java console for remote control and status
  • Use wireless communication channel for continuous data stream

Video

To see the functionality of the drone line correction part of the system in action, view the video below.

Report

The following report contains all the details of the system, implementation and code, unfortunately it's in Norwegian but the photos, diagrams and code do tell part of the story.

Download