-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Check if nig is working well #929
Comments
Did some more work here. There is still a bug somewhere. I reckon its inside With However for bigger noises, the rotation fails :
I did some changes to make sure the noise was being computed, and it still fails with a simpler method (rather than the matrix multiplication thing"
EDIT : With the prior matrix method to compute the rotation error the behavior was similary wrong. |
bigger in rotation, translation, or both? Is it that you are setting 10 radians for angles, which is larger that 360 degrees? nig 10 10 is unrealistic. Does it work with nig 1 3.14? |
I should've been more clear. The bigger the noise is, more often the results are wrong. At 10 rad, it's always wrong from what I tested. For numbers usually bigger than 2rad its inconsistent. First image both are wrong I should add that the problem we were having leading to only the |
It is true that 10rad is outrageous and unrealistic, but it still makes me wonder why it is happening. While it does not seem to happen for more realistic lower values, I cannot assure that it wont happen given a big enough batch experiment. I might ve simply not ran enough runs to experience it yet . |
I understand your discomfort, but perhaps we can take a more practical approach. |
- Bigger noises are still bugged but now gives a atomWarn() - Encapsulated ntfv in a specific function - -ntfv now overrides -nig - addNoiseToTF now calls a subfunction computeNoise() to reduce boilerplate code - other misc small qol improvements
from 576b626
It's not solved but it will be a lower priority. The issue will remain open. |
@fyi @brunofavs
Related to #928
Make some sanity tests to make sure noisy initial guess (nig) flag is working.
The text was updated successfully, but these errors were encountered: