From b0c66864ce63206d5c46aca8ec26ae24e5d64277 Mon Sep 17 00:00:00 2001 From: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:23:27 +0900 Subject: [PATCH] feat(build_depends.repos): replace autoware_auto_msgs with autoware_msgs (#94) Signed-off-by: Ryohsuke Mitsudome --- build_depends.repos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_depends.repos b/build_depends.repos index 3352a83c..b9ee75e1 100644 --- a/build_depends.repos +++ b/build_depends.repos @@ -1,8 +1,8 @@ repositories: autoware_msgs: type: git - url: https://github.com/tier4/autoware_auto_msgs.git # TODO(Tier IV): Move to autowarefoundation/autoware_msgs - version: tier4/main + url: https://github.com/autowarefoundation/autoware_msgs.git + version: main autoware_common: type: git url: https://github.com/autowarefoundation/autoware_common.git