(Linux) Instructions to download, build and run the RoboCup Rescue Simulator (RCRS)
- Git
- Gradle
- 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
Open a terminal window, navigate to the rcrs-server
root directory and execute
$ ./gradlew gmlEditor --args=<map file path>
where --args=<map file path>
is optional. The default map file path is maps/gml/test/map/map.gml
.
Open a terminal window, navigate to the rcrs-server
root directory and execute
$ ./gradlew scenarioEditor --args=<scenario path>
where --args=<scenario path>
is optional. The default scenario path is maps/gml/test/map
.
Open a terminal window, navigate to the rcrs-server
root directory and execute
$ ./gradlew randomScenario --args=<map path>
where --args=<map path>
is optional. The default map path is maps/gml/test/map
.
Open a terminal window, navigate to the rcrs-server
root directory and execute
$ ./gradlew logViewer --args='-c config/logviewer.cfg <log path>'
where --args='-c config/logviewer.cfg <log path>'
is optional and <log path>
defines the log file path. The default log file path is logs/rescue.log
.
To report a bug, suggest improvements or request support, please open an issue at GitHub https://github.com/roborescue/rcrs-server/issues.