Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_task_msgs_codegen
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_task_msgs_codegen
Commits
a027beb0
Commit
a027beb0
authored
4 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Work on smarc interface.
parent
ce785407
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gen_msgs_srvs_acions.py
+4
-4
4 additions, 4 deletions
src/gen_msgs_srvs_acions.py
with
4 additions
and
4 deletions
src/gen_msgs_srvs_acions.py
+
4
−
4
View file @
a027beb0
...
@@ -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
...
...
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