Skip to content
Snippets Groups Projects
Commit f03867c4 authored by Tommy Persson's avatar Tommy Persson
Browse files

Work on interaction functionality

parent 0151c686
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
string uuid # identifier for the protocol instance
string state # Possible values: added, started, refused, agreed, failure, query-if, query-ref
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment