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

set result in from manager ice when receiving a result from xecutig a skill in a provider

parent 1a46b1b2
No related branches found
No related tags found
No related merge requests found
......@@ -371,6 +371,7 @@ namespace armarx
.executionId = skills::SkillExecutionID::FromIce(update.executionId, providerId),
.parameters = armarx::aron::data::Dict::FromAronDictDTO(update.parameters),
.callbackInterface = update.callbackInterface,
.result = armarx::aron::data::Dict::FromAronDictDTO(update.result)
}};
skills::fromIce(update.status, ret.status);
setResultFromIce(ret, update);
......
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