1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri, 8 Jul 2022 12:44:29 +0200
Subject: Fix plugin path for new pluginlib
---
nodelet_plugins.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nodelet_plugins.xml b/nodelet_plugins.xml
index 8c47326..bf97b9b 100644
--- a/nodelet_plugins.xml
+++ b/nodelet_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libopencv_apps">
+<library path="libopencv_apps">
<class name="opencv_apps/adding_images" type="opencv_apps::AddingImagesNodelet" base_class_type="nodelet::Nodelet">
<description>Nodelet to combine two images</description>
</class>
|