Skip to content

Commit

Permalink
Merge pull request #20 from k-okada/drop_hydro
Browse files Browse the repository at this point in the history
drop hydro and add lunar
  • Loading branch information
k-okada committed Nov 8, 2017
2 parents f2939ce + f4db2a1 commit e012288
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ env:
global:
- USE_TRAVIS=true
matrix:
- ROS_DISTRO=hydro USE_DEB=true USE_DOCKER=true
- ROS_DISTRO=indigo USE_DEB=true
- ROS_DISTRO=jade USE_DEB=true
- ROS_DISTRO=kinetic USE_DEB=true USE_DOCKER=true
- ROS_DISTRO=lunar USE_DEB=true USE_DOCKER=true
script: source .travis/travis.sh
notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions posedetection_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ catkin_package(
LIBRARIES # TODO
)

find_package(OpenCV)
add_executable(feature0d_view src/feature0d_view.cpp)
target_link_libraries(feature0d_view ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
add_dependencies(feature0d_view posedetection_msgs_gencpp)
Expand Down

0 comments on commit e012288

Please sign in to comment.