Skip to content

Commit d5fa901

Browse files
author
Felix Exner
committed
Added port forwarding to start_ursim.sh
1 parent 4fa8eac commit d5fa901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/start_ursim.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ docker run --rm -d --net ursim_net --ip 192.168.56.101\
153153
-v "${URCAP_STORAGE}":/urcaps \
154154
-v "${PROGRAM_STORAGE}":/ursim/programs \
155155
-e ROBOT_MODEL="${ROBOT_MODEL}" \
156+
-p 30001-30004:30001-30004 \
157+
-p 29999:29999 \
156158
--name ursim \
157159
universalrobots/ursim_${ROBOT_SERIES}:$URSIM_VERSION || exit
158160

0 commit comments

Comments
 (0)