Skip to content
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

refactor: multigrid ndt omp pure refactoring #40

Merged

Conversation

SakodaShintaro
Copy link

I have extracted changes that do not result in numerical changes from the pull request below.
#32

Signed-off-by: Shintaro Sakoda <[email protected]>
@SakodaShintaro SakodaShintaro self-assigned this Mar 13, 2024
@SakodaShintaro SakodaShintaro marked this pull request as ready for review March 13, 2024 01:51
Copy link

@anhnv3991 anhnv3991 left a comment

Choose a reason for hiding this comment

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

@SakodaShintaro I just removed the underbar at the end of names of some variables, such as point_gradient_ to point_gradient, point_hessian_ to point_hessian.
Basically the underbar are put to the end of class-member variables. In the original NDT implementation of PCL, point_gradient_ and point_hessian_ are members of the NDT class, but in tier4's repo they are not.
Test was OK.

@SakodaShintaro SakodaShintaro merged commit 19b30f0 into tier4/main Mar 13, 2024
5 checks passed
@SakodaShintaro SakodaShintaro deleted the refactor/multigrid_ndt_omp_pure_refactoring branch March 13, 2024 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants