Skip to content
Snippets Groups Projects
Commit 8101f7e4 authored by Christoph Pohl's avatar Christoph Pohl Committed by armar-user
Browse files

fix reset for PlatformUnit

- newTarget was not commited to write buffer in
NJointHolonomicPlatformGlobalPositionController
parent e21049c2
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,10 @@ namespace armarx
{
pid.reset();
opid.reset();
*const_cast<bool*>(&rtGetControlStruct().newTargetSet) = false;
getWriterControlStruct().newTargetSet = false;
writeControlStruct();
isAborted = false;
}
if (isAborted)
......
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