RoboCup Rescue Agent Sample Team(Linux) This repository contains the Java code of a sample agent team for the RoboCup Rescue Simulator.Software Pre-RequisitesGitOpenJDK Java 21InstallationDownload project from GitHub$ git clone git@github.com:roborescue/rcrs-sample-agent-java.gitCompile the project$ cd rcrs-sample-agent-java $ ./gradlew buildExecute the Rescue Simulation Sample AgentOpen a terminal window, navigate to the rcrs-sample-agent-java root directory and execute$ ./gradlew launch