PROTOTYPE SOLUTION: A demo of screen
shots and a brief report of client group feedback
This is the basic level of the program whereby the robot (which
is the purple circle) moves in a pre-defined route while avoiding
the obstacles (which are the cyan shapes).
This is the intermediate level of the program. There is a traffic
light there, when the light shows green it keeps on moving in the
pre-defined route.
This is also the intermediate level of the program. When the
light shows red, the robot stops and when it shows green, it
keeps on moving.
REPORT
The feedback from the client group about the software was
impressing, they liked the light function, map layout (different
shapes) and how the robot follows the route.
The client group also thought we should improve on the random
robot movement and the robot collision with objects.
Also, they advised us to make the canvas of the robot bigger and
make the robot look like it’s doing a defined route instead of
appearing to be random.
The feedback was taken into consideration and worked on. The
implementation of the code was done and it came out good.