Skip to content

Commit

Permalink
Need to install some pkgs from source to use opencv3
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Oct 10, 2016
1 parent 503f7f9 commit 4301ed9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis_before_script_opencv3.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ rosinstall_generator --tar --rosdistro $ROS_DISTRO \
cv_bridge \
image_geometry \
image_transport \
image_view2 \
jsk_data \
jsk_topic_tools \
opencv_apps \
>> /tmp/$$.rosinstall

cd ~/ros/ws_$REPOSITORY_NAME/src
wstool merge /tmp/$$.rosinstall
wstool up -j3 \
vision_opencv/cv_bridge \
vision_opencv/image_geometry \
image_common/image_transport
wstool up -j4

0 comments on commit 4301ed9

Please sign in to comment.