Skip to content

Commit d0f4d31

Browse files
committed
Add builds directory with pre-built jar files and README for Maze Following Robot
1 parent dedddd5 commit d0f4d31

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ hs_err_pid*
2929
.target
3030
settings.xml
3131
.DS_Store
32+
33+
!builds/*.jar

builds/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Builds
2+
3+
This folder contains the pre-build jar files of the different robot setups for easily re-use.
4+
5+
## 1. Maze Following Robot
6+
7+
This robot is designed to navigate through a maze using sensors to detect walls and obstacles, in an infinite loop.
8+
9+
- Pera-Swarm Library Version: 1.0.3
10+
- RobotId: 11
11+
- Start Location: (9,9)
12+
- Heading: North (90 degrees)
13+
- Environment: Maze (Ch11)
14+
15+
Run the below command in terminal within the root directory of the project. (Make sure you have Java installed, and all the MQTT configs are set in `src/main/resources/mqtt.properties`)
16+
17+
```bash
18+
java -jar builds/java-robot-maze-follow-v1.jar
19+
```
555 KB
Binary file not shown.

0 commit comments

Comments
 (0)