Skip to content

Commit

Permalink
Test with and link to latest Webots snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle committed Jul 29, 2024
1 parent 8be7b4b commit 0527481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
webotsVersion: R2024a
webotsRepository: DeepBlueRobotics/webots
webotsTag: R2024a_DeepBlueSim_2024_07_28
webotsTag: R2024a_DeepBlueSim_2024_07_29

- name: Do the system test
uses: ./.github/actions/run-system-test
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
webotsVersion: R2024a
webotsRepository: DeepBlueRobotics/webots
webotsTag: R2024a_DeepBlueSim_2024_07_28
webotsTag: R2024a_DeepBlueSim_2024_07_29

- name: Checkout source
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ advantage of the WPILib's WebSockets server desktop simulation extension.

### Installation

1. Install [this unofficial version](https://github.com/DeepBlueRobotics/webots/releases/tag/R2024a_DeepBlueSim_2024_07_28) of Webots which contains fixes needed by DeepBlueSim.
1. Install [this unofficial version](https://github.com/DeepBlueRobotics/webots/releases/tag/R2024a_DeepBlueSim_2024_07_29) of Webots which contains fixes needed by DeepBlueSim. The latest [official nightly build of Webots](https://github.com/cyberbotics/webots/releases) will likely work as well (because it typically contains the same fixes), but we haven't tested DeepBlueSim with it.
1. Add the DeepBlueSim Gradle plugin to your `build.gradle` by adding the following line
in your `plugins` section:
```
Expand Down

0 comments on commit 0527481

Please sign in to comment.