Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Commits
71ce3d66
Commit
71ce3d66
authored
11 months ago
by
Julian Tusch
Browse files
Options
Downloads
Patches
Plain Diff
added abort skill methdo definition to manager ice
parent
7ea5b486
No related branches found
Branches containing commit
No related tags found
4 merge requests
!460
Draft: fluxio/dev-skill-timeout
,
!449
Fluxio preliminary release
,
!448
"fluxio composite executor"
,
!446
Draft: Fluxio related changes
Pipeline
#18882
failed
11 months ago
Stage: build-and-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/interface/skills/SkillManagerInterface.ice
+3
-0
3 additions, 0 deletions
source/RobotAPI/interface/skills/SkillManagerInterface.ice
with
3 additions
and
0 deletions
source/RobotAPI/interface/skills/SkillManagerInterface.ice
+
3
−
0
View file @
71ce3d66
...
...
@@ -235,6 +235,9 @@ module armarx
optional
(
3
)
string
executeFluxioSkill
(
string
skillId
);
// executes a fluxio skill
void
abortFluxioSkill
(
string
executionId
);
// aborts a fluxio skill
dto
::
FluxioSkillList
getSkillList
();
// returns skills of all providers
...
...
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