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.

Slides:



Advertisements
Similar presentations
Parallel parking.
Advertisements

Competition Challenge Scoring Design Constraints Electrical Aspect Common Challenges Last Year Adaptations Gantt Chart Questions.
Control System for Scale Model PRT Vehicle Advanced Transit Association Annual Technical Meeting January 13, 2013 College Park, Maryland Robert Johnson.
Sophomore Design Class Automated Highway Simulation Group 2: Jeremy Sletten Patrick Murphy Michael Olson Randa Ibrahim.
Add and Use a Sensor & Autonomous For FIRST Robotics
FIRE FIGHTING ROBOT ELECTRO-MECHANICAL SYSTEMS TERM PROJECT 1
Parallel Parking Identify 1½ Car Lengths of Available Space
Autonomous Metal Detector Vehicle (AMDV)
Starting, Steering, and Stopping
1 Autonomous Parallel Parking Alex Braun & Sergey Katsev.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
EE396 Project Micromouse Team: Ocha. Team Members Kanoa Jou (Programmer) Ryan Sato (Hardware) KiWoon Ahn (Recorder) Alan Do (Programmer)
Autonomous Navigation of an Indoor Blimp Stuart Wehrly ECE-499 Advisor: Professor Spinelli.
‘Iole o Mãnoa Mouse of Mãnoa. Team Members Jeff Fines Designer, Fabricator, Programmer & Thomas Matsushima Designer, Fabricator, Programmer.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Fast D.A.D.I. Team Members Dale Balsis Aaron Tsutsumi Dennis How Ikaika Ramos.
Robotic Navigation Distance Control Platform By: Scott Sendra Advisors: Dr. Donald R. Schertz Dr. Aleksander Malinowski March 9, 2004.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Parking Space Finder Lucia Wiguno April 8,
Sophomore Design A Proposed Project Format R. E. Haskell 4/26/2003.
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
Design and Implementation of Metallic Waste Collection Robot
Challenge #1 – Relay Race Robot #1 will be randomly placed on starting line #1, #2 or #3. Robot #1 will drive until it detects the “Dark Line” - Robot.
Microchip dsPIC Digital Signal Controllers Senior Design Project 2005 Super-Mileage Fuel Injection Team.
Module 4: Proximity Sensors Eng. Asma Abu Baker. Outlines Analog Sensors Digital Sensors Proximity sensors Inductive sensor Capacitive sensor Optical.
Microcontroller Robot Design Spring 2003 Advisor : Prof. Hayler Engineering Team: Mark Vo Jing Hua Zhong Abbas Ziadi.
Smart transmitters.
Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.
Stephen Joo and Daniel Kattan April 16, 2010 ECE 002, Group 8.
Lynbrook HS Robotics San Jose, CA aMazing Robot iARoC Presentation.
GROUND UTILITY NETWORK DECIPHERING AUTOMATED MACHINE GROUP 10 BLAKE SIMONINI DIDIER LESSAGE GABRIEL RODRIGUEZ G.U.N.D.A.M.
2.8Exploring Data: Quadratic Models Students will classify scatter plots. Students will use scatter plots and a graphing utility to find quadratic models.
Smart Plant Robot Prepared by Haya De’bas Jumanah Salhab Supervisor Dr. Ra’ed Al-Qadi.
Drive Right Chapter 7 Negotiating Intersections Unit 4
Group 2: Parking Garage Monitoring System (PGMS) Matt Downes Stephen Osborn Anup R. Daniel Pawanjit S. Chawla.
Prepared by: Abdullah F. F. Shehadeh Abd-Errazzaq Shehadeh Abd-Errazzaq Shehadeh Hardware Graduation Project
Introducing: The Finch. Low-cost Personal Robot $99.
Phong Le (EE) Josh Haley (CPE) Brandon Reeves (EE) Jerard Jose (EE)
Autonomous Metal Detector Vehicle (AMDV) Jared Speer Lamar Williams Jr. Nathan Stephan University of Central Oklahoma Department of Engineering and Physics.
Notes Over 4.8 Identifying Functions A relation where each input has exactly one output. Function Decide whether the relation is a function. If it is.
AESWARM Mert Doğar Hazar İlhan Dünya Değirmenci.
CAMLESS ELECTRONIC REGULATORY MODULE FOR A 4-S SINGLE CYLINDER I C ENGINE.
1. Position the car so that it is slightly further then your normal parking position (about 30cm from the edge the kerb.). Make sure that it is parallel.
ECE 192: NATCAR Team (Triton X) Sponsored by IEEE ( Vincent Bantigue, Joseph Formanes,
Team Uno 10/14/04 Stephen Schwall Bunker Curnes Control Logic.
An Autonomous Self-Parking Vehicle William Whitney (Mentor: Dr. Jeff Gray) Background: NXT and Robot C The vehicle was constructed using the Lego Mindstorms.
Wall-Follower Xiaodong Fang University of Florida School of Electrical and Computer Engineering Automatic Wall Following & Color Detecting Robot.
Infrared Proximity Sensors & Liquid Crystal Display Instructor Dr Matthew Khin Yi Kyaw.
Robotics Programming Wall Follow Line tracking for a set amount of time Line tracking for a distance.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
Smart Parking Application
ECE 445 Smart Window Responding System
An Article Review by Matthew D. Schrieber
Aggressive Chasing Car
Using the Colour Sensor
Data Structure Interview Question and Answers
ECE Computer Engineering Design Project
CSU-Pueblo Team: Paul Rael, Shae Anderson, Atilla Turkoz, Yudhi Paudel
Automatic heat source finding laptop cooling pad By Team 26
Development and design of a wall climbing robot
Performing Basic Maneuvers
Review and Ideas for future Projects
Working Principle of Blind Spot Detection Technology in Cars
Prepared by : fatheyah faqih Supervisor:Dr.Falah Hassn
Preliminary PCB Layout and Design: Team 16
Indicator Variables Response: Highway MPG
Alabama Driver Manual Chapter 3
lesson 11.2 BICYCLES AND MOPEDS
Measurements & Instrumentation – Module 4
Microcontroller Sensors in Automobile and Aerospace Technologies
Presentation transcript:

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 a parking space to its right using a distance sensor. When the car has identified a space, the car checks to see whether that space is large enough to park in

If it determines that there is sufficient space, the car will begin parallel parking into that space. It uses information from sensors placed on front, right, and rear of the car to direct the car into the parking space. Once the car has parked, it will remain in that position until it is reset.

Move Car Detect Parking Park Car Sensor Data Logical Structure

Car. Motors of the Car. Microcontroller. H-bridge L298HN. Distance Sensors. Hardware

We used three infrared distance sensors to determine the distance between our car and nearby objects. We placed a sensor on the front, the right side, and the rear of the car. For the front and rear, we used 4-50cm sensors. For the right side, we used we used a 7-80cm sensor. We decided to use a sensor with a larger range for the side so that we could more easily detect a parking space. Distance Sensors

we measured the output of each sensor at various distance values, linearized the plot, curve fit the line, and implemented an analog to digital conversion so that we had reliable distance values.

How we take the data from sensors ? X=Digital value from sensor. X0<X <X1. (X0,Y0),(X1,Y1). Interpolate function: value = ((y0 - y1) * (X -x0))/(x1 -x0) value = y0 – value // distance in cm.

How to Park the CaR Forward until Detect Park Go back until bigginning of Gap Go forwar d /stop Turn wheel left t urn wheel right go back inside space Turn left go back to side wall/ sensor turn right close to rear wall ReSet Go Forward /sensor

Thank You