From c237b6717ea3bcc10239d1bcab25b102500394f2 Mon Sep 17 00:00:00 2001
From: Antonio Andriella <aandriella@iri.upc.edu>
Date: Wed, 4 Aug 2021 11:34:54 +0200
Subject: [PATCH] rename CmakeLists and package files

---
 CMakeLists.txt | 2 +-
 package.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b963ce8..265492c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8.3)
-project(robot_facial_expression)
+project(robot_face_expression)
 
 ## Compile as C++11, supported in ROS Kinetic and newer
 # add_compile_options(-std=c++11)
diff --git a/package.xml b/package.xml
index dc59679..99b3ce0 100644
--- a/package.xml
+++ b/package.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <package>
-  <name>robot_facial_expression</name>
+  <name>robot_face_expression</name>
   <version>0.0.0</version>
   <description>Edited version of the baxter_face package</description>
 
-- 
GitLab