Skip to content

Commit

Permalink
Enable to install jsk_data from source for test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 20, 2016
1 parent cd99a17 commit 64b8e75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis_before_script_released_testing.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
############################################################
# Setup released packages on shadow-fixed for released test.
############################################################
# sudo -H pip install -q rosinstall_generator
#
# rosinstall_generator --tar --rosdistro $ROS_DISTRO \
# jsk_data \
# >> /tmp/$$.rosinstall
#
# cd ~/ros/ws_$REPOSITORY_NAME/src
# wstool merge /tmp/$$.rosinstall
# wstool up jsk_common/jsk_data
sudo -H pip install -q rosinstall_generator

rosinstall_generator --tar --rosdistro $ROS_DISTRO \
jsk_data \
>> /tmp/$$.rosinstall

cd ~/ros/ws_$REPOSITORY_NAME/src
wstool merge /tmp/$$.rosinstall
wstool up jsk_common/jsk_data

0 comments on commit 64b8e75

Please sign in to comment.