(Linux) Instructions to download, build and run the RoboCup Rescue Simulator (RCRS)
- Git
- Gradle 6.1.1+
- OpenJDK Java 8+
$ git clone [email protected]:roborescue/rcrs-server.git
$ ./gradlew clean
$ ./gradlew completeBuild
Open a terminal window, navigate to the rcrs-server
root directory and execute
$ cd boot
$ ./start.sh -m ../maps/gml/test/map -c ../maps/gml/test/config
Open another terminal window, navigate to the rcrs-server
root directory and execute
$ cd boot
$ ./sampleagent.sh
To report a bug, suggest improvements or request support, please open an issue at GitHub https://github.com/roborescue/rcrs-server/issues.