a.r drone navigation

11
A.R Drone Navigation http://www.cs.bgu.ac.il/~maximkir/ardrone/ Yuval Kovler Yuri Bakulin Maxim Kirilov

Upload: alamea

Post on 23-Mar-2016

95 views

Category:

Documents


4 download

DESCRIPTION

A.R Drone Navigation . Yuval Kovler Yuri Bakulin Maxim Kirilov. http://www.cs.bgu.ac.il/~maximkir/ardrone/. So What is the Project about?. AR Drone – Quadrocopter with 2 video cameras ( front & bottom) and Wi-Fi connectivity. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: A.R Drone Navigation

A.R Drone Navigation

:// . . . . /~ / /http www cs bgu ac il maximkir ardrone

Yuval Kovler Yuri Bakulin

Maxim Kirilov

Page 2: A.R Drone Navigation

So What is the Project about?• AR Drone – Quadrocopter with 2 video cameras (front & bottom) and Wi-Fi connectivity.

• We want to give the AR Drone the ability to autonomously navigation in a predefined route and recognize physical landmarks.

• Our Goal is to supply a simply, comfortable and a reliable framework.

Page 3: A.R Drone Navigation

Introduction

• Currently our focus is on agricultural applications such as pollination and/or decease identification in plants but there are many use cases.

• We’d like to perform jobs that currently consume a lot of time and manpower in an alternative low cost way.

Page 4: A.R Drone Navigation

The Problem Domain• One of the fundamental problems of mobile

robotics is to autonomously navigate a given route.

• Open Space Navigation.

Page 5: A.R Drone Navigation

The major components in our system are :

Page 6: A.R Drone Navigation

Stakeholders• The university researchers team and

students.

• Hard workers that do routine work and all their employees, (e.g. farmers etc…)

Page 7: A.R Drone Navigation

Functional Requirements• Image analysis.

• Deduction of navigation directions from navigation markers.

• Computer calculates the next steps of the AR Drone.

Page 8: A.R Drone Navigation

Non Functional Requirements• Speed- at least 0.25 m/sec

• Checkpoint detection- at least 90% of check point markers.

• The AR Drone path could be set in any open space.

Page 9: A.R Drone Navigation

Usage ScenariosUsage Scenario Number 1• Name: Start-up

• Pre-Conditions:• A Path has been marked.• The drone is placed at the starting point. 

• Steps:• The user starts the program.• The drone takes off.• The drone detects the path markers.• The drone flies along the path.• The drone reaches the end of the path and lands.

 • Exceptions:

• If at any point the drone doesn’t detect the path markers:• The drone turns 360 degrees in attempt to locate the markers.• If the marker is found the drone follows the path, otherwise it lands.

Page 10: A.R Drone Navigation

Usage ScenariosUsage Scenario Number 2• Name: Checkpoint detection • Pre-Conditions:• Use case “Start-up” is on-going.

 • Steps:• The drone detects a checkpoint marker.• The drone sends a message to the system identifying the

checkpoint.• The drone performs the callback operation received from

the system in response (currently - the drone hovers above the marker for a few seconds).

Page 11: A.R Drone Navigation

Questions???