Project date:
June 2018
Project contributors:
Group project. I was the lead project designer and team leader of the group.
Project hardware:
This is the project hardware diagram from our assignment report:

Project Description:
This project was an assignment for the UTS subject of 48623 Mechatronics 2. My group was tasked with using an iRobot's Roomba robot and a mechatronics kit with an MXK microprocessor in a search and rescue scenario.
In this scenario, we had a maze with know physical walls and starting position. There were also two virtual walls. These were devices that shine an infrared laser light that the robot could detect and upon detection our program had to not cross that light curtain.
The position of one virtual wall was known, but the other virtual wall could have been anywhere. There were two victims. These were devices that the robot could detect if it came close to them.
Our task was to search the maze autonomously and find the two victims that could be anywhere in the maze. Upon detection of a victim, our robot had to play a song. Once both victims were detected, our robot had to navigate to the starting position and
play a different song all without colliding with the physical or virtual walls.
The entire project code was implemented in C.
The above video is in real-time and has not sped up. It shows the actual run of our robot in the demonstration day.
Our approach was to place an IR distance sensor on top of a stepper motor. The sensor was facing the wall and constantly making measurements. Then we used these distance measurements to make a PID controller to keep the same distance from the walls. The stepper motor could turn the IR sensor to face the left or the right wall. By
following the walls and keeping the same distance, we could navigate the maze and don't hit the walls.
The following video is also in real-time as has not sped up. It shows the view from a camera mounted on the robot as it makes its run on the demonstration day:
Here is a picture of me and my team members after successfully finishing the challenge on the demonstration day:
