Skip to content
Snippets Groups Projects
Commit d26cc00c authored by Christian Dreher's avatar Christian Dreher
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent d31ee43e
No related branches found
No related tags found
1 merge request!424Add segfault skill to SkillProviderExample
Pipeline #17355 canceled
......@@ -12,7 +12,7 @@ namespace armarx::skills::provider
{
return SkillDescription{
.skillId = skills::SkillID{.skillName = "Segfault"},
.description = "This skill segfaults while executing. This will kill the Provider!",
.description = "This skill segfaults while executing. This will kill (Signal 11) the Provider to test the stability of the GUI and other components in case of a skill issue.",
.timeout = armarx::core::time::Duration::MilliSeconds(100)};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment