Sumobot Proposal
Sumobot Proposal
I. TITLE
a. Project title : Omptimum Pride
II. Introduction
a. Overview
A Sumobot is a small, autonomous robot specifically engineered for a sport
known as Robot Sumo, or “Pepe Sumo.” This competitive activity is modeled after
traditional Japanese Sumo wrestling, where two opponents face off in a circular ring
called a "dohyo." However, instead of human wrestlers, Robot Sumo features
autonomous machines battling for dominance.
Sumobots are usually equipped with sensors, motors, and microcontrollers,
enabling them to react to their surroundings and navigate the ring. These robots are
designed and programmed by enthusiasts, who use various strategies to build the
optimal Sumobot. Different configurations of sensors, materials, and programming
techniques can be seen in each competition, adding to the diversity and excitement of
the sport.
Robot Sumo is a popular pastime in many countries, with tournaments ranging
from local hobbyist events to large international championships. The sport is not only
entertaining but also educational, encouraging participants to delve deeper into
engineering, electronics, and robotics.
Objectives:
The Omptimum Pride Robot is a specially designed robot built for competitive
Robot Sumo, focusing on combining both offensive and defensive capabilities. Inspired
by the stability and balance of a pyramid, the robot’s design features a low, wide base
that tapers towards the top, creating a structure that maximizes stability and weight
distribution. This shape is highly effective in maintaining balance during intense sumo
matches and offers strong resistance against tipping or being pushed out of the ring.
Advanced Strategies
Defensive Tactics:
Deflection:
Braking Power:
Offensive Tactics:
This tactic involves making an initial, strong push against the opponent,
then retreating slightly to lure the opponent into an aggressive stance. Once the
opponent is misaligned or off-balance, the Omptimum Pride Robot charges
forward again, using its powerful motors to push them out of the ring.
The Omptimum Pride Robot can perform a sweeping motion around the
edge of the ring, using sudden movements to confuse the opponent’s sensors.
Once the opponent is out of position, the robot swiftly charges forward,
leveraging its stability and power to push the opponent out.
Exploiting Gaps:
Using its strong base and balanced structure, the Omptimum Pride Robot
can exploit any gaps or weaknesses in the opponent’s design. It focuses on
targeting the sides or rear of the opposing robot, where defenses may be weaker,
and applies pressure until it forces the opponent out of the ring.
V. Design Specifications
a. List of measurable criteria for the Sumobot (e.g., dimensions, weight, speed).
VIII. Programming
a. Brief description of the programming languages and platforms used.
The programming language to be used for the sumo bot will primarily be C#.
Along with using the platform Arduino IDE.
b. Overview of algorithms (e.g., control algorithms, sensor processing).
Collision Sensor
int pingpin = 2;
int led = 13;
void loop();
{
long duration;
double cm;
pinMode(pingPin, OUTPUT);
digitalWrite(pingPin, LOW);
delayMicroseconds (2);
digitalWrite(pingPin, HIGH);
delayMicroseconds(5);
digitalWrite(pingPin, LOW);
delay(100);
}
HC-SR04 ultrasonic
void setup() {
pinMode(trigPin, OUTPUT);
pinMode(echoPin, INPUT);
Serial.begin(9600);
void loop() {
digitalWrite(trigPin, LOW);
delayMicroseconds(2);
digitalWrite(trigPin, HIGH);
delayMicroseconds(10);
digitalWrite(trigPin, LOW);
distance = (duration*.0343)/2;
Serial.print("Distance: ");
Serial.println(distance);
delay(100);
IR Sensor Module
void setup(){
void loop(){
else {
X. Special Features
a. Discuss the special mechanism and/or unique functionality.
XII. Reference
V
Font style: Cambria Font size: 11 Spacing: at least Page number position: Lower right Picture
size range: 2’’x 3’’ to 4’’x 5’’