Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_msgs_common
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_msgs_common
Commits
b06d647d
Commit
b06d647d
authored
3 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Changing order of fields.
parent
3d7a4086
No related branches found
No related tags found
No related merge requests found
Pipeline
#67526
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
msg/Task.msg
+26
-16
26 additions, 16 deletions
msg/Task.msg
with
26 additions
and
16 deletions
msg/Task.msg
+
26
−
16
View file @
b06d647d
...
...
@@ -24,27 +24,37 @@ uint32 TASK_STATE_FAILED = 10
uint32 TASK_STATE_ABORTED = 11
uint32 TASK_STATE_FINISHED = 12
uint32 TASK_KIND_NONE = 0 # No information about kind of task
uint32 TASK_KIND_NONE = 0
# No information about kind of task
uint32 TASK_KIND_POSITION_2D = 1 # Execution of task takesplace near given pos
uint32 TASK_KIND_POSITION_3D = 2 # Execution of task takesplace near given pos
string uuid # if "json-tst" this cannot be the same as the root uuid, root uuid cannot be set
uint32 kind # Kind of task.
string uuid
# if "json-tst" this cannot be the same as the root uuid, root uuid cannot be set
uint32 kind
# Kind of task.
geographic_msgs/GeoPoint gp # Interpreted according to type info
string cid # If non-empty use this as the conversation id in the delegation
string cid
# If non-empty use this as the conversation id in the delegation
string name
string desc
int32 priority # Lower number means higher priority. Use values in range 1-100
string type # The type of the task. Possible values: "json-tst"
string task # The task string
string preferred_unit # If non-empty the preferred unit for this task.
string forced_unit # If non-empty the forced unit for this task.
bool retry_exec_failure # If true retry execution failures (also remove the agent that failed).
bool bidding_in_delegation # If true, do bidding in delegation when applicable.
string tst_root_uuid # Root uuid for TST tree, can change with same task_uuid
#
# Can be changed when task is on the queue
#
int32 priority # Lower number means higher priority. Use values in range 1-100
#
# The part below is information/status part. This information dependas on what the task manager have done.
#
uint32 state # The state if the task is handled by a task execution queue
bool active # If false the task is not active if placed on a task executuion queue
string unit # The unit doing the execution
uint32 n_failed_delegations
string type # The type of the task. Possible values: "json-tst"
string task # The task string
uint32 state # The state if the task is handled by a task execution queue
bool active # If false the task is not active if placed on a task executuion queue
string unit # The unit doing the execution
string preferred_unit # If non-empty the preferred unit for this task.
string forced_unit # If non-empty the forced unit for this task.
bool retry_exec_failure # If true retry execution failures (also remove the agent that failed).
bool bidding_in_delegation # If true, do bidding in delegation when applicable.
string[] no_good_units # List of units that have failed to do the task and should not be considered.
string tst_root_uuid # Root uuid fot TST tree, can change with same task_uuid
string[] no_good_units # List of units that have failed to do the task and should not be considered.
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