Skip to content

roborescue/adf-core-java

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.