Skip to content

Commit 13eecaf

Browse files
Felix ExnerVinDp
authored andcommitted
URSim: Use a program folder per model
Otherwise we switch installation between different models all the time.
1 parent 1f20f05 commit 13eecaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/start_ursim.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ help()
5454
ROBOT_MODEL=UR5
5555
ROBOT_SERIES=e-series
5656
URSIM_VERSION=latest
57-
URCAP_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/urcaps"
58-
PROGRAM_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/programs"
5957
DETACHED=false
6058

6159

@@ -80,6 +78,8 @@ validate_model()
8078
exit
8179
;;
8280
esac
81+
URCAP_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/urcaps"
82+
PROGRAM_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/${ROBOT_MODEL}/programs"
8383
}
8484

8585
verlte()

0 commit comments

Comments
 (0)