Skip to content

Commit

Permalink
Update README.md to include r2021b compatibility warning (#18)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update projects/forest_firefighters/README.md

Co-authored-by: Olivier Michel <[email protected]>

* Update projects/seronet-spawner/README.md

Co-authored-by: Olivier Michel <[email protected]>

* Update README.md

* Update README.md

Co-authored-by: Olivier Michel <[email protected]>
  • Loading branch information
Benjamin Délèze and omichel authored Dec 23, 2021
1 parent 1d245ba commit bd0c62d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/forest_firefighters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This simulation features a small forest wildfire and a few firefighter robots: a couple of drones and legged robots equipped with cameras.
Users can run the wildfire simulation and program the behavior of the robots to fight the fire.
They can also improve the models of the robot and even design new ones.

**Warning**: This project works only with Webots R2021b.


![fire](https://user-images.githubusercontent.com/12995815/131650395-876f5ce5-ecdc-4eb7-83bc-a86f94709e32.png)
Connect at www.forestfirehub.com for more information about this project.

Expand Down
2 changes: 2 additions & 0 deletions projects/seronet-spawner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project enables to use a REST API to spawn different kind of boxes, such as
It comes with two worlds: the first is a demo world (`spawner_demo.wbt`) where the different controllers are already implemented.
The second, `spawner_seronet.wbt`, is meant to be used with the SeRoNet-Tooling-Collection software, so all the controllers (robot, conveyor belts, etc.) are defined as `<extern>` (except the inner controller of the `ConveyorStation`, `box_creator`, which handles the REST API and is independent).

**Warning**: This project works only with Webots R2021b.

## Configuration

Both worlds make use of a `ConveyorStation` with 2 `ConveyorStationPlatform`: one is the place where robots deposit boxes to remove, while the other outputs the box requested by the REST API.
Expand Down

0 comments on commit bd0c62d

Please sign in to comment.