Skip to content

Commit

Permalink
feat: add gyro_bias_estimator to diagnostics_aggregator (#192)
Browse files Browse the repository at this point in the history
* feat: add gyro_bias_estimator to diagnostics_aggregator

Signed-off-by: tomoya.kimura <[email protected]>

* ci(pre-commit): autofix

---------

Signed-off-by: tomoya.kimura <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tkimura4 and pre-commit-ci[bot] authored Dec 22, 2023
1 parent 238cd1c commit cdb212b
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
14 changes: 14 additions & 0 deletions aip_x1_launch/config/diagnostic_aggregator/sensor_kit.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,17 @@
# path: time_sync
# contains: [": livox_time_sync"]
# timeout: 3.0

imu:
type: diagnostic_aggregator/AnalyzerGroup
path: imu
analyzers:
bias_monitoring:
type: diagnostic_aggregator/AnalyzerGroup
path: bias_monitoring
analyzers:
gyro_bias_validator:
type: diagnostic_aggregator/GenericAnalyzer
path: gyro_bias_validator
contains: [": gyro_bias_estimator"]
timeout: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
livox_motor_status: default
livox_service_life: default
livox_temperature: default

# imu
gyro_bias_estimator: default
13 changes: 13 additions & 0 deletions aip_x2_launch/config/diagnostic_aggregator/sensor_kit.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,16 @@
startswith: ["gnss"]
contains: [": gnss"]
timeout: 5.0
imu:
type: diagnostic_aggregator/AnalyzerGroup
path: imu
analyzers:
bias_monitoring:
type: diagnostic_aggregator/AnalyzerGroup
path: bias_monitoring
analyzers:
gyro_bias_validator:
type: diagnostic_aggregator/GenericAnalyzer
path: gyro_bias_validator
contains: [": gyro_bias_estimator"]
timeout: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
concat_status: default

sensing_topic_status: default

# imu
gyro_bias_estimator: default
14 changes: 14 additions & 0 deletions aip_xx1_launch/config/diagnostic_aggregator/sensor_kit.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,17 @@
path: fix_topic_status
contains: [": fix topic status"]
timeout: 3.0

imu:
type: diagnostic_aggregator/AnalyzerGroup
path: imu
analyzers:
bias_monitoring:
type: diagnostic_aggregator/AnalyzerGroup
path: bias_monitoring
analyzers:
gyro_bias_validator:
type: diagnostic_aggregator/GenericAnalyzer
path: gyro_bias_validator
contains: [": gyro_bias_estimator"]
timeout: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
velodyne_connection: default
velodyne_temperature: default
velodyne_rpm: default

# imu
gyro_bias_estimator: default

0 comments on commit cdb212b

Please sign in to comment.