Added ros-launcher

This commit is contained in:
Allen
2023-09-18 01:33:28 -05:00
parent fb1f205e86
commit 53a7f78f6e
2 changed files with 8 additions and 0 deletions

4
ros-launcher Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
docker run --net=host --device /dev/dri/ -e DISPLAY=$DISPLAY -v $HOME/.Xauthority:/root/.Xauthority:ro -it osrf/ros:humble-desktop
# -v /tmp/.X11-unix:/tmp/.X11-unix

4
ros-launcher.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
docker run --net=host --device /dev/dri/ -e DISPLAY=$DISPLAY -v $HOME/.Xauthority:/root/.Xauthority:ro -it osrf/ros:humble-desktop
# -v /tmp/.X11-unix:/tmp/.X11-unix