We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The failing test is inside: sns_ik_lib/test/sns_ik_vel_test.cpp:
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.
The text was updated successfully, but these errors were encountered:
Relates to #87, comment failing SNS Optimal Test
f202d5e
18f6d30
Relates to #87, comment failing SNS Optimal Test (#88)
5ac3f28
No branches or pull requests
The failing test is inside:
sns_ik_lib/test/sns_ik_vel_test.cpp
: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.
The text was updated successfully, but these errors were encountered: