Skip to content

Commit

Permalink
Install jsk_recognition_msgs from source on hydro
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Nov 24, 2016
1 parent 55819be commit 055b00d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
compiler:
- gcc
env:
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=true
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=true BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_hydro.bash'
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=true
- ROS_DISTRO=jade ROSWS=wstool BUILDER=catkin USE_DEB=true
matrix:
Expand Down
11 changes: 11 additions & 0 deletions .travis_before_script_hydro.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

sudo -H pip install -q rosinstall_generator

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

cd ~/ros/ws_$REPOSITORY_NAME/src
wstool merge /tmp/$$.rosinstall
wstool up -j1

0 comments on commit 055b00d

Please sign in to comment.