-
Notifications
You must be signed in to change notification settings - Fork 120
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
[FEATURE] lock degrees of freedom #91
Comments
do you think it is enough to modify the resulting new rotation matrix and zero the corresponding componentens in after line 80 in rigid_registration.py? |
This was referenced Sep 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's already possible to lock the scale. For my 3D Rigid Problem I know already that scale is 1, and rotation happens only around z axis. So I want to lock rotations around x, y. Is this possible? Or can you point me at which part of the code I have to look at to make that modification?
The text was updated successfully, but these errors were encountered: