-
Notifications
You must be signed in to change notification settings - Fork 549
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
Constrain transform increment directionally #503
Comments
Here is my current yaml configuration
|
There is currently no option to limit the degrees of freedom to be minimized beyond 2D (x, y, yaw) and 4D (x, y, z, yaw). Looking at your yaml file and your example images, you might want to explore these points:
|
Thank you, how can I limit the minimization to 4D (x, y, z, yaw)? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm just getting started with libpointmatcher so I apologize if this is already documented somewhere but I could not find a way to do what I want.
I have a set of scans where the orientation is very accurate but the translation has significantly more drift. I would like a way to constrain the ICP to be mostly or only translational. My current problem is that around corners if there is not much overlap, libpointmatcher will perform very large rotations to fit the reading pointcloud. But I know this is wrong and want to limit the rotations. I have attached a figure to illustrate the problem.
Is there any way I can achieve this in the parameters of libpointmatcher? Thank you
The text was updated successfully, but these errors were encountered: