Skip to content

Commit 5972c73

Browse files
committed
update jsk_fetch.rosinstall directory, due to jsk-ros-pkg/jsk_robot#1148
1 parent 17cccd3 commit 5972c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install_robot_rosinstall() {
44
if [ "$TEST_ROBOT" = "pr2" ]; then
55
ROSINSTALL_URL="https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_pr2_robot/jsk_pr2_startup/jsk_pr2.rosinstall"
66
elif [ "$TEST_ROBOT" = "fetch" ]; then
7-
ROSINSTALL_URL="https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_fetch_robot/jsk_fetch.rosinstall"
7+
ROSINSTALL_URL="https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_fetch_robot/jsk_fetch.rosinstall.$ROS_DISTRO"
88
fi
99

1010
if [ "$ROSINSTALL_URL" != "" ]; then

0 commit comments

Comments
 (0)