From 7ac250fd66859fdd72d5eb63cb10347e3bcc0aa6 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 16 Oct 2025 18:05:13 -0500 Subject: [PATCH] fix: correct descriptions submodule name --- .gitmodules | 2 +- src/{astra_description => astra_descriptions} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{astra_description => astra_descriptions} (100%) diff --git a/.gitmodules b/.gitmodules index adbb523..c845d9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,5 +2,5 @@ path = src/ros2_interfaces_pkg url = git@github.com:SHC-ASTRA/ros2_interfaces_pkg.git [submodule "src/astra_description"] - path = src/astra_description + path = src/astra_descriptions url = ../astra_descriptions diff --git a/src/astra_description b/src/astra_descriptions similarity index 100% rename from src/astra_description rename to src/astra_descriptions