Skip to content

Conversation

@YeHuanjie
Copy link
Contributor

remove unnecessary (-1) and modify alpha calculation according to 《A Method for 6D Pose Estimation of Free-Form Rigid Objects Using Point Pair Features on Range Data》

angle *= (-1);
p.alpha_m = -angle;
float angle = std::atan2 (model_point_transformed(2), model_point_transformed(1));
p.alpha_m = angle;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you forget a minus sign here?

And I am still not sure about +pi becoming -pi. Even if they represent the same angle, couldn't this cause a problem in the discretization in PPFRegistration?

@mvieth mvieth added the needs: author reply Specify why not closed/merged yet label Apr 7, 2025
@mvieth
Copy link
Member

mvieth commented Apr 11, 2025

@YeHuanjie Hi, I just wanted to ask whether you are still working on this pull request? If not, that would be totally fine, but then I would close this pull request and the related issue soon (because it is not a bug or error in the code).

@mvieth
Copy link
Member

mvieth commented Apr 25, 2025

@YeHuanjie Hi, I just wanted to ask whether you are still working on this pull request? If not, that would be totally fine, but then I would close this pull request and the related issue soon (because it is not a bug or error in the code).

I am closing this for now because it is inactive and the checks are failing, but feel free to come back to this pull request in the future if you want to continue working on it.

@mvieth mvieth closed this Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants