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

package info (click to toggle)
ros-diagnostics 1.12.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: cpp: 3,034; python: 2,623; xml: 234; sh: 21; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 800 bytes parent folder | download
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 a451c9c..fe60abd 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.