Sumo: Stay in Ring Algorithm

Slides:



Advertisements
Similar presentations
Introduction to LEGO RCX robotics and Robot Sumo
Advertisements

RCX Workshop Day 2 Programming with Touch Sensor Light Sensor Repeat CJ Chung Associate Professor of Computer Science Lawrence Technological University.
NXTG Workshop Day 2 Programming with Touch Sensor Light Sensor Ultrasonic Sensor Repeat CJ Chung Associate Professor of Computer Science Lawrence Technological.
Why are things coloured ?. Beam of white light hits Homers head Yellow light reflects in all directions Blue light reflects in all directions Beam of.
Robots Leslie B.. What is a robot? A robot is a machine that is capable of doing many kinds of actions.
Proportional, Integral, Derivative Line Following October 5, 2013.
4/22/ MAKING YOUR ROBOTS SEE Building and Testing Photosensitive eyes.
Race Car Integers October 18, Race Car Rules / Positive numbers mean “forward” / Negative numbers mean “reverse” / Add means “keep going” / Subtract.
An Intro to Robots and Computer Programming
LINE FOLLOWER ROBOT USING I-BOT mini V3
Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.
Twyla and Jordan.  Light over black line  Runs roverbot.
A-Tech Technical Training. Robotic Design - Basket Grey pieces act like funnel Black rubberband keeps basket closed.
The Bell Camera1 Trainer Training The Bell Camera.
EducateNXT Robot Sumo The robot gains intelligence.
Programming a light sensor to follow a black line.
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.
This presentation is intended to offer a set of activity cards, which are ideal for introducing the Robolab. The cards cover a range of basic skills, that.
 By Droids Robotics Code Contributed by FLL 1920 Line Following with Two Color Sensors and Proportional Control ADVANCED EV3 PROGRAMMING LESSON © 2015.
Lesson 4: Conditional Statements Programming Solutions.
Com.Tech 3104 Outcome 12 By: Evan And Mark Progress Report.
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.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
Oregon Robotics Tournament and Outreach Program RCX Basics.
1 ©2006 INSciTE Common Blocks. 2 ©2006 INSciTE Common Blocks Common blocks are full featured actions Like English statements Move Wait for an action Display.
Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.
Lesson 1: Motors and Sound Programming Solutions.
How to make a Line Follow program Using EV3 software and an NXT light sensor.
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.
Advanced issues in Robotics and Programming Dr. Katerina G. Hadjifotinou Experimental Junior High School of the University of Macedonia.
Sensor Information: while loops and Boolean Logic.
Introduction to LEGO RCX robotics and Robot Sumo Douglas G. Czinder IEEE SEM R&A Chairperson Ms. Susan Latos Robofest Assistant Coordinator.
And you call me coloured..? Written by an African child and nominated by The United Nations as the best Poem of 2006.
And you call me coloured
RoboLab Team #8 University of Central Oklahoma Intro to Engineering October 21, 2003 By: Sanjeeb Basnet Jason Bierman Miriam Kebaya Bob Searles.
EV3 Attachments and Sensors. Ultrasonic Sensor  Purpose: detect distance from an object.  What it does: Generates sound waves and reads their echoes.
Lego Mindstorms EV3 Sumo Battle
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4.
Robotics Training For The Riverside Robotics Society
Selection Learning Objective: to be able to design algorithms that use selection.
Touch Sensor.
Movement using Shaft Encoders
BEGINNER PROGRAMMING LESSON
By Sanjay and Arvind Seshan
INTERMEDIATE PROGRAMMING LESSON
Year 8 Digestion of Starch Practical
Set 9 white know black its her yes funny eat came try.
Sensors and Logic Switches
Lecture 15 Line Tracer Hong, DGU.
INTERMEDIATE PROGRAMMING LESSON
Cameras and Eyes.
Beginner Programming Lesson
Selection Learning Objective: to be able to design algorithms that use selection.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 5.
Switch Blocks check a value and choose a path based on that value
Properties of Light.
BEGINNER PROGRAMMING LESSON
Robotics and EVT - line follower -
SENSORS.
Introduction to programming consistent results
Which way does the robot have to turn to get to the charger?
Using a Drawing Robot to Make Angles (Using Rotations)
Flow Diagrams Start End
© T Madas.
An Introduction to VEX IQ Programming with Modkit
Using a Drawing Robot to Make Angles (Using Rotations)
What colour is it / are they?
Lego MINDSTORMS EV3.
Oregon Robotics Tournament and Outreach Program
Exploring Computer Science Lesson 6-11
Presentation transcript:

Sumo: Stay in Ring Algorithm steminabox.com.au Sumo: Stay in Ring Algorithm 1 Colour / Light Sensor

Sumo: Stay in Ring Algorithm (1 Colour / Light Sensor) Reverse then turn Go forward Yes Colour Value = Black Light Value < Av black/white Can I see black Sumo ring border? Check colour sensor No Colour Value = Black Light Value < Av black/white

SUMO: Stay in Ring Algorithm (1 Colour / Light Sensor) I see white so go straight I see black so backwards turn If robot sees black THEN reverse & turn ELSE forward