We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fef90e commit 2e54d09Copy full SHA for 2e54d09
docs/demos/manipulation.md
@@ -114,6 +114,18 @@ manipulation techniques.
114
docker run --net=host --ipc=host --pid=host -e ROS_DOMAIN_ID=$ROS_DOMAIN_ID --gpus all -it rai:jazzy # or rai:humble
115
```
116
117
+ Sometimes, passing GPUs to the docker container may result in an error:
118
+
119
+ ```shell
120
+ docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
121
+ ```
122
123
+ Restarting the docker service should resolve this error:
124
125
126
+ sudo systemctl restart docker
127
128
129
4. (Inside the container shell) Download additional ROS 2 dependencies:
130
131
```shell
0 commit comments