-
Notifications
You must be signed in to change notification settings - Fork 35
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/smooth ndt map update #26
Conversation
anhnv3991
commented
Feb 13, 2024
- Add copy and move constructors/assignment operators to NDT and voxel grid covariance
Signed-off-by: anhnv3991 <[email protected]>
Signed-off-by: anhnv3991 <[email protected]>
Signed-off-by: anhnv3991 <[email protected]>
Thank you for the pull request! |
include/multigrid_pclomp/multi_voxel_grid_covariance_omp_impl.hpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added two small comments
Signed-off-by: anhnv3991 <[email protected]>
* Added pre-commit Signed-off-by: Shintaro Sakoda <[email protected]> * Test commit to confirm if pre-commit working Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Added types to build.yml Signed-off-by: Shintaro Sakoda <[email protected]> * Added types test Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Added workflow_run Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Removed workflow_run Signed-off-by: Shintaro Sakoda <[email protected]> * Removed spaces Signed-off-by: Shintaro Sakoda <[email protected]> * Applied formatter Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Added clang-format --version Signed-off-by: Shintaro Sakoda <[email protected]> * Updated version of mirrors-clang-format Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Removed incorrect version display Signed-off-by: Shintaro Sakoda <[email protected]> --------- Signed-off-by: Shintaro Sakoda <[email protected]> Co-authored-by: SakodaShintaro <[email protected]>
@SakodaShintaro I just rebase the tier4/main branch, so could you please check again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why, but once the auto format is committed in pre-commit, the build check results are not visible in this pull request.
The build check itself is being executed, and everything is OK.
https://github.com/tier4/ndt_omp/actions/runs/7970490513
I also checked the operation of logging_simulator again using Autoware and it worked properly. 💯
@SakodaShintaro Thanks! |