Skip to content

Commit

Permalink
fix: diag list
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi committed May 7, 2024
1 parent 25af890 commit 123f0c4
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 6 deletions.
57 changes: 54 additions & 3 deletions aip_x1_launch/config/diagnostic_aggregator/sensor_kit.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,68 @@
type: diagnostic_aggregator/GenericAnalyzer
path: connection
contains: [": pandar_connection"]
timeout: 1.0
timeout: 5.0
temperature:
type: diagnostic_aggregator/GenericAnalyzer
path: temperature
contains: [": pandar_temperature"]
timeout: 1.0
timeout: 5.0
ptp:
type: diagnostic_aggregator/GenericAnalyzer
path: ptp
contains: [": pandar_ptp"]
timeout: 1.0
timeout: 5.0

gnss:
type: diagnostic_aggregator/AnalyzerGroup
path: gnss
analyzers:
health_monitoring:
type: diagnostic_aggregator/AnalyzerGroup
path: health_monitoring
analyzers:
connection:
type: diagnostic_aggregator/GenericAnalyzer
path: connection
contains: [": gnss_connection"]
timeout: 3.0

data:
type: diagnostic_aggregator/GenericAnalyzer
path: data
contains: [": gnss_data"]
timeout: 3.0

antenna:
type: diagnostic_aggregator/GenericAnalyzer
path: antenna
contains: [": gnss_antenna"]
timeout: 3.0

tx_usage:
type: diagnostic_aggregator/GenericAnalyzer
path: tx_usage
contains: [": gnss_tx_usage"]
timeout: 3.0

spoofing:
type: diagnostic_aggregator/GenericAnalyzer
path: spoofing
contains: [": gnss_spoofing"]
timeout: 3.0

jamming:
type: diagnostic_aggregator/GenericAnalyzer
path: jamming
contains: [": gnss_jamming"]
timeout: 3.0

fix_topic_status:
type: diagnostic_aggregator/GenericAnalyzer
path: fix_topic_status
contains: [": fix topic status"]
timeout: 3.0

imu:
type: diagnostic_aggregator/AnalyzerGroup
path: imu
Expand Down
10 changes: 7 additions & 3 deletions aip_x1_launch/config/dummy_diag_publisher/sensor_kit.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
ros__parameters:
required_diags:
# gnss
gnss: default
gnss_connection: default
gnss_data: default
gnss_antenna: default
gnss_tx_usage: default
gnss_spoofing: default
gnss_jamming: default
fix topic status: default

# pandar
pandar_connection: default
Expand All @@ -25,8 +31,6 @@
velodyne_temperature: default
velodyne_rpm: default

concat_status: default

sensing_topic_status: default

# imu
Expand Down

0 comments on commit 123f0c4

Please sign in to comment.