Skip to content
Snippets Groups Projects
Commit 62a12bd9 authored by armar-user's avatar armar-user
Browse files

NJointTaskSpaceImpedanceDMPController: debug: adding can val

parent f1a0f605
No related branches found
No related tags found
No related merge requests found
......@@ -363,6 +363,7 @@ namespace armarx
debugOutputData.getWriteBuffer().targetPose_qx = targetQuat.x;
debugOutputData.getWriteBuffer().targetPose_qy = targetQuat.y;
debugOutputData.getWriteBuffer().targetPose_qz = targetQuat.z;
debugOutputData.getWriteBuffer().currentCanVal = rtGetControlStruct().canVal;
debugOutputData.getWriteBuffer().currentPose_x = currentPose(0, 3);
debugOutputData.getWriteBuffer().currentPose_y = currentPose(1, 3);
......
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