From 927e6a40f56e086a1fb1b87b8a10272b32685638 Mon Sep 17 00:00:00 2001 From: Tim Clephas Date: Mon, 3 Jun 2024 10:58:21 +0200 Subject: [PATCH] Generate autoware msgs --- jazzy.repos | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/jazzy.repos b/jazzy.repos index 7dc72be8..94a7dd8a 100644 --- a/jazzy.repos +++ b/jazzy.repos @@ -1,7 +1,23 @@ --- repositories: + autoware_auto_msgs: + type: git + url: https://github.com/tier4/autoware_auto_msgs.git + version: tier4/main + autoware_internal_msgs: + type: git + url: https://github.com/autowarefoundation/autoware_internal_msgs.git + version: main + autoware_msgs: + type: git + url: https://github.com/autowarefoundation/autoware_msgs.git + version: main novatel_oem7_driver: type: git # Until: https://github.com/novatel/novatel_oem7_driver/pull/89 url: https://github.com/nobleo/novatel_oem7_driver.git version: fix/missing-git-dep + tier4_autoware_msgs: + type: git + url: https://github.com/tier4/tier4_autoware_msgs.git + version: tier4/universe