Conversation
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
This was referenced Mar 11, 2026
b44a224 to
394a6b1
Compare
Owen-Liuyuxuan
approved these changes
Mar 12, 2026
shmpwk
approved these changes
Mar 12, 2026
rej55
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
TIER IV INTERNAL ticket
This PR consists of three parts:
<depend>glog</depend>with<depend>libgoogle-glog-dev</depend>Originally, https://github.com/tier4/glog/tree/v0.6.0_t4-ros was used because the version of glog provided via apt in Humble did not have
IsGoogleLoggingInitialized. So we needed to specify<depend>glog</depend>in package.xmlAfter the Jazzy environment, the apt-provided version includes this API, so tier4/rclcpp no longer needs to depend on tier4/glog.
Now we can specify glog as
<depend>libgoogle-glog-dev</depend>.Note
However, some Autoware packages still have
<depend>glog</depend>, so tier4/glog remains as a dependency in Autoware.related issues: autowarefoundation/autoware_universe#12176
Original PR's description
How was this PR tested:
I tested it with jazzy docker image.
Here is dump result:
TIER IV–specific Jazzy cherry-pick list