-
Notifications
You must be signed in to change notification settings - Fork 133
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
No Cuda support? #30
Comments
PCL is not required for stereo camera. Without CUDA you can get around 10 frames per second speed. Just set CUDA support off in CMakeLists.txt |
Without CUDA I just get around 0.9 frames per second..... |
This depends on your processor. Actually with an optimization level 3, you can obtain 20 fps on a i7 laptop |
hi, optimization level 3 you mean, the ScaViSlam program must compile with -O3 level? I clear this compile option in order to prevent compiling error... |
? |
Hi:
I don't have a CUDA support video card. Is it possible for me to build ScaViSLAM without CUDA support? I can't even find an options when doing an "out of source ccmake ../".
BTW, is PCL a must as well?
Cheers
Pei
The text was updated successfully, but these errors were encountered: