Prepared By : wala’ Hamad Khayrieh Homran

Slides:



Advertisements
Similar presentations
CSE 424 Final Presentation Team Members: Edward Andert Shang Wang Michael Vetrano Thomas Barry Roger Dolan Eric Barber Sponsor: Aviral Shrivastava.
Advertisements

Greg Beau SerajAnanya. Outline  Project overview  Project-specific success criteria  Block diagram  Component selection rationale  Packaging design.
Robo-Retriever Pawel Cieslewski EEL IMDL Dr. A. Antonio Arroyo Dr. Eric M. Schwartz.
Group Members: Ala’ Saleh & Nariman Abu Sneineh Supervisor: Dr. Ashraf Armoush © ShakeWake 2014.
Controlling Robot Car via Smartphone Supervisor: Dr. Jamal Kharousheh Prepared by : Hamza Qaddara Esmat Hedariya Hareth Hanani Faculty of Engineering Telecommunication.
SDP 2009 Team Siqueira Rohan Balakrishnan (CSE) Conan Jen (EE) Andrew Lok (EE) Jonathan Tang (EE) MAPPER: A Perfectly Portable Exploration Robot.
Design and Implementation of Metallic Waste Collection Robot
EE3141 Project Methodology. Project area Isaac Y.F. Fung (PhD) Office: CF605 Area: – Software.
Administrative Introduction Our goals for this project is for the two robots to work together intelligently using wireless communication Not only did.
Ruslan Masinjila Aida Militaru.  Nature of the Problem  Our Solution: The Roaming Security Robot  Functionalities  General System View  System Design.
HEAT SEEKER Eduardo Lichtenfels Riccio Oral Presentation IMDL – January 30,2014.
AMMAR HAJ HAMAD IZZAT AL KUKHON SUPERVISOR : DR. LUAI MALHIS Self-Driven Car.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Smart Plant Robot Prepared by Haya De’bas Jumanah Salhab Supervisor Dr. Ra’ed Al-Qadi.
Robot Hand Presented By: Fuad Amira. Reem Salous. Supervisors: Dr. Raed Al Qadi. Dr. Ashraf Armoush.
Juan David Rios IMDL FALL 2012 Dr. Eric M. Schwartz – A. Antonio Arroyo September 18/2012.
GPAR Manar Anabtawi Mays Al-Haj Qasem Dr.Sufyan Samara Prepared by Supervisor Examiners Dr.Luai Malhis Dr.Hanal Abu Zant.
Smart Parking System PREPARED BY : GHADEER AQRAA AND MARAH JABER.
Ouimet Golf Playing Robot - Shashank G. Sawant. Topics covered: Block and Circuit Diagram Sensors : – CMUCAM – OPT101 The mechanical Hardware Behaviour.
Roaming Security Robot Ruslan Masinjila Aida Militaru.
Milestone 1 Pablo Canseco Domenick Albanese Ronald­-Dean Allado Command and Control Subsystem for Regolith Mining Robot.
ECE 477 Final Presentation Team 1  Spring 2013 Zelun Tie Xin Jin Ranmin Chen Hang Xie.
ΜCHIP Micro-Controlled High-tech Independent Putter.
專題 TYWu. Project 1 Function –Spiral Light Show Grade: 60~65 Components –LED Array –Arduino UNO Maximum Team Number –2.
ECE477 Senior Design Android street car Team 12 Libo Dong 1.
 Definition of Micro-Controllers  Comparison between types of Micro- Controllers  Pin Identification of ATMEGA32.
IEEE South East Conference 2016 MID-SEMESTER PRESENTATION.
We thank the Office of Research and Sponsored Programs for supporting this research, and Learning & Technology Services for printing this poster. Miniature.
Fire Ants A Firefighting Robot Team Matt Gough Intelligent Machine Design Lab Fall 2015.
IEEE South East Conference 2016 MID-SEMESTER PRESENTATION.
ECE 445 Group 20 4/23/2012 Kevin Dluzen Jonathan Hall Diyang Qiu.
NASA Robotic Mining Competition. Controllers Arduino Mega - controls motors and sensors Raspberry Pi - Linux based computer that has the autonomous.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
CAPSTONE PROJECT OBJECT FOLLOWING ROBOT Summer 2014.
Tic Tac Toe Game Amna Msalam & Rehan Alashqar Supervised By: Dr. Aladdin Masri & Dr. Emad Natsheh.
Automatic License Plate Recognition for Electronic Payment system Chiu Wing Cheung d.
Python with Raspberry PI Kit
Smart Parking Application
Obstacle avoiding robot { pixel }
Metal Detector Robotic Vehicle
connect a DC-Motor with an arduino
Automatic human detector garbage can.
Processing the image with Python
Smart Car to reduce risk of accident
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
Wala’ Hamad Khayrieh Homran
Air Hockey Robot Students: Abdullah Ahmad & Moath Omar Supervisor:
Robotic Vacuum Cleaner
Smart Car to reduce risk of accident
Smart Car Robot Prepared by Supervised by Mai Asem Abushamma
Semi-Autonomous Car Prepared by: Sahar Qawariq & Deema Hamdan
‘SONAR’ using Arduino & ultrasonic distance sensor
Shopping for the blind Prepared by : Mostafa Alshaer Khaled Kayed
Balanduino Supervisor: Dr. Raed Al-Qadi Prepared by: Nadeen Kalboneh Nardeen Mabrouk.
Android Street Car Team 12 Zongyang Zhu ECE 477 Senior Design Project
CS 7455 Term Project Robot control by Machine learning
CAPA Bot: Captain’s Autonomous Personal Assistant Robot
Finding Missing Personal Things Using Bluetooth Technology
Eddie Chan Behnaz Ghouchani Golnaz Ghouchani
EPet Emotion based speech controlled.
ECE477 Senior Design Android Street Car PCB TCSP
FANUC Industrial Robot Mobile Industrial Robot (MiR)
Midway Design Review Team 16 December 6,
Comprehensive Design Review
Python with Raspberry PI Kit
Hayley Gilson, Antony Sanchez, Cris Koutsougeras ET 493 Fall 2018
Hayley Gilson, Antony Sanchez, Cris Koutsougeras ET 493 Fall 2018
Instructor Resources.
Jetson-Enabled Autonomous Vehicle
Autonomous Delivery Robot
Presentation transcript:

Prepared By : wala’ Hamad Khayrieh Homran Ball Collecting Robot Prepared By : wala’ Hamad Khayrieh Homran Supervisor : Dr.Raed alqadi

OUTLINE What is Ball collector robot? Overview Motivation Components Methodology Constrains Demo

What is Ball collector robot? Ball collector robot is a vehicle that analyze its surrounding area then detect balls and collect them to specific point known with predefined sign.

Overview The project consists of two main parts: Image processing using Raspberry Pi 2 board and Raspberry Pi camera module. Controlling robotic car movement and sensors operation using Arduino Uno microcontroller.

Motivation In many sports that use balls, it is very important to collect balls to specific point. Golf practice and Tennis playing fields

Arduino Uno Microcontroller

H-bridge module

Raspberry Pi 2 Module B

Raspberry Pi Camera Module

Two wheels robotic car

Servo gripper

Ultrasonic Sensor

Methodology Project main parts: Ball detection using Image Processing. Destination point detection using Image Processing. Car movement using Arduino.

Ball Detection We use Raspberry Pi 2 kit and camera module. Use Open CV python library for Image Processing . Ball Detection based on color and shape.

Flow Chart

Release Point Detection Release ball at hole. Detect hole using small black rectangle at one hole corner. Detect black rectangle using Image Processing . Direct car to hole location

Flow Chart

Robotic Car Movement Control car movement using: Commands that received from Raspberry Pi Ultrasonic Sensor Readings.

Flow Chart

Constraints Unstable Robotic car movement. Solution: Try multiples cars and use most stable one.

Constraints Raspberry Pi power supply. Solution: Try group of 9V batteries connected in parallel. Use power bank.

Constraints Raspberry Pi 2 Module and camera module compatibility. Unreliable operation of Raspberry Pi 2 Module.

Future Work Implement more reliable and accurate Image Processing Algorithm. Try to make catching, releasing ball operations more accurate .

Demo

Thank You