Skip to content

Commit

Permalink
Update for Melodic release
Browse files Browse the repository at this point in the history
Use libopencv-dev instead of opencv3
  • Loading branch information
OTL committed May 8, 2019
1 parent 9b80be1 commit 2bc183e
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 @@ -12,7 +12,7 @@
<author email="t.ogura@gmail.com">Takashi Ogura</author>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>opencv3</build_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>cv_bridge</build_depend>
Expand All @@ -22,7 +22,7 @@
<build_depend>rostest</build_depend>
<build_depend>roslint</build_depend>

<run_depend>opencv3</run_depend>
<run_depend>libopencv-dev</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>cv_bridge</run_depend>
Expand Down

0 comments on commit 2bc183e

Please sign in to comment.