-
Notifications
You must be signed in to change notification settings - Fork 691
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
feat(ndt_scan_matcher): zero mutex blocking for ndt map update #6480
feat(ndt_scan_matcher): zero mutex blocking for ndt map update #6480
Conversation
…dt ptr Signed-off-by: anhnv3991 <anh.nguyen.2@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.
Thank you for the pull request.
The terminal 1 should output the locking duration around 9 - 20 milliseconds on the old code, and around 0.05 milliseconds on this PR. (Tested on Intel Core i9-13900K, 64GB DDR4 2333MHz)
A similar improvement was confirmed in my environment.
Great Work!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6480 +/- ##
==========================================
- Coverage 14.72% 14.72% -0.01%
==========================================
Files 1900 1900
Lines 130361 130362 +1
Branches 38381 38381
==========================================
Hits 19198 19198
- Misses 89647 89648 +1
Partials 21516 21516
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…arefoundation#6480) Added a dummy pointer to delay the destructor of NDT when switching ndt ptr Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp>
Added a dummy pointer to delay the destructor of NDT when switching ndt ptr Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…arefoundation#6480) Added a dummy pointer to delay the destructor of NDT when switching ndt ptr Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp>
Description
Tests performed
ros2 launch autoware_launch logging_simulator.launch.xml \ map_path:=~/Downloads/nishishinjuku_autoware_map_divided \ vehicle_model:=sample_vehicle \ sensor_model:=awsim_sensor_kit
ros2 bag play ${ROSBAG_PATH} --rate 1.0 \ --clock 200
Effects on system behavior
None
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.