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

Moved the get_answer flag out of the speech and screen messages and into the main action message.

parent 37bc6c83
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ int32 speaking_mode
int32 return_code # Code after finishing the activity.
string return_msg # Optional returning msg to pass information to higher levels.
---
string feedback_status
\ No newline at end of file
string feedback_status
......@@ -2,6 +2,7 @@
iri_raadical_msgs/Speech speech
iri_raadical_msgs/Screen screen
bool get_answer # Bool to wait for an answer
---
bool afirmative_answer
---
......
iri_raadical_msgs/Movement movement
iri_raadical_msgs/Speech speech
iri_raadical_msgs/Screen screen
bool get_answer # Bool to wait for an answer
bool capture_emotion
bool capture_location
bool capture_pose
string text
string image
string game
bool get_answer # Bool to wait for an answer
string[] options
......@@ -16,5 +16,4 @@ uint8 SURPRISE=6
string speaking_text
int32 language
int32 speaking_mode
bool get_answer # Bool to wait for an answer
string[] options
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