-
Notifications
You must be signed in to change notification settings - Fork 650
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(landmark_manager): changed to a shared library #5848
fix(landmark_manager): changed to a shared library #5848
Conversation
Signed-off-by: Shintaro SAKODA <shintaro.sakoda@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.
👌
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5848 +/- ##
=======================================
Coverage 15.30% 15.30%
=======================================
Files 1740 1740
Lines 119846 119846
Branches 36446 36446
=======================================
Hits 18348 18348
Misses 80969 80969
Partials 20529 20529
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…n#5848) Changed landmark_manager to a shared library Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
…n#5848) Changed landmark_manager to a shared library Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp> Signed-off-by: karishma <karishma@interpl.ai>
…n#5848) Changed landmark_manager to a shared library Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp> Signed-off-by: karishma <karishma@interpl.ai>
…n#5848) Changed landmark_manager to a shared library Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
…n#5848) Changed landmark_manager to a shared library Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
…n#5848) Changed landmark_manager to a shared library Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Description
Changed
landmark_manager
to a shared libraryIt is just a mistake that I did not make it a shared library until now.
Tests performed
It has been confirmed that the
logging_simulator
runs with the same accuracy as before on AWSIM data with GT.Effects on system behavior
landmark_manager
will work as a shared library.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.