A team project where we developed the source code for an EV3 robot using Robot C language.
Program a robot to complete tasks.
Make a robot solve a maze problem by finding boxes and stacking them on top of each other throughout the maze.
https://www.youtube.com/watch?v=FANwK3W_1WA&feature=youtu.be
- Limited set of EV3 robot pieces.
- The coordinates of the maze were hardcoded because the shape of the maze never changed.
- The unique coordinates of the boxes were inputed before starting the application.
The source code can be improved to be more clear and concise.