/adf-core-java

RoboCup Rescue Agent Development Framework

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

adf-core-java Agent Development Framework Core Java

(Linux) Instructions to download and build the core of the Agent Development Framework (ADF)

1. Software Pre-Requisites

  • Git
  • OpenJDK Java 17
  • Gradle

2. Download

$ git clone https://github.com/roborescue/adf-core-java.git

3. Compile

$ cd adf-core-java

$ ./gradlew clean

$ ./gradlew build

4. Support

To report a bug, suggest improvements or request support, please open an issue at GitHub https://github.com/roborescue/adf-core-java/issues.