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
8581ae07
Commit
8581ae07
authored
8 months ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Updated the messages.
parent
bb35787d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
msg/Movement.msg
+1
-1
1 addition, 1 deletion
msg/Movement.msg
msg/Result.msg
+1
-1
1 addition, 1 deletion
msg/Result.msg
with
2 additions
and
2 deletions
msg/Movement.msg
+
1
−
1
View file @
8581ae07
...
@@ -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
This diff is collapsed.
Click to expand it.
msg/Result.msg
+
1
−
1
View file @
8581ae07
...
@@ -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
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