Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

explicitly requires "cv_bridge" package #381

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion uuv_sensor_plugins/uuv_sensor_ros_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ find_package(catkin REQUIRED COMPONENTS
message_filters
tf2_ros
tf2
laser_geometry)
laser_geometry
cv_bridge)

find_package(Eigen3 REQUIRED)
find_package(OGRE REQUIRED)
Expand Down