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
A unit test is failing (rather rarely) with the following,
manif/test/so3/../common_tester.h:982: Failure Value of: manif::isManifNear(state_pert, state_lin, "state_pert", "state_lin", tol_) Actual: false (state_pert != state_lin state_pert: 1.0545434951782227 -2.3401219844818115 1.8107612133026123 state_lin: -1.054801344871521 2.3407447338104248 -1.8112318515777588 diff: 2.1093449592590332 -4.6808667182922363 3.6219930648803711 ) Expected: true [ FAILED ] SO3fJacobiansTests/SO3fJacobiansTester.TEST_SO3f_MINUS_JACOBIANS/2, where GetParam() = ( -0.313825 0.0687507 -0.0572944 0.945254, -0.310345 0.544041 -0.755725 -0.19127, -2.21149 -0.28521 2.05055, -1.4223 -0.228183 -2.78977) (0 ms)
This concerns both SO3f & SO3d.
SO3f
SO3d
Seeing how state_pert and state_lin are pretty much appart by a factor -1, there might be an angle issue somewhere.
state_pert
state_lin
-1
The text was updated successfully, but these errors were encountered:
joansola
No branches or pull requests
A unit test is failing (rather rarely) with the following,
This concerns both
SO3f
&SO3d
.Seeing how
state_pert
andstate_lin
are pretty much appart by a factor-1
, there might be an angle issue somewhere.The text was updated successfully, but these errors were encountered: