diff --git a/scripts/update_catkin_workspace.sh b/scripts/update_catkin_workspace.sh index fa70f40..15807cd 100755 --- a/scripts/update_catkin_workspace.sh +++ b/scripts/update_catkin_workspace.sh @@ -20,4 +20,7 @@ set -o verbose . /opt/ros/${ROS_DISTRO}/setup.sh cd catkin_ws/src + +# Call 'status' as a workaround for https://github.com/vcstools/wstool/issues/77 +wstool status wstool update