Closed knzo25 closed 1 month ago
Attention: Patch coverage is 0%
with 97 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
bab5400
) to head (5486e50
). Report is 23 commits behind head on tier4/universe.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Merging as @muraki-t4 performed an independent confirmation
Description
This PR addressed the large amounts of memory used by the lidar-lidar calibrator. This is in part due to not freeing some memory until the the program finishes (exits), some PCL magic, and freeing some results before. However, some memory is still not being freed correctly, but fixing that would require PCL modifications that are currently outside of scope.
Related links
Tests performed
Notes for reviewers
To review this PR, it needs to be checked that calibration still works (any data is fine) and that the consumed memory decreases (at the end of the calibration)
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.