+ All Categories
Home > Documents > 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

Date post: 22-Dec-2015
Category:
Upload: evelyn-walton
View: 220 times
Download: 1 times
Share this document with a friend
Popular Tags:
33
1 Robotics Technolog y
Transcript
Page 1: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

1

Robotics

Technology

Page 2: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

2

Irish Mini Sumo Robot Competition Explained

Page 3: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

3

Educational Aims

To develop student interest and expertise in the area of Applied Control through building autonomous Mini Sumo Robots and subsequently competing them against each other in both school based and national Mini Sumo Robot Tournaments.

Students will develop skills in the following areas:

•Design

•Material Processing

•Mechanisms

•Robotics

•PIC Control

•Mathematics

•GENIE PIC Programming Software

Page 4: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

4

1. Competition Overview

Page 5: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

5

What is Robot Sumo?Robot-Sumo is a sport in which two robots attempt to push each other out of a circle (in a similar fashion to the sport of Sumo). The robots used in this competition are often called Sumobots. The engineering challenges are for the robot to find its opponent (usually accomplished with infrared or ultra-sonic sensors) and to push it out of the flat arena. A robot should also avoid leaving the arena, usually by means of a sensor that detects the edge.

The most common "weapon" used in a Sumobot competition is an angled blade at the front of the robot, usually tilted at about a 45 degree angle towards the back of the robot. This blade may have an adjustable height for different tactics.

Page 6: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

6

Sumo Robot ClassesThere are four main classes of Sumo Robot.

Class Max Length (cm)

Max Width (cm)

Max Weight (grams)

Max Height (cm)

Mega 20 20 3000 Unlimited

Mini 10 10 500 Unlimited

Micro 5 5 100 5

Nano 2.5 2.5 25 2.5

The Irish Schools Competition is currently only for the Mini Sumo Robot.

Page 7: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

7

Ring Name

Ring Diameter

Ring Height

White Border Width

Start Line Width

Start Line Length

Start Line From Center

Mini Sumo

77 cm 2.5 cm 2.5 cm 1 cm 10 cm 5cm

Mini Sumo Robot Competition Ring

Schools should make a similar ring from sprayed MDF etc to test their Mini Sumo Robots.

Page 8: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

8

A mini-sumo robot must be able to do the following:

• Stay in the ring: Survive

• Look for the opponent: Hunt

• Aim at the opponent: Target

• Push the opponent: Attack

Irish Mini Sumo Robot Competition

Page 9: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

9

State Description Actions

SURVIVE The robot enters this state when it detects the table edge using its LDR sensor(s)

Its goal is to survive by not going off the table

The robot rotates away from the sensor that sensed the edge to face back toward the centre of the table

Rotate away from the line sensor thatsensed the edge.

Switch back to HUNT state when rotation iscomplete.

Page 10: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

10

State Description ActionsHUNT The robot is not at the edge of

the table but hasn’t sensed the opponent

The robot moves around in a set pattern so its infra red range sensor(s) will sweep across the ring in the hope of sensing the opponent

Switch to SURVIVEstate if table edge isdetected

Switch to TARGETstate if range sensors indicate an objectahead

Otherwise, drive in the set pattern

Page 11: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

11

State Description ActionsTARGET The opponent has

been sensed ahead using the infra red sensor(s)

Aim the robot to face the opponent directly

Switch to SURVIVEstate if ring edge detected

If still sensing opponent, butopponent is not directly ahead, turn slightly to aim at opponent

If opponent is directly ahead and close switch to ATTACK state

If opponent is ahead but not close, move straight forward

Otherwise, switch to HUNT state

Page 12: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

12

State

Description Actions

ATTACK

The opponent has been found and aiming is complete.

Drive straight ahead at full power to push the opponent off the table.

1. Switch to SURVIVEstate if table edgedetected.

2. Otherwise, drivestraight forward at fullpower.

Page 13: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

13

Mini Sumo Robot Examples

Page 14: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

14

Page 15: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

15

Page 16: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

16

Page 17: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

17

Page 18: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

18

Page 19: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

19

Page 20: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

20

Page 21: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

21

Page 22: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

22

Page 23: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

23

This is a SolidWorks render of a sample Mini Sumo Robot.

Instructions for the manufacture of this robot are available in folder 3.Sample Mini Sumo Robot Manufacture

Page 24: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

24

Rear view of the SolidWorks render.

Page 25: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

25

Required Components for Irish Mini Sumo Robot

Competition

Page 26: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

26

In order to minimise costs for and ensure fairness and equality during competition, specifications for the following main components have been created:

•Motors

•PIC Control Board

•Edge Sensing LDR

•Infra Red Distance Sensor

Page 27: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

27

Specified Motors

http://www.rapidonline.com/Electrical-Power/Fans-Motors/Gearboxes/120:1-Inline-motor-and-gearbox/81728/kw/motor

This economy motorised gearbox is fitted with a 3 to 12V DC motor. The output shaft is 5.5mm diameter and 9mm long with 2 flats.

It is available from Rapid Electronics.

Click on the link below for details.

Page 28: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

28

Specified Motors

http://www.rapidonline.com/Electrical-Power/Fans-Motors/Gearboxes/Worm-drive-gearbox-with-motor/64483/kw/Motor+and+gearbox+1%3a220

A robust worm-drive gearbox powered by an MM28 motor (included).

Most suitable for applications where an easy to fit, high torque output is required. Ideal for student based projects including robots and buggies

Click on the link below for details.

Page 29: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

29

PIC Control BoardThe GENIE E18 Motor Board must be used to control the Mini Sumo Robot.

A kit containing all necessary components to build this board can be purchased at:

http://www.rapidonline.com/sku/Electronic-Components/Integrated-Circuits/Genie/GENIE-18-pin-microcontroller-system-kits/124896/13-6016

The required GENIE Design studio software can be downloaded free from the GENIE website at:

http://www.genieonline.com/

The folder labelled 4. Using GENIE Design Studio to Program a Mini Sumo Robot contains information on using the software along with example videos of student Mini Sumo Robots in action.

Page 30: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

30

GENIE E18 Motor Board

Page 31: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

31

Edge Sensing LDRs

A compact low cost cadmium sulphide light dependent resistor (LDR) housed in a small package.

Click on the link below for details of this or similar LDRs:

http://www.rapidonline.com/Electronic-Components/Optoelectronics/Photodetectors/Miniature-light-dependent-resistor/34796/kw/ldr

Page 32: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

32

Infra Red Distance SensorThe GP2Y0A21 Sharp distance sensor is a great way to add obstacle avoidance or motion sensing to your robot or any other project.

With built in emitter and receivers, a detection range of 10 to 80cm and an analogue voltage indicating the distance, this sensor is very easy to use.

Click on the link below for details.

http://www.pololu.com/catalog/product/136/pictures

Page 33: 1 Robotics Technology. 2 Irish Mini Sumo Robot Competition Explained.

33

If any school is interested in entering the 2012 Inaugural Irish Mini Sumo Robot Tournament which will be held in January 2012 please contact:

Declan Askin

St. Gerald’s College

Castlebar

Co. Mayo

087 4181690

[email protected]

www.geralds.ie


Recommended