intel / ros_object_analytics

Apache License 2.0
181 stars 58 forks source link

Wrong OpenCV rosdep name in package.xml #65

Open aPonza opened 2 years ago

aPonza commented 2 years ago

When using the usual rosdep formula rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y an error appears: "object_analytics_visualization: Cannot locate rosdep definition for [opencv2]". This appears to come from the incorrect naming of the dependency in the package.xml file.

PR soon to follow.