Skip to content

Commit

Permalink
fix(aip_launch): fix diag_aggregator path of gyro_bias_validator (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 authored Jan 17, 2024
1 parent 93e2274 commit 38c6db4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@
gyro_bias_validator:
type: diagnostic_aggregator/GenericAnalyzer
path: gyro_bias_validator
contains: [": gyro_bias_estimator"]
contains: [": gyro_bias_validator"]
timeout: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
gyro_bias_validator:
type: diagnostic_aggregator/GenericAnalyzer
path: gyro_bias_validator
contains: [": gyro_bias_estimator"]
contains: [": gyro_bias_validator"]
timeout: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@
gyro_bias_validator:
type: diagnostic_aggregator/GenericAnalyzer
path: gyro_bias_validator
contains: [": gyro_bias_estimator"]
contains: [": gyro_bias_validator"]
timeout: 1.0

0 comments on commit 38c6db4

Please sign in to comment.