Secretary of State Machines

Slides:



Advertisements
Similar presentations
Reactive and Potential Field Planners
Advertisements

EV3 Workshop Curriculum Developed by Joe DeRose, Ph.D.
Sensor Based Planners Bug algorithms.
Students : Hiba Ghannam Hawa’ Osama Supervisor : Aladdin Masri R OBOTIC V ACUUM C LEANER.
Chapter 7 Projectile Motion. The motion of an object that has been thrust into air where the only forces acting on it are gravity & air resistance.
2009 FIRST Robotics Team 1212 By: Bernard McBryan Boeing Technical Fellow 7 January 2009.
One of the most common types of drivetrain is known as a skid steer drivetrain, which may also be referred to as a tank drive. A skid steer drivetrain.
IE 447 COMPUTER INTEGRATED MANUFACTURING CHAPTER 9 Material Handling System 1 IE CIM Lecture Notes - Chapter 9 MHS.
Chapter 5 Kinetic Energy
EIGHTH GRADE ROBOTICS KITTATINNY REGIONAL HIGH SCHOOL MR. SHEA Introduction to Robotics Day4.
Rotational Kinetic energy
Localization Using Interactive C and a Standard LEGO Mindstorms Hardware Suite Gary R. Mayer, Dr. Jerry Weinberg, Dr. Xudong Yu
Teaching Deliberative Navigation Using the LEGO RCX and Standard LEGO Components Gary R. Mayer, Dr. Jerry Weinberg, Dr. Xudong Yu
Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.
ORTOP WORKSHOP 3 ROBOT NAVIGATION & MISSIONS ORTOP WORKSHOP 3 ROBOT NAVIGATION & MISSIONS.
Overview of Project 1 Slides are available at : Report due next week Matthew Murach.
// This is a simple control program Move forward 200 units Turn right 90 Move forward 100 units Turn right 45 Move forward 100 Turn right 45 Move forward.
Rubber Band Sling Shot BY: Chantel Davis. Intro  Have you ever wonder does a rubber band have energy, and the answer is yes. In this experiment I will.
Physics 2215: The Ballistic Pendulum Purpose  Solve a problem by using Kinematics (Newton’s Laws, Equations of Motion) Energy/Momentum Conservation. 
Projectile Motion and Centripetal Force
Adding vectors graphically. Adding vectors using the components method.
Projectile motion can be described by the horizontal and vertical components of motion.
Final Presentation.  Software / hardware combination  Implement Microsoft Robotics Studio  Lego NXT Platform  Flexible Platform.
Conservation of Mechanical Energy Important points to consider:  In the absence of friction, no energy is lost. It is only converted from one form to.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
VEX Robotics Design System Sensors A Brief Overview
Overview of Project 3: Phase A Slides are available at : Report for all phases due last day of class
Barclays Robot Challenge Learn how to Program Robots.
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.
TWO DIMENSIONAL AND VARIED MOTION Projectile Motion The Pendulum.
Find the Mindstorms Icon on the computer.. To start a new program click go.
Two-Dimensional Motion Chapter 3. A little vocab  Projectile = any object that moves through space acted on only by gravity  Trajectory = the path followed.
Team 1 Asha Chigurupati Sungjune Jang Tian Tang. Navigation  Racing + Avoiding : SSI feedback + Encoders  Line tracing? Only on the board  Wall tracing?
Notes: Projectile Motion. Projectiles are... Objects thrown or launched into the air Objects thrown or launched into the air While in the air, gravity.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
Physics - Harmonic Motion We have been dealing with straight line motion or motion that is circular. There are other types of motion that must be dealt.
Projectiles Motion in Two Dimensions Chapter 7. Projectile An object launched into the air by a force Trajectory The path followed by a projectile.
Group 7 Project 1 Presentation Robert Moe John Zumwalt Mark Woehrer Celi Sun.
Geometric Lines. You Can Find Geometric Lines in the Real World On Roads In Art On Our Flag In Games On Maps.
KAASHIV INFOTECH – A SOFTWARE CUM RESEARCH COMPANY IN ELECTRONICS, ELECTRICAL, CIVIL AND MECHANICAL AREAS
Any regular vibrations or oscillations that repeat the same movement on either side of the equilibrium position and are a result of a restoring force Simple.
Week 4 Team ECHO “Megatron”. Main() Megatron orient itself facing east, activation of all systems Start sweep: Start sweep: Wall following using proximity.
Brain Teaser Nico purchased a camera, a ruler, and an ice cream bar for $53. He paid $52 more for the camera than the ice cream bar, and the ruler cost.
Simple Harmonic Motion (SHM)
Ball-E by Lee Tsakh EEL5666C Fall 2011 Oral Presentation 1.
The Corridor Challenge
LEGO Robotics Workshop
Robot’s Navigation System
1st year physics laboratories
ECE Computer Engineering Design Project
Paper – Stephen Se, David Lowe, Jim Little
The horizontal and vertical components of a projectile in motion depend upon the initial velocity. True False.
Robotic Vacuum Cleaner
Development and design of a wall climbing robot
Review and Ideas for future Projects
Motion in 2D (Projectiles!!) Test Friday October 7th
Evaluation in Engineering Design Process Modeling and FSM
Motors and Sensors Large Motor
Introductory Presentation
♠ ♠ ♠ ♠ ♠ ♠ ♠ ♠ Objectives القرص الدوار والدولاب مجلس أبوظبي للتعليم
Harmonic Motion.
Projectile motion Projectiles are objects launched at an angle relative to a horizontal surface. © 2014 Pearson Education, Inc.
Intelligent Machines Design Laboratory
Which way does the robot have to turn to get to the charger?
What do you think a “launch” looks like?
Wheel and Axle Simple Machines.
Chapter 4 Motion.
If you took a photo of a falling object every second, what would it’s motion look like?
Projectile Motion Chapter
Midterm Exam Select one of the following four problems. Write LISP program and answer all associated theoretical questions. 2. For Lisp program,
Presentation transcript:

Secretary of State Machines Emanuel Mendiola, Bayian Yahya, Adam Desmuke, Chenyao Yu

Ball Shooting Mechanisms Example of compressed gas ball launcher Example of flywheel ball launcher Example of catapult

Ball Shooting Mechanisms Catapult Launching Mechanism Compressed Gas Launcher Flywheel Launching Mechanism Pros Cons Simple design Low accuracy Low Cost Slow shooting rate Vertical Trajectory control No Horizontal Degree of Freedom Pros Cons High accuracy Limited fuel supply Friction losses minimized during launch Harder to control the speed of ball Relatively easy installation High cost Pros Cons Little to no spin Power consumption High accuracy Complex design Control of vertical and horizontal trajectories High cost

Robot Navigation Hardware IR Floor Sensors Navigate along the black tape Ultrasonic Sensor Determine distance from towers Way to cross-reference perceived location from tape navigation $2.50 model has a resolution of 1cm and a working range from 2cm-500cm IR Beacon Sensors Used for localization in the Safe Space Small range (max of ~80 cm for $10 model)

Motion Planning Localization Rotate 360° to determine direction of the IR beacon, use sonar to orient itself perpendicular to the wall. Turn around and find 3-way tape intersection. Line up the shot: Follow tape until centered at the 4-way intersection. Turn left, move forward until the end of tape. Shoot ball until 25% duty cycle. If first criterion is met, back up to 4-way intersection, turn right. Repeat Part 2 until second criterion is met. If it runs out of balls, return to safe space.