We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa8eac commit d5fa901Copy full SHA for d5fa901
scripts/start_ursim.sh
@@ -153,6 +153,8 @@ docker run --rm -d --net ursim_net --ip 192.168.56.101\
153
-v "${URCAP_STORAGE}":/urcaps \
154
-v "${PROGRAM_STORAGE}":/ursim/programs \
155
-e ROBOT_MODEL="${ROBOT_MODEL}" \
156
+ -p 30001-30004:30001-30004 \
157
+ -p 29999:29999 \
158
--name ursim \
159
universalrobots/ursim_${ROBOT_SERIES}:$URSIM_VERSION || exit
160
0 commit comments