Skip to content

Commit

Permalink
use libopencv-dev instaed of cv_bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Aug 6, 2017
1 parent e816ba3 commit f9a0f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>

<build_depend>cv_bridge</build_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>doxygen</build_depend>
<build_depend>graphviz</build_depend>
<build_depend>git</build_depend>
Expand All @@ -42,7 +42,7 @@
<build_depend>python-tk</build_depend>
<build_depend>sdl</build_depend>

<run_depend>cv_bridge</run_depend>
<run_depend>libopencv-dev</run_depend>
<run_depend>glut</run_depend>
<run_depend>libirrlicht-dev</run_depend>
<run_depend>libqhull</run_depend>
Expand Down

0 comments on commit f9a0f08

Please sign in to comment.