-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AWSIM + automatic goal panel] /planning/scenario_planning/trajectory topic is timeout #107
Comments
The above issue is what is probably preventing the vehicle from moving. The message means that the trajectory is no longer being published, which could be caused by a crash or a bug in some planning node. If possible please share the full log which can be found in |
component_container_mt_156383_1725011121629.log |
Thank you but this is only the log for a single component. Please share the
This should be enough thank you. I will know to use a recent version to try to reproduce the issue. |
launch.log |
Thank you but this is the log from a run where you did not set any goal. Please share a log which contains the error you reported.
|
|
The log file is still not good. It only contains messages from |
Checklist
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
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?
The text was updated successfully, but these errors were encountered: