Skip to content
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

feat(autoware.repos): use autoware_cmake, autoware_utils and autoware_lanelet2_extension instead of autoware_common #4909

Closed
wants to merge 6 commits into from
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@
type: git
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
version: main
core/autoware_common:
core/autoware_cmake:
type: git
url: https://github.com/autowarefoundation/autoware_common.git
url: https://github.com/autowarefoundation/autoware_cmake.git
version: main
core/autoware_utils:
type: git
url: https://github.com/autowarefoundation/autoware_utils.git
version: main
core/autoware_lanelet2_extension:
type: git
url: https://github.com/autowarefoundation/autoware_lanelet2_extension.git
youtalk marked this conversation as resolved.
Show resolved Hide resolved
version: main
core/autoware.core:
type: git
Expand All @@ -25,10 +33,11 @@
url: https://github.com/tier4/autoware_auto_msgs.git
version: tier4/main
# universe
# TODO(youtalk): Revert after https://github.com/autowarefoundation/autoware.universe/pull/7640 merged
universe/autoware.universe:
type: git
url: https://github.com/autowarefoundation/autoware.universe.git
version: main
url: https://github.com/youtalk/autoware.universe.git
version: use-autoware-lanelet2-extension
universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Improve design/code and transfer to AWF
type: git
url: https://github.com/tier4/tier4_ad_api_adaptor.git
Expand Down Expand Up @@ -69,7 +78,7 @@
type: git
url: https://github.com/autowarefoundation/ament_cmake.git
version: feat/faster_ament_libraries_deduplicate
universe/external/glog: # TODO(Horibe): to use isGoogleInitialized() API in v0.6.0. Remove when the rosdep glog version is updated to v0.6.0 (already updated in Ubuntu 24.04)

Check warning on line 81 in autoware.repos

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Horibe)
type: git
url: https://github.com/tier4/glog.git
version: v0.6.0_t4-ros
Expand Down
Loading