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 emergency_handler saying
[system.emergency_handler]: Emergency stop is operated (callMrmBehavior() at ~/autoware/src/universe/autoware.universe/system/emergency_handler/src/emergency_handler/emergency_handler_core.cpp:243)
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
emergency_handler
saying[system.emergency_handler]: Emergency stop is operated (callMrmBehavior() at ~/autoware/src/universe/autoware.universe/system/emergency_handler/src/emergency_handler/emergency_handler_core.cpp:243)
This video demonstrates the issue.
Expected behavior
Emergency stop should not be operated while parking
Actual behavior
Emergency stop is operated while parking
Steps to reproduce
emergency_handler
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: