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 some error messages relevant to system_error_montior:
[system_error_monitor /autoware/planning/node_alive_monitoring]: [Single Point Fault]: Error (logThrottledNamed() at ~/autoware/src/universe/autoware.universe/system/system_error_monitor/src/system_error_monitor_core.cpp:54)
[system_error_monitor /autoware/planning/node_alive_monitoring/topic_status/topic_state_monitor_mission_planning_route: planning_topic_status]: [Single Point Fault]: OK (logThrottledNamed() at ~/autoware/src/universe/autoware.universe/system/system_error_monitor/src/system_error_monitor_core.cpp:54
[system_error_monitor /autoware/planning/node_alive_monitoring/topic_status/topic_state_monitor_scenario_planning_trajectory: planning_topic_status]: [Single Point Fault]: Error (logThrottledNamed() at ~/autoware/src/universe/autoware.universe/system/system_error_monitor/src/system_error_monitor_core.cpp:54)
@ito-san : I would highly appreciate if you can have a look and support in this issue or let us know who is the current package owner for system_error_monitor that can support here.
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 some error messages relevant to
system_error_montior
:[system_error_monitor /autoware/planning/node_alive_monitoring]: [Single Point Fault]: Error (logThrottledNamed() at ~/autoware/src/universe/autoware.universe/system/system_error_monitor/src/system_error_monitor_core.cpp:54)
[system_error_monitor /autoware/planning/node_alive_monitoring/topic_status/topic_state_monitor_mission_planning_route: planning_topic_status]: [Single Point Fault]: OK (logThrottledNamed() at ~/autoware/src/universe/autoware.universe/system/system_error_monitor/src/system_error_monitor_core.cpp:54
[system_error_monitor /autoware/planning/node_alive_monitoring/topic_status/topic_state_monitor_scenario_planning_trajectory: planning_topic_status]: [Single Point Fault]: Error (logThrottledNamed() at ~/autoware/src/universe/autoware.universe/system/system_error_monitor/src/system_error_monitor_core.cpp:54)
This video demonstrates the issue.
Expected behavior
Autoware
system_error_monitor
should not having error messages while parkingActual behavior
Autoware
system_error_monitor
has error messages while parkingSteps to reproduce
system_error_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: