Sumorobot Workshop
Prior experience is not required
Plan for today
What is robotics
Purpose of robotics
Components of a robot
3
2
1
1
Before getting started
Let us get started
Programming
void setup()
{
start();
}
void loop()
{
forward();
backward();
}
Testing
Reprogramming
void setup()
{
start();
}
void loop()
{
forward();
delay(1000);
backward();
delay(1000);
}
Testing
Programming Sensors
Programming Sensors
void setup()
{
start();
}
void loop() {
if (BOTTOM_RIGHT) {
left();
} else {
forward();
}
}
Happy programming !
Competition
Team Names | Matid | Katid | Vurajad | Vinged | Maadlejad |
Matid | - | | | | |
Katid | | - | | | |
Vurajad | | | - | | |
Vinged | | | | - | |
Maadlejad | | | | | - |
Thank you for attending !