From 29890499d31243c00fd819b8acf2a9bab55ed1cd Mon Sep 17 00:00:00 2001 From: Binit Shah Date: Tue, 7 Sep 2021 03:25:11 -0700 Subject: [PATCH] Remove rtabmap launch files from Stretch Navigation --- stretch_navigation/launch/rtab.launch | 61 ----------------- stretch_navigation/launch/rtab/robot.launch | 36 ---------- stretch_navigation/launch/rtab/rtab.launch | 57 ---------------- stretch_navigation/launch/rtab_generic.launch | 65 ------------------- stretch_navigation/launch/rtab_robot.launch | 51 --------------- stretch_navigation/launch/rviz_rtab.launch | 3 - stretch_navigation/launch/teleop.launch | 7 -- .../launch/rtab_gazebo.launch | 0 .../launch/rtabmapviz.launch | 0 9 files changed, 280 deletions(-) delete mode 100644 stretch_navigation/launch/rtab.launch delete mode 100644 stretch_navigation/launch/rtab/robot.launch delete mode 100644 stretch_navigation/launch/rtab/rtab.launch delete mode 100644 stretch_navigation/launch/rtab_generic.launch delete mode 100644 stretch_navigation/launch/rtab_robot.launch delete mode 100644 stretch_navigation/launch/rviz_rtab.launch delete mode 100644 stretch_navigation/launch/teleop.launch rename {stretch_navigation => stretch_rtab}/launch/rtab_gazebo.launch (100%) rename {stretch_navigation => stretch_rtab}/launch/rtabmapviz.launch (100%) diff --git a/stretch_navigation/launch/rtab.launch b/stretch_navigation/launch/rtab.launch deleted file mode 100644 index f2876ea..0000000 --- a/stretch_navigation/launch/rtab.launch +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/stretch_navigation/launch/rtab/robot.launch b/stretch_navigation/launch/rtab/robot.launch deleted file mode 100644 index 80ee9f4..0000000 --- a/stretch_navigation/launch/rtab/robot.launch +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/stretch_navigation/launch/rtab/rtab.launch b/stretch_navigation/launch/rtab/rtab.launch deleted file mode 100644 index d67d404..0000000 --- a/stretch_navigation/launch/rtab/rtab.launch +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/stretch_navigation/launch/rtab_generic.launch b/stretch_navigation/launch/rtab_generic.launch deleted file mode 100644 index b4e98bb..0000000 --- a/stretch_navigation/launch/rtab_generic.launch +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/stretch_navigation/launch/rtab_robot.launch b/stretch_navigation/launch/rtab_robot.launch deleted file mode 100644 index f0427fb..0000000 --- a/stretch_navigation/launch/rtab_robot.launch +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/stretch_navigation/launch/rviz_rtab.launch b/stretch_navigation/launch/rviz_rtab.launch deleted file mode 100644 index 1a7b984..0000000 --- a/stretch_navigation/launch/rviz_rtab.launch +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/stretch_navigation/launch/teleop.launch b/stretch_navigation/launch/teleop.launch deleted file mode 100644 index 228e44c..0000000 --- a/stretch_navigation/launch/teleop.launch +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/stretch_navigation/launch/rtab_gazebo.launch b/stretch_rtab/launch/rtab_gazebo.launch similarity index 100% rename from stretch_navigation/launch/rtab_gazebo.launch rename to stretch_rtab/launch/rtab_gazebo.launch diff --git a/stretch_navigation/launch/rtabmapviz.launch b/stretch_rtab/launch/rtabmapviz.launch similarity index 100% rename from stretch_navigation/launch/rtabmapviz.launch rename to stretch_rtab/launch/rtabmapviz.launch