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
Merge requests
!388
Refactor skills framework
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor skills framework
skills/dev
into
master
Overview
1
Commits
43
Pipelines
17
Changes
154
Merged
Rainer Kartmann
requested to merge
skills/dev
into
master
1 year ago
Overview
1
Commits
43
Pipelines
17
Changes
5
Expand
Follow-up MRs:
robot-skill-templates!48 (merged)
armarx-simulation!66 (merged)
sw/armarx/skills/control!37 (merged)
sw/armarx/skills/kinesthetic-learning!2 (merged)
sw/armarx/skills/localization-and-mapping!3 (merged)
sw/armarx/skills/manipulation!33 (merged)
sw/armarx-integration/robots/armar7/skills!8
... --> see comment
Edited
1 year ago
by
Fabian Tërnava
0
0
Merge request reports
Compare
version 13
version 17
3ca2a487
1 year ago
version 16
68b64e7d
1 year ago
version 15
2fec47b5
1 year ago
version 14
77fbceeb
1 year ago
version 13
03e32ab3
1 year ago
version 12
e4f40cb2
1 year ago
version 11
d586d790
1 year ago
version 10
f712c851
1 year ago
version 9
1a46db86
1 year ago
version 8
1a46db86
1 year ago
version 7
c3c6fdc9
1 year ago
version 6
3237be1d
1 year ago
version 5
cdb3ec32
1 year ago
version 4
28ad2c2d
1 year ago
version 3
78b854f2
1 year ago
version 2
af7d8802
1 year ago
version 1
bf28e9e5
1 year ago
master (base)
and
version 14
latest version
6dd7d72c
43 commits,
1 year ago
version 17
3ca2a487
42 commits,
1 year ago
version 16
68b64e7d
39 commits,
1 year ago
version 15
2fec47b5
38 commits,
1 year ago
version 14
77fbceeb
37 commits,
1 year ago
version 13
03e32ab3
36 commits,
1 year ago
version 12
e4f40cb2
35 commits,
1 year ago
version 11
d586d790
34 commits,
1 year ago
version 10
f712c851
33 commits,
1 year ago
version 9
1a46db86
32 commits,
1 year ago
version 8
1a46db86
36 commits,
1 year ago
version 7
c3c6fdc9
32 commits,
1 year ago
version 6
3237be1d
30 commits,
1 year ago
version 5
cdb3ec32
29 commits,
1 year ago
version 4
28ad2c2d
28 commits,
1 year ago
version 3
78b854f2
27 commits,
1 year ago
version 2
af7d8802
22 commits,
1 year ago
version 1
bf28e9e5
21 commits,
1 year ago
Show latest version
5 files
+
26
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
source/RobotAPI/components/skills/SkillProviderExample/Callback.cpp
+
1
−
1
Options
@@ -12,7 +12,7 @@ namespace armarx::skills::provider
{
return
SkillDescription
{{
"ShowMeCallbacks"
},
"This skill does shows callbacks"
,
{}
,
nullptr
,
armarx
::
core
::
time
::
Duration
::
MilliSeconds
(
1000
),
nullptr
};
}
Loading