Skip to content

Commit

Permalink
feat(component_state_monitor): monitor pose_estimator output (autowar…
Browse files Browse the repository at this point in the history
…efoundation#5617) (autowarefoundation#1032)

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
  • Loading branch information
TomohitoAndo and kminoda authored Nov 22, 2023
1 parent f30f4c8 commit 5dbd549
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions system/component_state_monitor/config/topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@
error_rate: 1.0
timeout: 1.0

- module: localization
mode: [online, logging_simulation]
type: autonomous
args:
node_name_suffix: pose_estimator_pose
topic: /localization/pose_estimator/pose_with_covariance
topic_type: geometry_msgs/msg/PoseWithCovarianceStamped
best_effort: false
transient_local: false
warn_rate: 5.0
error_rate: 1.0
timeout: 1.0

- module: perception
mode: [online, logging_simulation]
type: launch
Expand Down

0 comments on commit 5dbd549

Please sign in to comment.