C@nnizz@Robot 2022

#event
Published on 13/06/2022

Everything begun in February 2022 when one of my school teachers told me about the “C@nnizz@Robot” of Catania and suggested that I’d join. The purpouse was to create a robot capable of saving people who couldn’t escape a possible eruction of the Etna volcano. The robot had to be capable of recognizing the colors of the blocks and decide whatever to take or leave them.

The brown blocks were the volcanic rubble and had to be discarted, the blue blocks and yellow ones were worth respectively 4 and 5 points. The green blocks had to be taken to a different area and they were worth 3 points.

The field was divided into 4 areas, our strategy is shown below: image

Because of the limitations that our hardware had, we decided to discard the last portion of the map.

The robot

image The robot was able to move thanks to 2 stepper motors set to 1/4 step, driven by 2 separated motor drivers (A4988). The robot was equipped with 2 IR distance sensors which are analog sensors, and because we used a Raspberry Pi we had to use an ADC to convert its signal. Unfortunately the sensors had a limit of 4-30cm, so we couldn’t collect the points in the last area, but this wasn’t a problem because if all went right on the other areas we would have enough points. At the front we mounted a programmable color sensor (Pixy) configurable with the aid of a computer. We used a servomotor to drive an arm used to discard or take the blocks. All the sensors and motors were attached to a Raspberry Pi 3B+ with a program written in Python by me. The code is all open source, it also contains some libraries that I wrote to integrate the code with our strategies.

Problems encountered

We had to start again many times, initially we used an AlphaBot, but We immediately understood that it wasn’t the right path because it used DC motors which were more complicated to control, so we decided to switch them with some steppers motors, that would grant us more control.

We encountered many issues with the color sensor, because it wasn’t capable of adjusting itself on different ambient lights and it had to be reconfigured many times. We managed to solve most of the problem using a function in the sensor which allowed to automatically calibrate the white balance when it was powered on, but the problem persisted if the light changed during the execution of the program, so just a lamp with a different hue of the other could confuse the sensor.

The competition

The competition took place on June 4, 2022 at the I.T.I. S. Cannizzaro school. Unfortunately during the quarter finals the ADC disconnected due to vibrations and confused the robot tricking it into thinking it was too close to the wall causing it to start spinning on itself. We still managed to achieve the 5th place out of 24 participants. Overall it was an amazing expirience and I would totally come back.

image image image

Read more

I.S.I.S. Gobetti Volta Catania Today ITI S. Cannizzaro C@nnizz@Robot