sns_ik icon indicating copy to clipboard operation
sns_ik copied to clipboard

Fix SNS_Optimal Velocity Solver to pass tests

Open IanTheEngineer opened this issue 7 years ago • 0 comments

The failing test is inside: sns_ik_lib/test/sns_ik_vel_test.cpp:

TEST(sns_ik, vel_ik_SNS_Optimal_test) {
   runSnsVelkTest(23539, sns_ik::VelocitySolveType::SNS_Optimal); }

This test should be commented out for now, to allow for CI testing. Longer term, we need to figure out what the issue is with the SNS Optimal solver.

IanTheEngineer avatar Jun 19 '18 15:06 IanTheEngineer