Replies: 0 comments 2 replies
-
|
@h-ohta The original reason why I added Diagnostics should be designed based on what failures we want to detect. If we want to detect a more complicated case such as "Localization component is alive and Pose is published, but only TF isn't published" in the future, we can re-add this feature. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found that
localization_tf_statusis not registered in/autoware/localization/node_alive_monitoring.So, I made autowarefoundation/autoware_universe#544 .
However, @kenji-miyake said that we don't use
localization_tf_statussince pose(vehicle_kinematic_state) topic is used instead.Now, I think we have two choices.
localization_tf_statuslocalization_tf_statusbecause tf and topic are different.Do you have any ideas? Thank you for your cooperation.
Beta Was this translation helpful? Give feedback.
All reactions