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
!449
Fluxio preliminary release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fluxio preliminary release
fluxio/dev
into
master
Overview
1
Commits
293
Pipelines
29
Changes
1
Merged
Moritz Gleissner
requested to merge
fluxio/dev
into
master
10 months ago
Overview
1
Commits
293
Pipelines
29
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c397ed98
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c397ed98
updated doc
· c397ed98
Julian Tusch
authored
9 months ago
source/RobotAPI/libraries/skills/core/FluxioSkill.h
+
1
−
1
Options
@@ -23,7 +23,7 @@ namespace armarx
std
::
string
name
;
std
::
string
description
;
/**
* @brief How long to wait for the skill to finish execution before timing out. A negative value indicates no timeout (def
u
alt).
* @brief How long
(in ms)
to wait for the skill to finish execution before timing out. A negative value indicates no timeout (defa
u
lt).
*/
armarx
::
core
::
time
::
Duration
timeout
=
armarx
::
core
::
time
::
Duration
::
MilliSeconds
(
-
1
);
std
::
string
lastChanged
;
Loading