Skip to content
Snippets Groups Projects
Commit 8581ae07 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Updated the messages.

parent bb35787d
No related branches found
No related tags found
No related merge requests found
...@@ -18,5 +18,5 @@ uint8 LOOK_AROUND=15 ...@@ -18,5 +18,5 @@ uint8 LOOK_AROUND=15
uint8 FLYING=16 uint8 FLYING=16
uint8 NOTHING=17 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 bool move # Flag to indicate if is desired to approach to the person
...@@ -4,5 +4,5 @@ string return_msg # optional returning msg to pass information to higher level ...@@ -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[] 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[] 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 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment