AUTOMATIC PARKING SYSTEM. Introduction ► A prototype of automated multi-storey car parking ► An idea for space conservation ► A learning process thereby.

Slides:



Advertisements
Similar presentations
Robofest 2005 Introduction to Programming RIS 2.0 RCX Code.
Advertisements

Auto Parallel Parking Car. We created a Car that can identify a parking space and parallel park by itself. The Car drives down a street searching for.
Learning with Purpose Control Design and Implementation of a Small-Scale Autonomous Hovercraft Ryan Mackay Joshua Bevan Nicholas Lutz Mario Stamatiou University.
Automated Wheelchair Done By HARIHARAN L KARTHIKEYAN S P NARESH S LAKSHMI V Guided By Mr. RATHINAM A Senior lecturer SRM Engg. College  
Students : Hiba Ghannam Hawa’ Osama Supervisor : Aladdin Masri R OBOTIC V ACUUM C LEANER.
AN-NAJAH NATIONAL UNIVERSITY FACULTY OF ENGINEERING DEPARTMENT OF MECHATRONICS ENGINEERING STAIR CLIMBING WHEELCHAIR Prepared by: supervisor: Dua’a Dmadi.
1 Brake-by-Steer Concept Challenge the future Delft University of Technology Brake-by-Steer Concept Steer-by-wire application with independently.
Fire Fighting Robot Prepared by: Fatima Darawsheh Jameela Rabaya.
1 Autonomous Parallel Parking Alex Braun & Sergey Katsev.
Introduction Automatic dust-cart is occured from two part. First part is car, and second part is arm. First part is car. For this part, robot follows black.
Analysis vs. Design When you take a test in your math or physics course, there is one and only one answer! When you do a goal-driven design there may be:
Modeling and Simulation of a Mobile Robot for Polar Environments Thesis Presented by Eric Akers October 20, 2003 Committee Chair – Professor Agah Committee.
Team GPS Rover Alex Waskiewicz Andrew Bousky Baird McKevitt Dan Regelson Zach Hornback.
A.R.M.S. Automated Robotic Messaging System William Batts Chris Rericha.
10-1 Programming Remember: –programming language –how to program (conceptually) –intro to programming the “ROBOT” computer In this lecture: –programming.
EDGE AVOIDER ROBOT USING I-BOT mini V3. EDGE AVOIDER USING I-BOT mini V3 Edge Avoider Robot is built using the IR based Line Detecting Module. The modules.
Design and Implementation of Metallic Waste Collection Robot
EG1003: Introduction to Engineering and Design Sensors.
June 12, 2001 Jeong-Su Han An Autonomous Vehicle for People with Motor Disabilities by G. Bourhis, O.Horn, O.Habert and A. Pruski Paper Review.
AUTOMATIC PARKING SYSTEM
RoboTeam 9/1/2011 Preformed by:Costia Parfeniev, Boris Pinzur Supervised by: Kobi Kohai.
AMMAR HAJ HAMAD IZZAT AL KUKHON SUPERVISOR : DR. LUAI MALHIS Self-Driven Car.
PROJECT TITLE : AUTOMATED EVALUATION OF RETAIL PRICE OF PRODUCTS IN THE TROLLEY SYSTEM AND WIRELESS TRANSMISSION OF THE BILLING SYSTEM.
Self Parking Lara Sabah Yaqeen Salatneh Dr.Ashraf Armoush
1 Robotics Challenge Overview. 2 Why? -Viking was tested at the Dunes -Develop intelligent robots -Explore Robotics.
Hardware Sponsors National Aeronautics and Space Administration (NASA) NASA Goddard Space Flight Center (GSFC) NASA Goddard Institute for Space Studies.
Boundary Assertion in Behavior-Based Robotics Stephen Cohorn - Dept. of Math, Physics & Engineering, Tarleton State University Mentor: Dr. Mircea Agapie.
Robot Report Group 7. Outline Introduction Introduction Robot Construction Robot Construction Design Specifications Design Specifications Design Process.
Juan David Rios IMDL FALL 2012 Dr. Eric M. Schwartz – A. Antonio Arroyo September 18/2012.
1 Distributed and Optimal Motion Planning for Multiple Mobile Robots Yi Guo and Lynne Parker Center for Engineering Science Advanced Research Computer.
MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry.
Smart Parking System PREPARED BY : GHADEER AQRAA AND MARAH JABER.
Title Slide Progress Report Name. Goal Goal Statement – ex. design/create/fabricate … - should be clear and short Needs/Problems – clear and short Space.
EV3 Software EV3 Robot Workshop
ROBOTC Software EV3 Robot Workshop
Group 7 Project 1 Presentation Robert Moe John Zumwalt Mark Woehrer Celi Sun.
An Autonomous Self-Parking Vehicle William Whitney (Mentor: Dr. Jeff Gray) Background: NXT and Robot C The vehicle was constructed using the Lego Mindstorms.
ECE4006 Senior Design Project Linda Milor and Jay Schlag
EG1003: Introduction to Engineering and Design Laboratory 4: Sensors.
CS 5973 – Intro to Intell Robots Project 1 – Sensing and Movement Group 4 Justin Fuller Matthew Lawrence Rahul Kotmaraju.
Casne.ncl.ac.uk Taking care of the CrumbleBot Please do NOT stress the robot's motors 1.Do NOT push the robot 2.Do NOT hold the.
DEPARTMENT OF EEE IFET COLLEGE OF ENGINEERING VILLUPURAM,TAMIL NADU,INDIA Project proposal For IEEE CS 70 th Anniversary Student Challenge On PATHLINE.
Module 3: Vision and Driving Topics 2-6
Software Overview Walking Robot by Sharon Davis Kernel MicroC/OSII.
EMBEDDED SYSTEMS S.HIMABINDU
PRESENTATION ON Line follower robot.
Software Project Configuration Management
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
PARKING AUTOMATION SYSTEM
Chopper John Michael Mariano
Academic Year LINE FOLLOWER
Laboratory development of an autonomic parking management system
Robotic Vacuum Cleaner
Human System Interactions, HSI '09. 2nd Conference on
Finch Robot Class L4 How do I… ? LED color (Range 0 to 100)
Introduction to Autonomous Robotics
Review and Ideas for future Projects
Hardware Support for Embedded Operating System Security
Balanduino Supervisor: Dr. Raed Al-Qadi Prepared by: Nadeen Kalboneh Nardeen Mabrouk.
Systems Design Nursebot
CajunBot: Tech Challenges
ANNA UNIVERSITY :: CHENNAI
Nanyang Technological University
Introduction to Motors
Introduction to Robotics
Prepared by : TOLERA TAMIRU SAMSON NIGUSE Microcontroller based Fire Fighting Robot.
9/28/18 – Earthquake and Tsunami hit Indonesia
Physics 1 – Jan 6, 2017 P3 Challenge– Today’s Objective: Power
AN INEXPENSIVE ROBOTIC KIT FOR CHILDREN EDUCATION
Presentation transcript:

