Skip to content

Commit

Permalink
URSim: Use a program folder per model
Browse files Browse the repository at this point in the history
Otherwise we switch installation between different models all the time.
  • Loading branch information
fmauch authored and VinDp committed May 29, 2024
1 parent 1f20f05 commit 13eecaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/start_ursim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ help()
ROBOT_MODEL=UR5
ROBOT_SERIES=e-series
URSIM_VERSION=latest
URCAP_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/urcaps"
PROGRAM_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/programs"
DETACHED=false


Expand All @@ -80,6 +78,8 @@ validate_model()
exit
;;
esac
URCAP_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/urcaps"
PROGRAM_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/${ROBOT_MODEL}/programs"
}

verlte()
Expand Down

0 comments on commit 13eecaf

Please sign in to comment.