-
Notifications
You must be signed in to change notification settings - Fork 696
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(tier4_autoware_utils): fix build error (caused by published_time_publisher.hpp
)
#6641
fix(tier4_autoware_utils): fix build error (caused by published_time_publisher.hpp
)
#6641
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
published_time_publisher.hpp
)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6641 +/- ##
=======================================
Coverage 14.77% 14.77%
=======================================
Files 1925 1925
Lines 132760 132760
Branches 39544 39544
=======================================
Hits 19621 19621
Misses 91172 91172
Partials 21967 21967
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@satoshi-ota I didn't test this on my machine but, how did the original PRs has passed from build tests then? Or a recent general build-and-test: |
Also, what is the build error? |
common/tier4_autoware_utils/include/tier4_autoware_utils/ros/published_time_publisher.hpp
Outdated
Show resolved
Hide resolved
@xmfcx |
Thanks for sharing, I will also look into catching this kind of issues with CI too. |
…_publisher.hpp`) (autowarefoundation#6641) * fix(tier4_autoware_utils): add missing header to library Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_autoware_utils): remove std Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
…_publisher.hpp`) (autowarefoundation#6641) * fix(tier4_autoware_utils): add missing header to library Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_autoware_utils): remove std Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
Description
FIx build error.
Tests performed
Effects on system behavior
Nothing.
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.