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.

Slides:



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

EducateNXT The Corridor Challenge The Corridor Challenge requires programming of a robot to negotiate obstacles and the corridor walls in order to reach.
Getting started with LEGO NXT Mindstorms software This is intended to be a short introduction to the LEGO Mindstorms software and programming the LEGO.
Challenges Close Shave Sprint, Spin, Sprint The Labyrinth
Track & Field Cross Country Freshman Physical Education Curriculum.
Boe-Bot Challenge. Advanced Users (those who have used Boe-Bots in Digital Electronics) There are suggested activities / programs for each challenge.
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Lab 1.
Photos and Sensor Instructions
REU LEGO MINDSTORMS NXT SOCCER Kenneth Mendoza, Paul Balda, Abimilex Reverón & Mentor : Andres Buss Molina Department of Computer Science & Engineering.
Chapter 16.3 – Reflection and Color
BEGINNER EV3 PROGRAMMING Lesson
ROBOT BOMB REMOVER CHALLENGE 7. BOMB REMOVAL CHALLENGE Using the color sensor, you will program distinguish bombs and to remove them from the room. When.
Waste Management Challenge 6. The goal of an effective Waste Management company is to collect, sort, and remove waste according to the type of waste.
Welcome to May Madness, May 10, 2003 Tournament starts at 9:00 A.M.
TableTop VEX Competition This game is designed to be played on a tabletop. We post this game for your enjoyment. Change the rules as you see fit for your.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
TETRIX/VEX Challenge (use either robot hardware) There will be two events for the May Madness 2010 Challenge –The Grand Challenge - completely autonomous.
May Madness 2005 This year’s game adds another dimension to the engineering challenge. This year’s game includes both an autonomous and a LEGO remote.
1 ©2006 INSciTE Lab Two Task: Make the program from Lab One (Move forward 5 rotations and turn right 90 degrees) into a MyBlock.
Session 2  The Touch Sensor  The Colour Sensor.
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.
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class 2.
©Robomatter – Distribution or copying without permission is prohibited. 3B STEM Computer Science 1 ©Robomatter – Distribution or copying without permission.
Today’s Agenda 1.Scribbler Program Assignment 1.Project idea due next class 2.Program demonstration due Wednesday, June 3 2.Attendance & lab pair groupings.
Overview of Project 3: Phase A Slides are available at : Report for all phases due last day of class
Introduction to the Global Positioning System Introduction to the Global Positioning System GPS.
Robotics in the Classroom Using Lego Mindstorms. Getting to know Lego Mindstorms We all are familiar with Legos We need to add motors and a brain.
Technical Writing for Robotic Coding!.  du/products/teaching_robotc_cort ex/fundamentals/introtoprogramm ing/thinking/videos/fundamentals.
ICE at Georgia Tech Robots and Artificial Life Forms An NXT Zoo! Mr. Michaud
Patina Becenti Mentor – Mansel Nelson. Introduction  The idea is to educate young students to explore the world of science and engineering.  Implement.
 Color  Texture  Shape  Line  Space  Value  Form.
By Eric Greene RMS / I. S. 192 Q. Smart Start Question How would you get the robot to flirt with disaster by touching the edge of the “table” as many.
Week 5 U8 United Soccer of Auburn Topic: Defending.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
EV3 Software EV3 Robot Workshop
Soccer Drill Practice Cards This PowerPoint contains 16 soccer drill practice cards. Once printed and cut out, each 3X5 card contains detailed instructions.
Football. The Field *Regulation football field (without end zones) = 100 yards *Length of end zone = 10 yards *Distance between yard lines = 5 yards *Regulation.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
Learning Roomba Module 5 - Localization. Outline What is Localization? Why is Localization important? Why is Localization hard? Some Approaches Using.
Training Drills Possession Transition Patterns. POSSESSION.
Student Defined Lab Demo Date: April 29, 2009 Robot Exchange.
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.
Forward Until Near Stop when near a wall.
Blimp Pentathlon a proposal of possible events for an indoor blimp competition The Blimp Pentathlon is an open-source, team guided competition. The competition.
4 |Multitasking Created by H. Robinson & A. Gostelow Multitasking.
Python Programming Module 4 Sensors and Loops Python Programming, 2/e1.
EV3 Attachments and Sensors. Ultrasonic Sensor  Purpose: detect distance from an object.  What it does: Generates sound waves and reads their echoes.
The Corridor Challenge
By Sanjay and Arvind Seshan
BEGINNER EV3 PROGRAMMING Lesson
BMtron Game Description.
Soccer.
Touch Sensor.
Finch Robot Class L4 How do I… ? LED color (Range 0 to 100)
BEGINNER PROGRAMMING LESSON
Forward Until Touch Robot goes forward until it hits a wall.
Switch Blocks check a value and choose a path based on that value
An Introduction to VEX IQ Programming with Modkit
BEGINNER PROGRAMMING LESSON
Computer Science Teachers Association Academy Lego Robotics
Answer Grid – 3 & 4 Step Equations
Possession Transition Patterns
T-Tackle Description TYPE AGE Skill – Tackle Field Size
Robotics Engineering Challenge #1
BEGINNER PROGRAMMING LESSON
Getting started with LEGO EV3 Mindstorms software
Support Play (incorporating runs on the ball and off the ball)
Presentation transcript:

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 #1 will transmit to Robot #2 that it has finished its leg of the race. Robot #2 will start once Robot #1 has reached the dark line and received a message. Robot #2 will follow the curved line until it hits the finish line wall Wall Dark Line

Challenge #2 – Grid Navigation Rules: Robot #1 (Blue) will have a sonar sensor and a light sensor. Robot #2 (Green) will have a “claw” and a light sensor. Field will be a 5x10 9-inch spaced “grid world” Total board size is 45 inches by 93 inches (4x8 sheet with 1 ½ inches cut off each side – to fit in an FLL size game board) The location of the ball, wall and goals will vary between each run, but will always remain in the same “column” of the grid.

Challenge #2 – Grid Navigation Objective #1 – Detect the Wall – Robot #1 (Blue) will drive forward and detect the wall. – Robot #1 should measure the number of grid spaces to determine the location of the wall and transmit this information to Robot #2 (Green)

Challenge #2 – Grid Navigation Objective #2 – Drive to the Ball – Robot #2 (Green) will drive forward and detect the ball. – The Red/Blue balls will be from a standard NXT kit – The ball will on a 3 inch tall PVC Pipe – Robot #2 should use the information Robot #1 (Blue) sent to determine the distance.

Challenge #2 – Grid Navigation Objective #3 – Determine the color of the ball – Robot #2 (Green) will determine the color of the ball (either blue or red) – this will be demonstrated by knocking the ball into the correct “Goal”. – Each “run” will randomly have either a blue or red ball.

Challenge #2 – Grid Navigation Objective #4 – Defending the goal – Robot #1 (Blue) will drive into the opposing colored goal (opposite of the color of the ball) – To complete this, Robot #2 (Green) has to transmit the color of the ball that it found.