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

Commit

Permalink
explicitly requires "cv_bridge" package
Browse files Browse the repository at this point in the history
on package uuv_sensor_ros_plugins, the file "gazebo_ros_image_sonar.cpp" includes
"cv_bridge/cv_bridge.h". This commit fixes the following error:
uuv_simulator/uuv_sensor_plugins/uuv_sensor_ros_plugins/src/gazebo_ros_image_sonar.cpp:50:33: fatal error: cv_bridge/cv_bridge.h: No such file or directory


Signed-off-by: Diego Cesar <dcesar@krakenrobotik.de>
  • Loading branch information
dbcesar committed Oct 17, 2019
1 parent aadee6a commit e10bd7d
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit e10bd7d

Please sign in to comment.