Sumo Introduction Fall 2011. theCOMPETITION Crash course in robotics for the inexperienced/curious.

Slides:



Advertisements
Similar presentations
NVn Multi Robot Team Sumo Rules for IEEE SEM Fall Conference Competition November 4 th, 2010 U of M Dearborn.
Advertisements

Lab 02: AEV Arduino Programming Basics Advanced Energy Vehicle (AEV)
Engineering Roles We will be forming groups of 3 students
Cambodia Robocon March 2015
BATTERY BUGGY Mike Johnson. LAY PERSON’S EVENT DESCRIPTION: Teams will construct a battery-powered vehicle that: moves as fast as humanly possible, and…
Judging Process. Judges’ Responsibilities Provide feedback to all teams via the rubrics. Determine which teams should win awards. Determine which teams.
NXTG Workshop for Bottle RoboSumo Lawrence Technological University.
MicroMouse Proposal Presentation Team: Amaze Me. Introduction Members and roles Brandon Gibu Brandon Gibu Updating webpage Ah Ram Kim Ah Ram Kim Contacting.
Introduction to Micromouse WVU IEEE Student Branch 9/24/2014 Stephen Itschner.
EE 296 TEAM “DA KINE” MICROMOUSE PROJECT PROPOSAL Team members: Software Group - Henry, James Roles : tracking, mapping, guidance, interface Hardware Group.
Welcome to May Madness, May 10, 2003 Tournament starts at 9:00 A.M.
M & M EE 296 Final Presentation Spring 2004 Presentation Overview Team Member Introduction Project Overview Overall Design Description Final Project.
Micromouse Team:. Team Members Kanoa Jou Ryan Sato KiWoon Ahn Brett Ikei.
P09204 Robotic Platform (RP1)‏ Project Overview Robotic Platform for 1kg Loads (2 nd Generation)‏ One or More scalable Motor Modules Controller System.
ROBOCOM SISD LEGO Robot Maze Eastlake HS
Printed Circuit Board Design
Curry Mouse EE296 Final Presentation Wednesday, May 10, 2006.
The goals of Micromouse: to build an autonomous “mouse” Mouse should be able to navigate and solve any given maze Mouse should be no bigger than 25.
Spring Project November 14, Course Overview Project will be formalized in “request for proposals” (RFP) Your group of 3-4 will work on.
EE 296 TEAM “DA KINE” MICROMOUSE PROJECT PROPOSAL Team members: Software Group - Henry, James Roles : tracking, mapping, guidance, interface Hardware Group.
1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.
Embedded Programming and Robotics Lesson 6 Mechanical Assembly 1.
Design and Implementation of Metallic Waste Collection Robot
Living with the lab Attaching Arduino to Boe-Bot Chassis © 2012 David Hall.
Bringing your technology to life…
VEX Robotics Platform and ROBOTC Software
Lab 02: Arduino Programming Basics Advanced Energy Vehicle (AEV)
The Making of Micromouse Yantriki Level 3 Competition Techfest 2004.
Physics 235 Robotics Workshop January 2007 Course Instructor: Tom Huber.
Mini Sumo Electronics Tutorial F09. outLINE Board Overview Components and Soldering Testing and Debugging General Advice.
Ruslan Masinjila Aida Militaru.  Nature of the Problem  Our Solution: The Roaming Security Robot  Functionalities  General System View  System Design.
Sumo Introduction F10. theCOMPETITION Crash course in robotics for the inexperienced/curious.
The SFA Rover Team Project. The SFA Rover  Must be demonstrated at the beginning of the last lab of the semester, Dec 11 th.  Teams can work on this.
To come up with a practicum project that full filled the 411 requirements Create a fun project that would get kids interested in science and engineering.
Electronics and Robotics Merit Badges
Junk Box Objective: Create a marble maze using the materials in a box of junk!
Lab 1: Rube Goldberg Machine due Wednesday, January 25 in class…...….…. Teaching Assistants: Kate Killfoile Steven Shamlian Introduction to Robotics.
Battle Bots Rules 2.0 Smash and Grab Edition. Battle Arena R1R2 By default robots will start facing each other. However, judges may ask for you to start.
Survival 101: What to Expect at Your First Competition Thomas Gill, Team 6705 Motorbolts.
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.
Preliminary Design Review (PDR) Team Amaze Me. EE 296 Project (MicroMouse) Members –Brandon Gibu –Ah Ram Kim –John-Kalani Miyajima –Justin Ogata Website.
Team: CHEE WHOOO Spring 08. The Team Mitchell La Puente-Project Leader Josh Miyamoto-Software Richard Ordonez-Hardware.
Somerset Berkley Regional High School Robotics Engineering with LabView.
Electronics and Robotics Merit Badges Class 5 – Programming Robot Controllers for Sumo Competition 12/23/2015 Electronics and Robotics Merit Badges - Class.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class3/Lab 2.
Oregon Robotics Tournament and Outreach Program RCX Basics.
Designing Robots How to make a stable robot! Much of the information in this power point is from Winning Design! By James J. Trobaugh.
M. Nelson, 21 Mar NorthWest Louisiana Autonomous Robotics Competition (NWLA-ARC) 2 Challenges – 4 Bottle Race – Board Challenge Awards for Event.
ROBOTC for VEX Online Professional Development. Homework Questions Thoughts? Questions?
DEPARTMENT OF EEE IFET COLLEGE OF ENGINEERING VILLUPURAM,TAMIL NADU,INDIA Project proposal For IEEE CS 70 th Anniversary Student Challenge On PATHLINE.
Electrical Engineer Responsibilities
The 4th Annual Colorado Robot Challenge
Young Leaders Guide.
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
Electrical Engineer Responsibilities
Robot Soccer First Design Review
Electrical Engineer Responsibilities
Roller Coaster Design Project
ROBOT PROJECT Design and construct an autonomous machine that does something useful for 20 to 60 seconds Rules Fits on 34 x 28 inch base Has at least one.
Product Evaluation & Quality Improvement
Product Evaluation & Quality Improvement
Robofest 2008 Judging Guidelines
Prototyping with Micro-controllers, Sensors, and Materials
Prototyping with Micro-controllers, Sensors, and Materials
Prototyping with Micro-controllers, Sensors, and Materials
Prototyping with Micro-controllers, Sensors, and Materials
Oregon Robotics Tournament and Outreach Program
LEGO Mindstorms Robot and Java
Introduction to arduino
Presentation transcript:

