You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if I completely understand what you suggest. Maybe create a pull request or post a git diff, then I can see the exact changes you propose?
Although, looking at the scatter plot, "simplified" and "pcl" differ at -pi and +pi? I am unsure whether this might cause any problems in the rest of the ppf code?
Apologies for the late reply, I just got back from vacation.
Here is the pull request: #6230
Although, looking at the scatter plot, "simplified" and "pcl" differ at -pi and +pi? I am unsure whether this might cause any problems in the rest of the ppf code?
As far as I know, PI and -PI are the same for rotation axis.
And my experiments show that results are the same w/o this commit.
I found redundant codes in
ppf.h line96
andppf_registration.hpp line153
and
There are too many (-1) in codes. In fact, they are redundant.
To verify my hypothesis, I conducted the following experiment.
I run the above codes and simplified code, comparing their results.
So, the codes can be simplified as follows:
However, I am confused with the (-1). It makes no sense here.
The text was updated successfully, but these errors were encountered: