File: 0010-Fix-plugin-path-for-new-pluginlib.patch

package info (click to toggle)
ros-image-pipeline 1.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,320 kB
  • sloc: cpp: 6,220; python: 2,143; xml: 445; sh: 21; makefile: 4
file content (73 lines) | stat: -rw-r--r-- 3,173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
From: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri, 8 Jul 2022 12:42:28 +0200
Subject: Fix plugin path for new pluginlib

---
 depth_image_proc/nodelet_plugins.xml  | 2 +-
 image_proc/nodelet_plugins.xml        | 2 +-
 image_publisher/nodelet_plugins.xml   | 2 +-
 image_rotate/nodelet_plugins.xml      | 2 +-
 image_view/nodelet_plugins.xml        | 2 +-
 stereo_image_proc/nodelet_plugins.xml | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/depth_image_proc/nodelet_plugins.xml b/depth_image_proc/nodelet_plugins.xml
index 1d860d8..c2a479e 100644
--- a/depth_image_proc/nodelet_plugins.xml
+++ b/depth_image_proc/nodelet_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libdepth_image_proc">
+<library path="libdepth_image_proc">
 
   <class name="depth_image_proc/convert_metric"
 	 type="depth_image_proc::ConvertMetricNodelet"
diff --git a/image_proc/nodelet_plugins.xml b/image_proc/nodelet_plugins.xml
index 56835b2..91f0e82 100644
--- a/image_proc/nodelet_plugins.xml
+++ b/image_proc/nodelet_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libimage_proc">
+<library path="libimage_proc">
 
   <class name="image_proc/debayer"
 	 type="image_proc::DebayerNodelet"
diff --git a/image_publisher/nodelet_plugins.xml b/image_publisher/nodelet_plugins.xml
index 8d3a82c..d0ad5b5 100644
--- a/image_publisher/nodelet_plugins.xml
+++ b/image_publisher/nodelet_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libimage_publisher">
+<library path="libimage_publisher">
 
   <class name="image_publisher/image_publisher" type="image_publisher::ImagePublisherNodelet" base_class_type="nodelet::Nodelet">
     <description>Nodelet to publish sensor_msgs/Image</description>
diff --git a/image_rotate/nodelet_plugins.xml b/image_rotate/nodelet_plugins.xml
index 862f136..5bd5468 100644
--- a/image_rotate/nodelet_plugins.xml
+++ b/image_rotate/nodelet_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libimage_rotate">
+<library path="libimage_rotate">
 
   <class name="image_rotate/image_rotate" type="image_rotate::ImageRotateNodelet" base_class_type="nodelet::Nodelet">
     <description>Nodelet to rotate sensor_msgs/Image</description>
diff --git a/image_view/nodelet_plugins.xml b/image_view/nodelet_plugins.xml
index b6bd0fc..caa8e13 100644
--- a/image_view/nodelet_plugins.xml
+++ b/image_view/nodelet_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libimage_view">
+<library path="libimage_view">
 
   <class name="image_view/image" type="image_view::ImageNodelet" base_class_type="nodelet::Nodelet">
     <description>Nodelet to view a sensor_msgs/Image topic</description>
diff --git a/stereo_image_proc/nodelet_plugins.xml b/stereo_image_proc/nodelet_plugins.xml
index 3512efc..774cacb 100644
--- a/stereo_image_proc/nodelet_plugins.xml
+++ b/stereo_image_proc/nodelet_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libstereo_image_proc">
+<library path="libstereo_image_proc">
 
   <class name="stereo_image_proc/disparity" type="stereo_image_proc::DisparityNodelet" base_class_type="nodelet::Nodelet">
     <description>Nodelet to perform stereo processing on a pair of rectified image streams, producing disparity images</description>