-
Notifications
You must be signed in to change notification settings - Fork 1
added webots #1
base: main
Are you sure you want to change the base?
added webots #1
Conversation
|
||
> **Prerequisites** | ||
> | ||
> The `compose.sim.webots.yaml` file uses NVIDIA Container Runtime. Make sure you have NVIDIA GPU and the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to run webots without nvidia runtime? For ignition-gazebo simulation we have two configs (the one without nvidia runtime is really really slow though).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in readme running without nvidia.
volumes: | ||
- ./maps:/maps | ||
environment: | ||
- DDS_CONFIG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if DDS_CONFIG
is necessary, and if it is, it should be also included in other containers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in every service
enable_interactive_mode: false | ||
|
||
# General Parameters | ||
use_scan_matching: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still not fixed? :D It would be nice to add a comment that this parameter is changed, and a general one at the beginning of the file, explaining why it is necessary to have a separate config. Also a link to the issue will be nice, so that we can keep track of it, and remove this config once it is solved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the comment at the beginning of the file.
No description provided.