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

Hi, may I ask how to install your project? #3

Closed
yuhui-xie opened this issue Apr 12, 2022 · 1 comment
Closed

Hi, may I ask how to install your project? #3

yuhui-xie opened this issue Apr 12, 2022 · 1 comment

Comments

@yuhui-xie
Copy link

Your installation step:

git clone https://github.com/SMRT-AIST/fast_gicp --recursive
mkdir fast_gicp/build && cd fast_gicp/build
cmake .. -DCMAKE_BUILD_TYPE=Release

enable cuda-based implementations

cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_VGICP_CUDA=ON

make -j8

seems not match this project.
The projected used is fast_gicp;

@SLAMWang
Copy link
Owner

Yes, in this project, cuda is not used, most modifications are performed in fast_gicp_impl.hpp.
Our project is based on fast_gicp.

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

No branches or pull requests

2 participants