Description
Checklist
- I've read the contribution guidelines.
- I've searched other issues and no duplicate issues were found.
- I'm convinced that this is not my fault but a bug.
Description
I am testing the Autoware with automatic goal panel. it has good function but I face some bugs in long run mode.
example: when I choose 5 goals and try to loop them. after some diverse loops (sometimes 4 sometime 8 loops or more!!) the vehicle does not move anymore.
the bash massage in this state is like:
[topic_state_monitor_node-15] [WARN] [1725012554.120036877] [system.topic_state_monitor_scenario_planning_trajectory]: /planning/scenario_planning/trajectory topic is timeout. Set ERROR in diagnostics.
[component_container_mt-78] [INFO] [1725012554.162544451] [control.vehicle_cmd_gate]: The operation mode is changed, but the TurnIndicatorsCommand is not received yet:
Expected behavior
it should run like previous loops reach at goal and go to the next goal
Actual behavior
[topic_state_monitor_node-15] [WARN] [1725012554.120036877] [system.topic_state_monitor_scenario_planning_trajectory]: /planning/scenario_planning/trajectory topic is timeout. Set ERROR in diagnostics.
[component_container_mt-78] [INFO] [1725012554.162544451] [control.vehicle_cmd_gate]: The operation mode is changed, but the TurnIndicatorsCommand is not received yet:
Steps to reproduce
- add AutowareAutomaticGoalPanel
- select some goals like 5 goals
- choose loop list
- select send goal automaticly
- wait to vehicle face the blocking bug after some loops (in some cases it may take time more than 18 loops!)
Versions
No response
Possible causes
No response
Additional context
can you guide me what can be the reason of this bug and how we can fix it?