Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_raadical_msgs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
raadical_project
iri_raadical_msgs
Commits
839daca3
Commit
839daca3
authored
1 year ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Moved the get_answer flag out of the speech and screen messages and into the main action message.
parent
37bc6c83
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
action/Speak.action
+1
-1
1 addition, 1 deletion
action/Speak.action
action/interact.action
+1
-0
1 addition, 0 deletions
action/interact.action
msg/Action.msg
+1
-0
1 addition, 0 deletions
msg/Action.msg
msg/Screen.msg
+0
-1
0 additions, 1 deletion
msg/Screen.msg
msg/Speech.msg
+0
-1
0 additions, 1 deletion
msg/Speech.msg
with
3 additions
and
3 deletions
action/Speak.action
+
1
−
1
View file @
839daca3
...
...
@@ -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
This diff is collapsed.
Click to expand it.
action/interact.action
+
1
−
0
View file @
839daca3
...
...
@@ -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
---
...
...
This diff is collapsed.
Click to expand it.
msg/Action.msg
+
1
−
0
View file @
839daca3
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
This diff is collapsed.
Click to expand it.
msg/Screen.msg
+
0
−
1
View file @
839daca3
string text
string image
string game
bool get_answer # Bool to wait for an answer
string[] options
This diff is collapsed.
Click to expand it.
msg/Speech.msg
+
0
−
1
View file @
839daca3
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment