Skip to content

Commit

Permalink
Bash script to setup dependendies for Ubuntu22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tvpian committed May 18, 2024
1 parent 7d6b121 commit 1e5780c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rapter_ws/run_clean_ubuntu22.04.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

docker run -m=5g --rm --gpus all -it --net=host --ipc=host --pid=host --privileged -v /dev/shm:/dev/shm -e DISPLAY=$DISPLAY -v /dev/input:/dev/input:rw -v /tmp/.X11-unix:/tmp/.X11-unix:ro -v $(pwd)/:/home/root:rw -w /home/root --name=sim_class2_docker u22_ros2_docker:v1 /bin/bash -l

0 comments on commit 1e5780c

Please sign in to comment.