From 9c201d3a32de6d76f3d70f2cceccfa03044d78bf Mon Sep 17 00:00:00 2001 From: Matthias Holoch Date: Mon, 28 Oct 2024 12:22:15 +0100 Subject: [PATCH] change source deps to not create subdirs for orgas --- source_dependencies.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source_dependencies.yaml b/source_dependencies.yaml index f9a6977a..89938dfc 100644 --- a/source_dependencies.yaml +++ b/source_dependencies.yaml @@ -1,15 +1,15 @@ # Every repository listed here will get cloned and built during CI runs. # Use this for repositories that cannot be installed via rosdep. repositories: - uos/lvr2: + lvr2: type: git url: https://github.com/uos/lvr2.git version: humble - naturerobots/mesh_tools: + mesh_tools: type: git url: https://github.com/naturerobots/mesh_tools.git version: humble - naturerobots/move_base_flex: + move_base_flex: type: git url: https://github.com/naturerobots/move_base_flex.git version: humble