From ecd10e1d62c3f4bb6ceeec6705adf92f0b235faa Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Sat, 18 Jul 2015 22:46:10 +0200 Subject: [PATCH] added gpsd client --- cfg/analyzers.yaml | 6 +++--- launch/wild_thumper.launch | 27 +++++++++++++++++++-------- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/cfg/analyzers.yaml b/cfg/analyzers.yaml index f2327c5..76d0bc0 100644 --- a/cfg/analyzers.yaml +++ b/cfg/analyzers.yaml @@ -1,16 +1,16 @@ analyzers: motors: - type: GenericAnalyzer + type: diagnostic_aggregator/GenericAnalyzer path: Motors startswith: 'Motor' find_and_remove_prefix: motor reset: - type: GenericAnalyzer + type: diagnostic_aggregator/GenericAnalyzer path: Reset startswith: 'Reset' timeout: -1 voltage: - type: GenericAnalyzer + type: diagnostic_aggregator/GenericAnalyzer path: Voltage startswith: 'Voltage' Razor9DofImu: diff --git a/launch/wild_thumper.launch b/launch/wild_thumper.launch index b0aa2ea..c7c88ef 100644 --- a/launch/wild_thumper.launch +++ b/launch/wild_thumper.launch @@ -1,30 +1,41 @@ - + - + - + - - + + - - + + + + + + + + + + + + - + + -- 2.39.2