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

Work on smarc interface.

parent ce785407
No related branches found
No related tags found
No related merge requests found
...@@ -56,13 +56,13 @@ def gen_task_start_action(prefix): ...@@ -56,13 +56,13 @@ def gen_task_start_action(prefix):
s += "string uuid # uuid that are used in signal service call to send signals to the running action\n" s += "string uuid # uuid that are used in signal service call to send signals to the running action\n"
s += f'lrs_task_msgs/{prefix}Task task\n' s += f'lrs_task_msgs/{prefix}Task task\n'
s += "---\n" s += "---\n"
s += "string signal_received\n"
s += "bool paused\n"
s += "---\n"
s += "bool success\n" s += "bool success\n"
s += "string fail_reason\n" s += "string fail_reason\n"
s += "bool aborted\n" s += "bool aborted\n"
s += "bool enoughed" s += "bool enoughed\n"
s += "---\n"
s += "string signal_received\n"
s += "bool paused\n"
return s return s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment