-
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(planning): add missing exec_depend #10134
fix(planning): add missing exec_depend #10134
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>
Signed-off-by: Takagi, Isamu <isamu.takagi@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.
oh, pacakge name was wrong.. thanks
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10134 +/- ##
==========================================
- Coverage 26.75% 26.75% -0.01%
==========================================
Files 1416 1418 +2
Lines 108454 108472 +18
Branches 41706 41706
==========================================
+ Hits 29016 29017 +1
- Misses 76566 76584 +18
+ Partials 2872 2871 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@TakaHoribe @satoshi-ota @shmpwk @taikitanaka3 @tkimura4 Could someone from the code owners approve this? |
Description
Add exec_depend to the package specified by find-pkg-share.
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.