We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1e4de commit 8ad83adCopy full SHA for 8ad83ad
1 file changed
README.md
@@ -76,17 +76,8 @@ docker build --tag vcam_image:humble .
76
**Run** the docker image.
77
78
```bash
79
-# Enable display to be forwarded from container to host.
80
-xhost +local:docker
81
-# Run virtual_camera in docker container, vcam_test_container
82
-docker run -it --rm \
83
- --net host \
84
- --name vcam_test_container \
85
- -e DISPLAY=$DISPLAY \
86
- -v /dev/shm:/dev/shm \
87
- -v /tmp/.X11-unix:/tmp/.X11-unix \
88
- -u user \
89
- vcam_image:humble bash -c \
90
- "ros2 launch virtual_camera showimageraw.launch.py \
91
- use_image_viewer:=true"
+bash scripts/2_create_docker_container.bash
92
```
+
+#### **Maintainer(s)** :glasses:
+- [cardboardcode](https://github.com/cardboardcode)
0 commit comments