You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are working on a task for fixing and improving Autoware logging system as Autoware creates a noisy debugging environment, making it challenging to identify and address genuine issues.
For more details about the issue, plan how to tackle it, and linked PR, please have a look here.
For this bug, when using planning simulator for a parking scenario, Autoware throws a warning message from topic_state_monitor saying
[system.topic_state_monitor_scenario_planning_trajectory]: /planning/scenario_planning/trajectory topic is timeout. (operator()() at ~/autoware/src/universe/autoware.universe/system/topic_state_monitor/src/topic_state_monitor_core.cpp:155)
@mitsudome-r : I would highly appreciate if you can have a look and support in this issue, or let us know who is the current owner for topic_state_monitor that can support here.
@ahmeddesokyebrahim Hey there, I am also facing the same issue. Right after reach one goal pose, terminal starts showing the issue timeout, and vehicle doesn't plan trajectory for any other goal poses.
"[topic_state_monitor_node-11] [WARN] [1727344050.319146527] [system.topic_state_monitor_scenario_planning_trajectory]: /planning/scenario_planning/trajectory topic is timeout. Set ERROR in diagnostics.
"
Can you help fix this, I running it directly on docker.
Checklist
Description
Fixes #5539
Currently, we are working on a task for fixing and improving Autoware logging system as Autoware creates a noisy debugging environment, making it challenging to identify and address genuine issues.
For more details about the issue, plan how to tackle it, and linked PR, please have a look here.
For this bug, when using planning simulator for a parking scenario, Autoware throws a warning message from
topic_state_monitor
saying[system.topic_state_monitor_scenario_planning_trajectory]: /planning/scenario_planning/trajectory topic is timeout. (operator()() at ~/autoware/src/universe/autoware.universe/system/topic_state_monitor/src/topic_state_monitor_core.cpp:155)
This video demonstrates the issue.
Expected behavior
/planning/scenario_planning/trajectory
should not be timed out while parkingActual behavior
/planning/scenario_planning/trajectory
is timed out while parkingSteps to reproduce
topic_state_monitor
You may use the PRs mentioned here for having more comfortable logging messages, if you want.
Versions
No response
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: