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

package info (click to toggle)
ros-diagnostics 1.11.0%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,288 kB
  • sloc: cpp: 3,001; python: 2,550; xml: 226; sh: 21; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 800 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Fri, 8 Jul 2022 12:33:02 +0200
Subject: Fix plugin path for new pluginlib

---
 diagnostic_aggregator/analyzer_plugins.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diagnostic_aggregator/analyzer_plugins.xml b/diagnostic_aggregator/analyzer_plugins.xml
index 8a29695..9a6293c 100644
--- a/diagnostic_aggregator/analyzer_plugins.xml
+++ b/diagnostic_aggregator/analyzer_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/libdiagnostic_aggregator" >
+<library path="libdiagnostic_aggregator" >
   <class name="diagnostic_aggregator/GenericAnalyzer" type="diagnostic_aggregator::GenericAnalyzer" base_class_type="diagnostic_aggregator::Analyzer">
     <description>
       GenericAnalyzer is default diagnostic analyzer.