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 7b02e14 commit 454646fCopy full SHA for 454646f
1 file changed
readme.md
@@ -36,7 +36,10 @@ This command install Azure Kinect SDK and ROS2 driver.
36
Once the container is built and your camera is plugged in, run the following command to launch the container:
37
38
```bash
39
-docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --network=host --privileged ghcr.io/isri-aist/azure-kinect-container:humble
+docker run -it -d --rm -e DISPLAY=$DISPLAY -e ROS_DOMAIN_ID=10 -v /tmp/.X11-unix:/tmp/.X11-unix --net=host --ipc=host --privileged ghcr.io/isri-aist/azure-kinect-container:humble
40
+
41
+export ROS_DOMAIN_ID=10
42
+rqt # can be used to visualize current image
43
```
44
45
> ℹ️ --privileged is required to access USB devices. X11 display is passed to allow GUI applications like RViz to render (if used).
0 commit comments