pcl17 with turtlebot
Hi,
I am trying to use KinFuLS that is part of of pcl17 with turtlebot (groovy).
Because turtlebot comes with it's own package, it already seem to have pcl 1.6.0 built.
I have followed a tutorial that was written in: answers.ros.org/question/62979/how-do-i-use-pcl-17-with-groovy/
I everything worked except at the last step "catkin_make_isolated --install"
I get following error: [ 75%] Building CXX object src/cpp/CMakeFiles/flann_cuda-gd.dir/flann/flann_cpp.cpp.o No such file or directory CMake Error at flann_cuda_s_generated_kdtree_cuda_3d_index.cu.o.cmake:198 (message): Error generating /tmp/pcl_ws/build_isolated/flann/src/cpp/CMakeFiles/flann_cuda_s.dir/flann/algorithms/./flann_cuda_s_generated_kdtree_cuda_3d_index.cu.o
make[2]: * [src/cpp/CMakeFiles/flann_cuda_s.dir/flann/algorithms/./flann_cuda_s_generated_kdtree_cuda_3d_index.cu.o] Error 1 make[1]: [src/cpp/CMakeFiles/flann_cuda_s.dir/all] Error 2 make[1]: Waiting for unfinished jobs.... [ 75%] Built target flann_cpp-gd Linking CXX shared library ../../lib/libflann_cuda-gd.so [ 75%] Built target flann_cuda-gd Linking CXX static library ../../lib/libflann_s.a [ 75%] Built target flann_s make: * [all] Error 2 Traceback (most recent call last): File "/opt/ros/groovy/lib/python2.7/dist-packages/catkin/builder.py", line 658, in build_workspace_isolated number=index + 1, of=len(ordered_packages) File "/opt/ros/groovy/lib/python2.7/dist-packages/catkin/builder.py", line 456, in build_package install, jobs, force_cmake, quiet, last_env, cmake_args, make_args File "/opt/ros/groovy/lib/python2.7/dist-packages/catkin/builder.py", line 359, in build_cmake_package run_command(make_cmd, build_dir, quiet) File "/opt/ros/groovy/lib/python2.7/dist-packages/catkin/builder.py", line 186, in run_command raise subprocess.CalledProcessError(proc.returncode, ' '.join(cmd)) CalledProcessError: Command '/tmp/pcl_ws/install_isolated/env.sh make -j4 -l4' returned non-zero exit status 2 <== Failed to process package 'flann': Command '/tmp/pcl_ws/install_isolated/env.sh make -j4 -l4' returned non-zero exit status 2
Reproduce this error by running: ==> /tmp/pcl_ws/install_isolated/env.sh make -j4 -l4
Command failed, exiting.
Does anyone know how to solve this issue? Also, Has anyone been successful in using KinFuLS with groovy? If you did, could you help out with installing/using KinfuLS?
Thank you so much in advance!