Open soblin opened 1 day ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
Attention: Patch coverage is 0%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 29.02%. Comparing base (
740d42a
) to head (64ef059
). Report is 8 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...th_goal_planner_module/src/goal_planner_module.cpp | 0.00% | 7 Missing :warning: |
...r_path_goal_planner_module/goal_planner_module.hpp | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
Due to too much complicated and buggy thread synchronization mechanism in goal_planner, freespace feature is disable until basic thread safety design is achieved.
Related links
https://github.com/autowarefoundation/autoware_launch/pull/1250
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
Freespace feature is disabled and several related scenarios are disable as well.
Effects on system behavior
None.