Skip to content

Commit

Permalink
removed old debug swivel debug
Browse files Browse the repository at this point in the history
next display zmp only (wip)
  • Loading branch information
Julio Jerez committed Dec 10, 2023
1 parent d773e10 commit ba55408
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions newton-4.00/applications/ndSandbox/demos/ndQuadrupedTest_1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1765,18 +1765,6 @@ namespace ndQuadruped_1

if (i == 0)
{
//ndMatrix m0;
//ndMatrix m1;
//effector->CalculateGlobalMatrix(m0, m1);
//ndMatrix baseSwivelFrame(effector->CalculateAlignSwivelMatrix());
//baseSwivelFrame.m_posit = (m0.m_posit + m1.m_posit)* ndVector::m_half;
//
//ndFloat32 swivelAngle = effector->CalculateAlignSwivelAngle(upVector);
//ndMatrix upVectorSwivelFrame(ndPitchMatrix(swivelAngle) * baseSwivelFrame);
//
//context.DrawFrame(baseSwivelFrame);
//context.DrawFrame(upVectorSwivelFrame);

effector->DebugJoint(context);
}

Expand Down

0 comments on commit ba55408

Please sign in to comment.