Difference between revisions of "PetDrone"

From AIRWiki
Jump to: navigation, search
(Useful readings)
Line 34: Line 34:
  
 
*Predator algorithm, TLD(Tracking-Learning-Detection)[http://personal.ee.surrey.ac.uk/Personal/Z.Kalal/tld.html]
 
*Predator algorithm, TLD(Tracking-Learning-Detection)[http://personal.ee.surrey.ac.uk/Personal/Z.Kalal/tld.html]
 +
 +
== Final result ==
 +
Base on OpenCV, ROS and TLD algorithm, let the AR.drone can detect multi objects and response as a pet. Following it's detailed description,
 +
 +
When the drone see my shoe it will take off.
 +
When the drone see the brand of AIRLab it will dance.
 +
When the drone see the pizza it will land.

Revision as of 13:30, 11 June 2013

PetDrone
Short Description: The goal of the project is to develop a drone able to interactive with people like a pet in some aspects.
Coordinator: AndreaBonarini (andrea.bonarini@polimi.it)
Tutor: AndreaBonarini (andrea.bonarini@polimi.it)
Collaborator:
Students: ZhizhongLi (zhizhong.li@mail.polimi.it)
Research Area: Robotics
Research Topic: Robot development
Start: 4/04/2013
Status: Active
Level: Bs

Goal

The goal of this project is to develop a robot pet, which means letting the drone behave like a pet in some aspects.

Motivation

Create a interactive Robogame based on AR.Drone.

Useful readings

ROS

  • ardrone driver [1]
  • gui controller, drone controller, and drone state estimation [2]
  • Interfacing ROS with OpenCV [3]

Object Detection

  • OpenCV, Feature Detection(SIFT/SURF)[4]
  • OpenCV, Object Detection[5]
  • Predator algorithm, TLD(Tracking-Learning-Detection)[6]

Final result

Base on OpenCV, ROS and TLD algorithm, let the AR.drone can detect multi objects and response as a pet. Following it's detailed description,

When the drone see my shoe it will take off. When the drone see the brand of AIRLab it will dance. When the drone see the pizza it will land.