Closed NorwegianPi closed 5 years ago
Hi Jarle,
is it possible that you are using a custom PCL version, that is newer than the default from kinetic/16.04?
We use 16.04, kinetic and 10.0 in most of our workstations, without the pcl_isfinite error.
Thanks, Did a clean instal of ROS and PCL and build seems to work now. Cheers!
adding below line to the code solved my issue
#define pcl_isfinite(x) std::isfinite(x)
enviornment: Ubuntu20.04/ROS-noetic
Hello,
I have just started writing a master thesis on GPU collision detection using ROS. I came over GPU-Voxels and want to explore its possibilities, but i have some issues building the software.
I am running Ubuntu 16.04, CUDA v10.0.130 and ROS Kinetic (ros-kinetic-desktop-full).
Build stops at 63%, and i get the following message:
It seems like it have some problems with pcl and pcl_isfinite. To the best of my knowledge I have installed all prerequisites. I would appreciate if someone could point me in the right direction to fix this issue.
Also attached cmake output if it is of any help.
Cheers!! Jarle Horneland