Skip to content

Commit b891b23

Browse files
Fixed OpenCV rosdep dependency
1 parent be2c63a commit b891b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<license>LGPLv3</license>
1111

1212
<buildtool_depend>catkin</buildtool_depend>
13-
<depend>opencv3</depend>
13+
<depend>libopencv-dev</depend>
1414
<depend>cv_bridge</depend>
1515
<depend>sensor_msgs</depend>
1616
<depend>tf2_ros</depend>

0 commit comments

Comments
 (0)