Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: include supported version of Webots in docs #266

Merged
merged 4 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ codecov:
require_ci_to_pass: true
ignore:
- "src/scenic/simulators/**"
- "tests/**"
- "!src/scenic/simulators/newtonian/**"
- "!src/scenic/simulators/utils/**"
cli:
Expand Down
2 changes: 2 additions & 0 deletions docs/simulators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ We have several interfaces to the `Webots robotics simulator <https://cyberbotic
Our main interface provides a generic world model that can be used with any Webots world and supports dynamic scenarios.
See the :file:`examples/webots` folder for example Scenic scenarios and Webots worlds using this interface, and `scenic.simulators.webots` for documentation.

Scenic currently interfaces with Webots versions greater than or equal to 2023a.

Scenic also includes more specialized world models for use with Webots:

* A general model for traffic scenarios, used in `our VerifAI paper`_.
Expand Down
Loading