Skip to content
Snippets Groups Projects
Commit ae2b3b4b authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

Merge branch 'master' of https://gitlab.com/ArmarX/RobotAPI into armem/ltm/dev

parents 991ea25e df3955f7
No related branches found
No related tags found
1 merge request!321Merge of all branches of Fabian PK (related to skills)
......@@ -102,7 +102,7 @@ namespace armarx::skills
/// Override this method with your own step function
virtual StepResult step(const typename Base::SpecializedMainInput& in)
{
ARMARX_IMPORTANT << "Dummy executing once skill '" << description.skillName << "'. Please overwrite this method!";
ARMARX_IMPORTANT << "Dummy executing once skill '" << this->description.skillName << "'. Please overwrite this method!";
return {ActiveOrTerminatedSkillStatus::Succeeded, nullptr};
}
......
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