From 95a3649e1c8312bf3a5bcbc64d4163f062be81ae Mon Sep 17 00:00:00 2001 From: Raffaello Bonghi Date: Wed, 22 Apr 2020 21:42:58 +0100 Subject: [PATCH] Rearrange repository https://github.com/rpanther/panther_hardware/issues/4 --- {panther_robot => panther}/CMakeLists.txt | 2 +- {panther_robot => panther}/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename {panther_robot => panther}/CMakeLists.txt (79%) rename {panther_robot => panther}/package.xml (81%) diff --git a/panther_robot/CMakeLists.txt b/panther/CMakeLists.txt similarity index 79% rename from panther_robot/CMakeLists.txt rename to panther/CMakeLists.txt index be2a77c..c7dfd87 100644 --- a/panther_robot/CMakeLists.txt +++ b/panther/CMakeLists.txt @@ -1,4 +1,4 @@ cmake_minimum_required(VERSION 2.8.3) -project(panther_robot) +project(panther) find_package(catkin REQUIRED) catkin_metapackage() diff --git a/panther_robot/package.xml b/panther/package.xml similarity index 81% rename from panther_robot/package.xml rename to panther/package.xml index e0331b6..77c13e3 100644 --- a/panther_robot/package.xml +++ b/panther/package.xml @@ -1,8 +1,8 @@ - panther_robot + panther 1.0.0 - Panther meta package provides all the basic drivers for running and using a this robot + Panther meta package provides description, controllers and navigation Raffaello Bonghi MIT