We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4eda24 commit d84c536Copy full SHA for d84c536
src/tasks/task-joint-posture.cpp
@@ -55,7 +55,7 @@ namespace tsid
55
if(mask(i)!=0.0)
56
{
57
assert(mask(i)==1.0);
58
- S(i,6+i) = 1.0;
+ S(j,6+i) = 1.0;
59
m_activeAxes(j) = i;
60
j++;
61
}
0 commit comments