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.
|