Sumo Introduction Fall 2011

theCOMPETITION Crash course in robotics for the inexperienced/curious.

theTOOLS We’ve designed a custom PCB specifically for the competition. You solder it together. We give you sheet metal. You design and build a chassis. We give you a firmware API. You design and implement a software strategy.

designHINTS Most effective designs usually incorporate some sort wedge Simple designs are more effective Keep in mind how the chassis is going to be manufactured to ensure ease of construction

minisumoBOARD Robots are controlled by a microcontroller MiniSumo robots use Atmel ATMega KBProgram ROM 1 KBRAM 16 MHzClock Speed Teams will develop software that runs on the microcontroller

developmentTOOLS C programming language Arduino IDE Serial Port

arduinoIDE Write code Compile Upload Debug

serialPORT Remember these? Very common in the embedded world You will use it for Uploading software to the board Debugging

exampleSOFTWARE Example software is available on the Robotics Team website. Fully functional Interfaces with motors and sensors Basic control logic Excellent base for custom code

learnMORE Arduino Software Getting Started Foundations

sumoRULES The following slides outline the rules of the competition. There are many rules –Most are based off ridiculous suggestions from the past The rules are available on our website

sumoRULES 12 cm x 12 cm is base limit Robot must weigh less than 500 g Chassis can be built without the sheet metal provided if desired but may not be kit built Robot may not fly The robot must have a name

sumoRULES Must be completely untethered and autonomous Must be battery powered No compressed gas or other dangerous material may be used in competition No active jamming devices may be used Magnets may not be used

sumoRULES Before moving, robot must delay 5 seconds after switch is thrown No parts may be jettisoned from robot, including smaller robots Minor loss of parts during competition is acceptable, subject to judge’s discretion

sumoRULES Pushing is the only acceptable form of offense. –No spinning, sprung or other forms of weaponry are permitted. The robot must not employ any sort of device or material intended to hold the robot down. –Rubber tires are acceptable, super glued tires are not.

arenaRULES Arena is a non-reflective black surface surrounded by a white painted ring –770mm internal diameter Sample rings will be made available for public testing during the days approaching the competition.

matchRULES Robots will begin the match –side by side, –facing in opposite directions, –no more than 200 mm away from the edge of the ring, –With the center of the ring between them.

matchRULES On the judges’ signal, each team will press a start button on their robot. The robot must delay for at least five seconds before beginning movement.

matchRULES The match will last for three minutes or until the first robot has exited the ring, whichever occurs first. A robot that has exited the ring loses the match “Exiting the ring” means having the entirety of the robot cross the white painted line

matchRULES If a robot is disabled and hasn’t moved for 15 seconds, it is disqualified. Rules for ties will be finalized and announced when the competition format is set

judgingRULES Judges will be determined prior to the event of competition Robots will be judged on design, creativity, appearance, as well as performance The robot that wins the tournament does not necessarily win the competition Tournament format will be announced approaching the day of the event

judgingRULES The overall winner will receive a cash prize in the range of $ Smaller prizes may be awarded to 2 nd and 3 rd place teams subject to availability

thisWEEK Electronics tutorial starts Wednesday at 6:30pm in E –All teams must attend –Kits will be distributed

thisWEEK At ~7:30pm, TWO members from each team will go with us to the Church Lab in E3X to the first soldering tutorial/session. Lab room cannot fit any more people Team members are welcome to rotate roles for future sessions –We will gladly teach concepts to team members during any lab session –You will not lose out by not attending the first session

questions? This presentation is posted on our website You should check our website often