AUTOMATIC PARKING SYSTEM

Introduction ► A prototype of automated multi-storey car parking ► An idea for space conservation ► A learning process thereby ► It currently supports ground + one level parking ► Has 6 slots per level and an elevator for commutation ► Firebird IV used as an automated vehicle ► Firebird IV also serves as an elevator controller ► and a central coordinator

BASIC CONCEPT No Ramps No High Ceilings Twice As Many Cars Half the Space No Need for Space on Either side of car

Hardware requirements Self parking: Front, Left and Right IR sensor Ground level edge detection: Three white line sensors Stop after entry into elevator: Front IR sensor Lifting mechanism: Existing Firebird IV DC geared motors Coordinator – car communication: =zigbee communication module

Software requirements Complete implementation in μC/OS real time kernal IDE WinAVR for generation of the required executables Avrdude for loading the code in Firebird IV Light weight implementation in Esterel Inccluding self parking,lifting

Design steps and implementation Identifying the requirements for implementation of multi-storey car parking Code μC/OS : Sensor, distance, velocity control and wireless tasks  Realizing the requirements Firebird IV has been used both for lifting mechanism and as an Use of automated car parking vehicle Use of central coordinator for bookkeeping Lifting mechanism

Code structure  Tasks for Car.c – SensorTask, that makes use of IR sensors for sensing various obstacles – DistanceTask, which keeps track of the empty distance for identifying the empty slot – VelocityControlTask, which assigns the appropriate velocity and direction of the vehicle motion, for moving forward, taking 90 degrees right turn, etc. – WirelessTask, for communication with the controller  Tasks for Controller.c –MainTask which performs the task of controlling the lift and bookkeeping, along with communication with the automated vehicle

Constraints and challenges  Design challenges Hardware: Lift mechanism Software: Division of the required functionalities into appropriate subtasks and assigning priorities to these Priority order: Sensing (highest), velocity control, distance and wireless tasks  Design constraints White line occurrence anywhere other than the end of the ground level is not allowed Lift mechanism needs human assistance

Scope  Space conservation  Easily extendible to more levels with few modifications modifications  Better bookkeeping  Functionality add on  Un parking mechanism  Sophistication

Acknowledgement Saurabh Bengali Saurabh Bengali Raviraj Raviraj Vaibhav Vaibhav Sachitanand Malewar Sachitanand Malewar Amey Apte Amey Apte Aniket Aniket

Thank you