hello-robot / stretch_install

Install scripts for the Stretch mobile manipulators from Hello Robot Inc.
Other
7 stars 14 forks source link

Fix typo in catkin ws creation scripts #46

Closed elvout closed 11 months ago

elvout commented 11 months ago

This PR fixes a typo in stretch_create_catkin_workspace.sh to check the existence of $CATKIN_WSDIR instead of $AMENT_WSDIR on Ubuntu 18.04 and 20.04. The bash nounset option is also turned on to catch unset variables.

hello-binit commented 11 months ago

Thanks for the PR @elvout!