From 1ccef291f6dd7da598bfe49086e7dafc6cd37731 Mon Sep 17 00:00:00 2001 From: satoshi-ota Date: Thu, 21 Mar 2024 20:01:04 +0900 Subject: [PATCH] fix(repos): add build dependency Signed-off-by: satoshi-ota --- build_depends.repos | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_depends.repos b/build_depends.repos index 69312a4f..a675c92d 100644 --- a/build_depends.repos +++ b/build_depends.repos @@ -16,6 +16,10 @@ repositories: type: git url: https://github.com/autowarefoundation/autoware_adapi_msgs.git version: main + core/autoware_internal_msgs: + type: git + url: https://github.com/autowarefoundation/autoware_internal_msgs.git + version: main core/external/autoware_auto_msgs: type: git url: https://github.com/tier4/autoware_auto_msgs.git