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: add autoware_ prefix to lanelet2_extension #1300

Merged
Merged
Changes from all 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
13 changes: 13 additions & 0 deletions dependency_humble.repos
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,22 @@ repositories:
type: git
url: https://github.com/autowarefoundation/autoware_msgs.git
version: main
# TODO(youtalk): Remove autoware_common when https://github.com/autowarefoundation/autoware/issues/4911 is closed
autoware_common:
type: git
url: https://github.com/autowarefoundation/autoware_common.git
version: remove-autoware-cmake-utils
autoware_cmake:
type: git
url: https://github.com/autowarefoundation/autoware_cmake.git
version: main
autoware_utils:
type: git
url: https://github.com/autowarefoundation/autoware_utils.git
version: main
autoware_lanelet2_extension:
type: git
url: https://github.com/autowarefoundation/autoware_lanelet2_extension.git
version: main
color_names:
type: git
Expand Down
Loading