Yuval Kovler Yuri Bakulin Maxim Kirilov.

Slides:



Advertisements
Similar presentations
Mobile Robot ApplicationsMobile Robot Applications Textbook: –T. Bräunl Embedded Robotics, Springer 2003 Recommended Reading: 1. J. Jones, A. Flynn: Mobile.
Advertisements

Robot Sensor Networks. Introduction For the current sensor network the topography and stability of the environment is uncertain and of course time is.
How to. Select members. Here are three ways to find people: Method #1 Find people by scrolling through your Hangouts list.
A CTIVITY M OVEMENT TASK USING SENSORS - HUMANS AND ROBOTS (75 MINUTES ) 1.
Project Members: Yuri Bakulin Maxim Kirilov Yuval Kovler Academic Advisor : Prof. Yuval Elovici Technical Advisor : Rami Puzis.
. Website and file organization. How websites work.
Weed Reaper Roscoe Kane, John Audlin, John Barton and Marcus Ortuno.
S A B D C T = 0 S gets message from above and sends messages to A, C and D S.
Grading for ELE 5450 Assignment 28% Short test 12% Project 60%
Efficient Path Determining Robot RIT Computer Engineering Senior Design Project Jamie Greenberg Jason Torre October 26, 2004 A motorized robot will navigate.
Surveillance camera in terms of business. Index *surveillance systems * Types of control systems * Elements of control systems * Types of monitoring camera.
Introduction to psychological testing
Welcome to Week 5 at the Summer Computer Club GPS and Geocaching.
AS ICT.  A portable communication device is a pocket sized device that is carried around by an individual  They typically have a display screen with.
P14215 AUTONOMOUS WANDERING AMBASSADOR What is the project about? The objective of this project is to modify a currently remote controlled robot so that.
Embedded Microcomputer Systems Andrew Karpenko 1 Prepared for Technical Presentation February 25 th, 2011.
Methods of communication
Augmented Reality New Trend in Education Adoracion C. Cunanan Presenter.
© Manfred Huber Autonomous Robots Robot Path Planning.
Robot Autonomous Perception Model For Internet-Based Intelligent Robotic System By Sriram Sunnam.
ROBOTS Presented by Zainab. DEFINITION: A robot is an automatic, servo-controlled, freely programmable, multi-purpose manipulator with several degrees.
Marketing Management 6.01 Part 3 The Production Process.
The Eos-Explorer CHENRAN YE IMDE ECE 4665/5666 Fall 2011.
TEAM AR.DRONE Final presentation Ingredients AR drone Drone moving API -Compass -front Camera -bottom Camera.
Intelligent Ground Vehicle Competition Navigation Michael Lebson - James McLane - Image Processing Hamad Al Salem.
Phong Le (EE) Josh Haley (CPE) Brandon Reeves (EE) Jerard Jose (EE)
Robotics Challenges. Challenge Slide 2 Have your robot make a left curved turn around your Lego person. Go forward, then reverse. Come to a stop, play.
M. A. R. S. Mars Aerial Reconnaissance Simulation.
Home and Personal Communication Systems Lesson 7 – Personal Connections.
People have used the power of wind for thousands of years.
CSE Senior Design I Superior Designs, Inc. Fall 2011 Preliminary Project List (for delivery August 2011) Instructor: Mike O’Dell.
Optic Flow QuadCopter Control
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
What you need to know.  Each TDI vessel is equipped with satellite communications that supplies a LOW BANDWIDTH internet connection. Even though the.
Auto-Park for Social Robots By Team I. Meet the Team Alessandro Pinto ▫ UTRC, Sponsor Dorothy Kirlew ▫ Scrum Master, Software Mohak Bhardwaj ▫ Vision.
SATELLITE AND MOBILE NETWORK COMMUNICATION
Helpful Tips for your Corporate Mobile Device
- Usable range of 0 to 6 feet. - Find dark or bright areas.
Face Detection and Notification System Conclusion and Reference
Instructor Materials Chapter 5: Dynamic Routing
Security service management of tomorrow
ORTOP Workshop 3 Robot Navigation & Missions
Asynchronous Task (AsyncTask) in Android
Marketing Management 6.01 Part 3
ROUTERS AND REDUNDANCY
Routers and Redundancy
Autonomous Robot Platform
Autonomous Robot Platform
Installation and maintenance hardware.
OCR AS Level F451: Data transmission
Charles Cole Mark Cerritelli Matthew Fister Mine Yalcinalp.
Chapter 5: Dynamic Routing
Case Study Autonomous Cars 9/21/2018.
Microsoft Visual Basic 2005 BASICS
Working Principle of Blind Spot Detection Technology in Cars
Way to Jumpstart your Car With a Bad Alternator
A.R Drone Navigation Authors: Yuri Bakulin, Maxim Kirilov,
Principles of Art Notes Page.
A.R Drone Navigation Yuval Kovler Yuri Bakulin Maxim Kirilov
Uncontrolled copy not subject to amendment
Fundamentals of Data Representation
Viability of vanishing point navigation for mobile devices
BUSINESS IN OUR ECONOMY
Robot Lawn Mower Jillian Trout.
ACTIVITY MOVEMENT TASK USING SENSORS - HUMANS AND ROBOTS (75 MINUTES)
Node-Based Range Extending Recon Drone
Market-based Dynamic Task Allocation in Mobile Surveillance Systems
A.R Drone Navigation Authors: Yuri Bakulin, Maxim Kirilov,
Intro to Robotics It’s YOUR FUTURE.
A.R Drone Navigation Yuval Kovler Yuri Bakulin Maxim Kirilov
Presentation transcript:

Yuval Kovler Yuri Bakulin Maxim Kirilov

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.

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.

One of the fundamental problems of mobile robotics is to autonomously navigate a given route. Open Space Navigation.

The university researchers team and students. Hard workers that do routine work and all their employees, (e.g. farmers etc…)

Image analysis. Deduction of navigation directions from navigation markers. Computer calculates the next steps of the AR Drone.

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.

Usage 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.

Usage 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).