-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
pcl::RangeImage create or visualize #6104
Comments
@xiaocer How did you install PCL? How do you build your own program? Do you use CMake? |
Hi bro,Neither uses CMake。I use thisblogto install PCL and build the program's. |
@xiaocer I strongly recommend to use CMake to build your own program. Specific options related to memory alignment (SSE, AVX, AVX2) need to be set such that your program is compiled with the same options as PCL. CMake handles this automatically. |
try based on #4987, it works for me. |
I am closing this issue, assuming that the advice helped solve your problem. |
I run this program and got an error
environment:vs2022 + pcl 1.13.1
The text was updated successfully, but these errors were encountered: