From d297fee53e2639bc3524287f4a7d140b87014b27 Mon Sep 17 00:00:00 2001
From: aandriella <aandriella@iri.upc.edu>
Date: Wed, 4 Aug 2021 11:58:30 +0200
Subject: [PATCH] Update README.md

---
 README.md | 32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 16e0444..4d52893 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,30 @@
-# robot_facial_expression
-## This repository contains an edited version of the baxter facial expression package. Facial expressions are customized to be used on a Tiago robot
+### ROS Visualizer of TIAGo facial expressions on a screen ### 
+
+
+
+#### Package:
+- **face_builder** folder contains all the png images used to build the robot's face.
+- **launch** folder contains the ros launch file
+- **script** folder contains the code to build the face. Most of the code has been got from the work of Bilgehan NAL and just a few things have been edited or removed in order to get it working with the TIAGo.
+
+
+
+## USAGE ###
+
+First you need to run the ros node which builds the robot facial expressions (repo [robot_face_expression](https://github.com/aandriella/robot_face_expression)):
+
+``` 
+ roslaunch robot_face_expression robot_face_expression.launch 
+```
+
+Then you can visualise the different facial expressions by running:
+
+``` 
+ rosrun robot_face_visualizer face_visualizer.py
+```
+
+You can change facial expression and the pupil position in the eyes as follows:
+``` 
+rostopic pub /facial_expression std_msgs/String "data: 'expression'" 
+```
+esxpression can be "sad", "angry", "confused", "happy", "neutral", eyes can be moved with "look_X_Y"
-- 
GitLab