-
Notifications
You must be signed in to change notification settings - Fork 675
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(lidar_centerpoint): fixed the lidar_centerpoint related packages for their use without installing symlinks #1916
fix(lidar_centerpoint): fixed the lidar_centerpoint related packages for their use without installing symlinks #1916
Conversation
…for their use without installing symlinks Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
@yukke42 Can you check this PR? |
Related Issue: #1256 |
I clean the install/build/log directory and ccache files, but cuda library cannot be linked yet ..., it may be the problem of my environment ...
|
I forgot to add it into the description but we need to source , or otherwise the library path is not added bu default cmake is stripping the rpath and we rely on the ldd library path |
ha ha ha... what a simple mistake...
|
I actually forgot it too and did not understand why there were so many ldd errors 😆 |
Codecov ReportBase: 10.33% // Head: 10.33% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1916 +/- ##
=======================================
Coverage 10.33% 10.33%
=======================================
Files 1147 1147
Lines 81613 81613
Branches 19048 19048
=======================================
Hits 8434 8434
Misses 64184 64184
Partials 8995 8995
*This pull request uses carry forward flags. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…for their use without installing symlinks (autowarefoundation#1916) * fix(lidar_centerpoint): fixed the lidar_centerpoint related packages for their use without installing symlinks Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Update CMakeLists.txt * Update CMakeLists.txt Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
…for their use without installing symlinks (autowarefoundation#1916) * fix(lidar_centerpoint): fixed the lidar_centerpoint related packages for their use without installing symlinks Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Update CMakeLists.txt * Update CMakeLists.txt Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
…for their use without installing symlinks (autowarefoundation#1916) * fix(lidar_centerpoint): fixed the lidar_centerpoint related packages for their use without installing symlinks Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Update CMakeLists.txt * Update CMakeLists.txt Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
…for their use without installing symlinks (autowarefoundation#1916) * fix(lidar_centerpoint): fixed the lidar_centerpoint related packages for their use without installing symlinks Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Update CMakeLists.txt * Update CMakeLists.txt Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
…for their use without installing symlinks (autowarefoundation#1916) * fix(lidar_centerpoint): fixed the lidar_centerpoint related packages for their use without installing symlinks Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Update CMakeLists.txt * Update CMakeLists.txt Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Description
When compiling this package without the symlink option, the cuda library is not installed.
Before this PR:
After this PR:
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.