We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cccd3 commit 5972c73Copy full SHA for 5972c73
.travis.before_script.sh
@@ -4,7 +4,7 @@ install_robot_rosinstall() {
4
if [ "$TEST_ROBOT" = "pr2" ]; then
5
ROSINSTALL_URL="https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_pr2_robot/jsk_pr2_startup/jsk_pr2.rosinstall"
6
elif [ "$TEST_ROBOT" = "fetch" ]; then
7
- ROSINSTALL_URL="https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_fetch_robot/jsk_fetch.rosinstall"
+ ROSINSTALL_URL="https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_fetch_robot/jsk_fetch.rosinstall.$ROS_DISTRO"
8
fi
9
10
if [ "$ROSINSTALL_URL" != "" ]; then
0 commit comments