refactor(component_state_monitor): replace topic state monitor by behavior path planner timeout#1779
Open
takam5f2 wants to merge 6 commits intoautowarefoundation:mainfrom
Conversation
…path_planner timeout error Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
…cs which are received by behavior_path_planner Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…vior_path_planner-timeout
isamu-takagi
reviewed
Mar 4, 2026
| - { path: $(dirname)/map.yaml } | ||
| - { path: $(dirname)/perception.yaml } | ||
| # You can create the perception.yaml in the same way as other configuration files. | ||
| # - { path: $(dirname)/perception.yaml } |
Contributor
There was a problem hiding this comment.
Could you keep it as an empty file to minimize the differences with the fork repository?
Contributor
Author
There was a problem hiding this comment.
@isamu-takagi
Thank you for your feedback.
I have restored the perception.yaml file at 067887c.
I changed the percetion.yaml to let /autoware/perception notify ok always to clafiry the difference.
Do you think whether the change is acceptable?
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
…lanner-timeout' of github.com:takam5f2/autoware_launch into refactor/replace-topic_state_monitor-by-behavior_path_planner-timeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove
topic_state_monitor-based diagnostic entries that are now redundant, becausebehavior_path_plannerinternally monitors its input message timeouts (see autowarefoundation/autoware_universe#12075).The following
topic_state_monitorentries are removed fromcomponent_state_monitorconfig:pose_twist_fusion_filtervector_maptraffic_signalsobjectspointcloudrouteHow was this PR tested?
Setup before launch
Launch Autoware with PSim.
Run
converter_nodefromdiagnostic_graph_utilspackage.Run
rqt_runtime_monitorYou'll find that

/autoware/planning/behavior_path_planner/incoming_message_timeoutis defined.Notes for reviewers
None.
Effects on system behavior
Some
topic_state_monitorwill not run after this changes.