Skip to content
Snippets Groups Projects
Commit a77ec046 authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

readme

parent 864f016d
No related branches found
No related tags found
No related merge requests found
# Basic example of using Davis
## Install Dependencies locally
`./gradlew getJBotsim`
## Without IDE
1. Write your java algorithm into the src folder : `MyAlgo.java`
2. Modify `args` parameters for task `davis` in `build.gradle`.
1. Write your java algorithm into the `src` folder : `MyAlgo.java`
2. Modify `commandLine` parameters for task `davis` in `build.gradle`.
3. Run
```
./gradlew davis
......@@ -19,16 +22,12 @@ You can collect all your examples in `scenario` file
## Getting started with Intellij
1. Clone the basic example repository :
```
git clone https://gitlab.lis-lab.fr/davis/basic-example.git
```
2. Open IntelliJ and load project :
Open IntelliJ and load project :
```
File/Open
```
Choose the basic-example folder and click ok for *auto-import*.
Choose the `basic-example` folder and click ok for *auto-import*.
## Write new algorithm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment