Milestone Three Presentation Three Men and a Bot By Dirk Henkemans, Jeff Ryan and Chad Moore.

Slides:



Advertisements
Similar presentations
Problem Solving in Science
Advertisements

Problem Solving in Science The Scientific Method.
Blade: Used for cutting the tree Loppers. Handle: Used for opening the loppers so you can put them around the tree you want to cut Loppers.
What is a robot? By Kolby H. 8-B What is A robot? A robot is a mechanical device that can help in everyday life by using different programs or.
Robot Modeling and the Forward Kinematic Solution
Robot Modeling and the Forward Kinematic Solution
Sensor Based Planners Bug algorithms.
It was a normal day at School, but everyone is teasing Melvin HEY! HA HA HA.
Sensors For Robotics Robotics Academy All Rights Reserved.
Robot Construction Basics Les Turner Director of Technology, Northern Indiana ESC Head Coach, Bremen Botz!
Introductory Presentation
BY: PEYTON DECKER AND LANCE DUPONT Boe Bot going through an Obstacle Course.
Jennifer Goodall, Nick Webb, Katy DeCorah
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:
Debugging (updated 9/20/06 12:48pm) It doesn’t work…. What do I do????
Milestone #2 Line Following Using Photo-transistors.
Using the Light Sensor A LEGO light sensor utilizes a LED and a phototransistor to read the reflection of light off a surface. Light sensors are useful.
Mechatronics 1 Week 11. Learning Outcomes By the end of week 11 session, students will understand some sorts of mobile robot and locomotion of wheeled.
Information Technology Systems EN230-1 Justin Champion C208 –
Milestone #4 The Wedge o’ Death. Presentation Overview New Hardware New Code Milestone Results Time Log Questions 2.
Jennifer Goodall, Nick Webb, Katy DeCorah
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.
Quick Overview of Robotics and Computer Vision. Computer Vision Agent Environment camera Light ?
Shaojie Ge Design Overview  The robot simulates the movements of a four leg walking animal. Its basic function include: Walking with four legs,
ENGG1100 Introduction to Engineering Design Digital Logic (Part 2) Prof. Kin Hong Wong Department of Computer Science and Engineering.
Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.
Evaluation By: Linda Bouguila. Evaluation of each stage.
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class 2.
Twyla and Jordan.  Light over black line  Runs roverbot.
Tooth Extraction Matt Pinilla, Ryan Verhoest, and Vincent Guariglia.
CS 8650 AI & Robotics, Dr. Hoganson Copyright © 2004, 2005, 2006 Dr. Ken Hoganson CS8650-Monday Class Will Start Momentarily… CS 8650 Introduction.
By Michael Andrews and Bagriel Fraenkel. To test whether or not someone has scoliosis.
Nested LOOPS.
Word problems DON’T PANIC! Some students believe they can’t do word problem solving in math. Don’t panic. It helps to read the question more than once.
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
II CONDITIONAL. If you had enough money, how would you improve your house or flat?
Partial Knee Relacement -Rachel Weine r - John DelTufo.
Clap On, Clap Off Introductory Presentation. Opening Activity What is a sensor? Can you give examples? ?
ECE Project 1 Overview. Project Description The aim of this project is to design a robot that moves along a given path, from the Start point, towards.
Copier Jam Detector Design Problem
EG1003: Introduction to Engineering and Design Laboratory 4: Sensors.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
HOW TO SET UP YOUR LAB NOTEBOOK COMPREHENSIVE LAYOUT OF YOUR NOTEBOOK.
EV3 Attachments and Sensors. Ultrasonic Sensor  Purpose: detect distance from an object.  What it does: Generates sound waves and reads their echoes.
Introductory Presentation
Lego Robot Challenge.
Introductory Presentation
Introductory Presentation
Unit 2 – What is a Robot? Pg
Lecture 23 Logistics Last lecture Today HW7 due Friday Lab8 going on
How can I Recover My Quicken Password
Transactions Won’t Update or Download in Quicken More info : update-or-download-in-quicken-the-balance/
RobotC Sensors.
Introductory Presentation
Mini Lesson: Internal Monologue and Reflective Narration
Lights Free Friday Wade’s Earth Week.
Line Following Behavior
Integrated System Robot Project
Lecture 23 Logistics Last lecture Today HW7 due Friday Lab8 going on
The Basics Subtitle.
Machine Learning Course.
Input-Output-Process Demo
Principle of Bayesian Robot Localization.
Lecture 20 Logistics Last lecture Today Graded HW back today
Project Overview Introduction & Product Analysis
Zathura Vocabulary Practice Hi, My name is Rosie.
Obstacle Detection.
Reverse Engineering By: Andy Fang
Lassie Don't Surf – Making the Aibo Tackle the Hill Update Presentation Patrick Hart Justin McHugh Rachel Pocino Robotics – Spring 2005.
Presentation transcript:

Milestone Three Presentation Three Men and a Bot By Dirk Henkemans, Jeff Ryan and Chad Moore

Problems We Encountered Too Much Programmed Motion Should have put in more time in the first week more sensors / better sensing techniques

Why Wont You Start! During the actual demo day our robot wouldn’t get past its initial delay. Had to start the program in a different location then normal. We suspect auto-start had something to do with it.

The Ghetto Look

Finite State Machine Couldn’t recover when things went wrong

One sensor on the front Robot scans by rotating when it looses the light its heading for. No shielding around phototransistor to detect light from any of the forward directions Sometimes would detect lights in different parts of the course while scanning.

Detecting the Intersecting Lines Outer pairs were used to detect the intersections on the table. Inner pairs used to follow the correct line.