update sitl_gazebo (#5224)

This commit is contained in:
James Goppert
2016-08-03 18:46:25 -04:00
committed by GitHub
parent f3c5c2c5a9
commit eeb73888fd
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -28,8 +28,12 @@ TEST_RESULT_TARGET_DIR=$JOB_DIR/test_results
if [ -f /opt/ros/indigo/setup.bash ]
then
source /opt/ros/indigo/setup.bash
else
elif [ -f /opt/ros/kinetic/setup.bash ]
then
source /opt/ros/kinetic/setup.bash
else
echo "could not find /opt/ros/{ros-distro}/setup.bash"
exit 1
fi
source $SRC_DIR/integrationtests/setup_gazebo_ros.bash $SRC_DIR