Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
use proper rosdep key for opencv2
Browse files Browse the repository at this point in the history
  • Loading branch information
aPonza committed Oct 18, 2021
1 parent eb0208e commit b49ec91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions object_analytics_visualization/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@ limitations under the License.
<build_depend>rospy</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>opencv2</build_depend>
<build_depend>libopencv-contrib-dev</build_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>roslaunch</build_depend>

<run_depend>object_analytics_msgs</run_depend>
<run_depend>object_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>opencv2</run_depend>
<run_depend>libopencv-contrib-dev</run_depend>
<run_depend>libopencv-dev</run_depend>
<run_depend>roslaunch</run_depend>
<run_depend>rviz</run_depend>
</package>

0 comments on commit b49ec91

Please sign in to comment.