diff --git a/msg/Movement.msg b/msg/Movement.msg
index a2eb1d698c814fc2a04ace8303b08c979e5e45e8..52a5d692559fc96e01ba03377c4710ab5a1ac7ce 100755
--- a/msg/Movement.msg
+++ b/msg/Movement.msg
@@ -18,5 +18,5 @@ uint8 LOOK_AROUND=15
 uint8 FLYING=16
 uint8 NOTHING=17
 
-int32 gesture  # Desired robot gesture (Use string)
+string gesture  # Desired robot gesture (Use string)
 bool move      # Flag to indicate if is desired to approach to the person
diff --git a/msg/Result.msg b/msg/Result.msg
index 7158ff0a76ede09bc978c5b8359e17e0b08ece5f..ffabfc36ef39108ee2d9c5714814c7801f6ef464 100644
--- a/msg/Result.msg
+++ b/msg/Result.msg
@@ -4,5 +4,5 @@ string return_msg   # optional returning msg to pass information to higher level
 string[] answers    # sorted array containing each action answer. empty element if not captured or failed
 string[] emotions   # sorted array containing each action emotion. empty element if not captured or failed
 string[] locations  # sorted array containing each action location. empty element if not captured or failed
-geometry_msgs/Pose[] poses      # sorted Pose message containing each action pose. empty element if not captured or failed
+string[] poses      # sorted Pose message containing each action pose. empty element if not captured or failed