-
Notifications
You must be signed in to change notification settings - Fork 690
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
fix(compare_map_filter): deadlock bug fix #10222
base: main
Are you sure you want to change the base?
fix(compare_map_filter): deadlock bug fix #10222
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
a31564d
to
9d844df
Compare
@badai-nguyen Requests from me:
|
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Thanks for your comment, I fixed here 52c5459 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10222 +/- ##
==========================================
+ Coverage 26.25% 26.32% +0.06%
==========================================
Files 1381 1384 +3
Lines 107503 107525 +22
Branches 41411 41385 -26
==========================================
+ Hits 28229 28305 +76
+ Misses 76459 76397 -62
- Partials 2815 2823 +8
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thank you. |
perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Are you missing mutex for
|
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM about mutex.
I cannot review the logic of compare_map_filter.
Description
current_voxel_grid_dict_
andcurrent_voxel_grid_array_
in dynamic_map_loader mode such asautoware.universe/perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp
Lines 355 to 374 in b3caa5c
Related links
- TIER IV internal link
Parent Issue:
How was this PR tested?
logging_simulator
, and theprocessing_time
is similar with before updateNotes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.