Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_interaction_msgs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lrs
lrs_interaction_msgs
Commits
f03867c4
Commit
f03867c4
authored
6 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Work on interaction functionality
parent
0151c686
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
CMakeLists.txt
+4
-5
4 additions, 5 deletions
CMakeLists.txt
msg/ProtocolInstanceStatus.msg
+2
-0
2 additions, 0 deletions
msg/ProtocolInstanceStatus.msg
with
6 additions
and
5 deletions
CMakeLists.txt
+
4
−
5
View file @
f03867c4
...
...
@@ -46,11 +46,10 @@ find_package(catkin REQUIRED COMPONENTS
## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...)
## Generate messages in the 'msg' folder
# add_message_files(
# FILES
# Message1.msg
# Message2.msg
# )
add_message_files
(
FILES
ProtocolInstanceStatus.msg
)
## Generate services in the 'srv' folder
add_service_files
(
...
...
This diff is collapsed.
Click to expand it.
msg/ProtocolInstanceStatus.msg
0 → 100644
+
2
−
0
View file @
f03867c4
string uuid # identifier for the protocol instance
string state # Possible values: added, started, refused, agreed, failure, query-if, query-ref
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