The robot is supposed to traverse a 4x4 maze with 33cm long grid cells.
First, it is supposed to explore and generate a map of the maze (visualized on connected PC). The red cell is a danger cell bounded by black cells, and should not be visited in this stage.
Then, it is placed in a random position in the maze (in the same orientation) and has to perform the following tasks in order:
- If it has not picked up the ball (located in the blue cell), visit that cell.
- Visit the red cell, then play a sound.
- Visit the green cell, then play another sound.
- Connect lejOS robot to PC via bluetooth
- Upload and run TermProj.java
- Run PC.java on connected computer