added volume
This commit is contained in:
parent
47eb5e389a
commit
c26ea1b9dc
2
run.sh
2
run.sh
@ -3,7 +3,7 @@
|
||||
echo "ID: $PIONIER_ID"
|
||||
|
||||
docker run -d --privileged --network=host --device=/dev/ttyS0 -i -e ROS_IP=$(hostname -I | awk '{print $1}') -e PIONIER_ID=$(hostname | sed 's/[^0-9]//g'
|
||||
) irth7/rosaria-legacy
|
||||
) --mount type=bind,source=/home/lab1_5/rosaria/Legacy/ws_linux,target=/home/lab1_5/ws/ws_linux irth7/rosaria-legacy
|
||||
|
||||
if [ -e "/dev/decawave" ]; then
|
||||
echo "found tag"
|
||||
|
Loading…
Reference in New Issue
Block a user