-
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
fix(common): fix package name of find-pkg-share #10135
fix(common): fix package name of find-pkg-share #10135
Conversation
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
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: Takagi, Isamu <isamu.takagi@tier4.jp>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10135 +/- ##
==========================================
- Coverage 26.25% 26.25% -0.01%
==========================================
Files 1381 1381
Lines 107503 107502 -1
Branches 41411 41410 -1
==========================================
- Hits 28229 28228 -1
- Misses 76459 76460 +1
+ Partials 2815 2814 -1
*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:
|
@isamu-takagi it should be fix launch pkg name etc.. |
@taikitanaka3 Thank you. I fixed it. |
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
Description
Add exec_depend to the package specified by find-pkg-share.The problem was with find-pkg-share, not exec_depend, so I fixed that.
Related links
None
How was this PR tested?
Check if rosdep install succeeds.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.