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 6eff269 commit 648dbbfCopy full SHA for 648dbbf
scripts/start_ursim.sh
@@ -182,8 +182,8 @@ validate_parameters()
182
fi
183
;;
184
polyscopex)
185
- if [[ -z "${POLYSCOPE_X_MAP[${URSIM_VERSION}]}" ]]; then
186
- echo "URSim version $URSIM_VERSION is not supported"
+ if [[ ! "${POLYSCOPE_X_MAP[${URSIM_VERSION}]+_}" ]]; then
+ echo "URSim version $URSIM_VERSION is unfortunately not supported"
187
exit 1
188
189
if [[ $ROBOT_MODEL != @(ur3e|ur5e|ur10e|ur16e|ur20|ur30) ]]; then
0 commit comments