Skip to content

Commit

Permalink
Work around wstool bug in build with Docker base image. (cartographer…
Browse files Browse the repository at this point in the history
…-project#1041)

We have already a cloned source space in the base image, which can be
buggy according to: vcstools/wstool#77

This should unblock Travis and fix local builds.
  • Loading branch information
MichaelGrupp authored and gaschler committed Oct 4, 2018
1 parent 829e2dc commit 8fab3fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/update_catkin_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8fab3fe

Please sign in to comment.