ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Problems with openni-dev and PCL

asked 2014-08-25 09:26:37 -0500

updated 2014-08-26 05:11:12 -0500

I am using ROS HYDRO in Ubuntu 13.10 and I am experiencing problems in packages that use PCL library because of openni-dev

¿What do you think I can do?

Here is my output when compiling

   -- +++ processing catkin package: 'pcl2_to_scan'
    -- ==> add_subdirectory(pcl2_to_scan)
    -- Using these message generators: gencpp;genlisp;genpy
    -- Boost version: 1.53.0
    -- Found the following Boost libraries:
    --   system
    --   filesystem
    --   thread
    --   date_time
    --   iostreams
    --   serialization
    -- checking for module 'openni-dev'
    --   package 'openni-dev' not found
    -- The imported target "vtkWrapTcl" references the file
       "/usr/bin/vtkWrapTcl"
    but this file does not exist.  Possible reasons include:
    * The file was deleted, renamed, or moved to another location.
    * An install or uninstall procedure did not complete successfully.
    * The installation package was faulty and contained
       "/usr/lib/vtk-5.8/VTKTargets.cmake"
    but not all the files it references.

-- The imported target "vtkWrapTclInit" references the file
   "/usr/bin/vtkWrapTclInit"
but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
   "/usr/lib/vtk-5.8/VTKTargets.cmake"
but not all the files it references.

-- The imported target "vtkWrapPython" references the file
   "/usr/bin/vtkWrapPython"
but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
   "/usr/lib/vtk-5.8/VTKTargets.cmake"
but not all the files it references.

-- The imported target "vtkWrapPythonInit" references the file
   "/usr/bin/vtkWrapPythonInit"
but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
   "/usr/lib/vtk-5.8/VTKTargets.cmake"
but not all the files it references.

-- The imported target "vtkParseJava" references the file
   "/usr/bin/vtkParseJava"
but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
   "/usr/lib/vtk-5.8/VTKTargets.cmake"
but not all the files it references.

-- The imported target "vtkWrapJava" references the file
   "/usr/bin/vtkWrapJava"
but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
   "/usr/lib/vtk-5.8/VTKTargets.cmake"
but not all the files it references.

-- The imported target "vtkCommonTCL" references the file
   "/usr/lib/libvtkCommonTCL.so.5.8.0"
but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
   "/usr/lib/vtk-5.8/VTKTargets.cmake"
but not all the files it references.

-- The imported target "vtkCommonPythonD" references the file
   "/usr/lib/libvtkCommonPythonD.so.5.8.0"
but this file ...
(more)
edit retag flag offensive close merge delete

Comments

can you please post your CMakeLists for the package, as well as your ubuntu distro information

paulbovbel gravatar image paulbovbel  ( 2014-08-25 14:01:12 -0500 )edit

It not depends on the CMakeLists. It appears in each package that uses PCL

find_package(PCL REQUIRED)

arenillas gravatar image arenillas  ( 2014-08-26 05:20:37 -0500 )edit

2 Answers

Sort by » oldest newest most voted
0

answered 2016-02-05 03:04:11 -0500

Varsha gravatar image

Hello sir, Varsha Kamble here, I am also facing the same problem I tried to build code OKPCL on github ( https://github.com/Qworg/OKPCL ) using Ubuntu platform, but i am unable to do that. I am not getting where i am getting wrong. I cloned the project on desktop and in project directory i made build directory to compile the code. After running command cmake .. the scenario is as given below: Is the CmakeLists.txt file is made keeping in front windows and Mac OS only ? Can i compile this code using Ubuntu ? eagerly waiting for reply..

-- The imported target "vtkFilteringTCL" references the file "/usr/lib/libvtkFilteringTCL.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/vtk-5.8/VTKTargets.cmake" but not all the files it references.

-- The imported target "vtkFilteringPythonD" references the file "/usr/lib/libvtkFilteringPythonD.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/vtk-5.8/VTKTargets.cmake" but not all the files it references.

-- The imported target "vtkFilteringJava" references the file "/usr/lib/jni/libvtkFilteringJava.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/vtk-5.8/VTKTargets.cmake" but not all the files it references.

-- The imported target "vtkImagingTCL" references the file "/usr/lib/libvtkImagingTCL.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/vtk-5.8/VTKTargets.cmake" but not all the files it references.

-- The imported target "vtkImagingPythonD" references the file "/usr/lib/libvtkImagingPythonD.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/vtk-5.8/VTKTargets.cmake" but not all the files it references.

-- The imported target "vtkImagingJava" references the file "/usr/lib/jni/libvtkImagingJava.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/vtk-5.8/VTKTargets.cmake" but not all the files it references.

: : : :

-- The imported target "vtkPythonCore" references the file "/usr/lib/libvtkPythonCore.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed ... (more)

edit flag offensive delete link more
0

answered 2014-08-26 07:19:26 -0500

paulbovbel gravatar image

If you look at the target platforms ( http://www.ros.org/reps/rep-0003.html... ), Hydro is not supported on 13.10, so dependency/version issues are normal.

edit flag offensive delete link more

Comments

It has to exit a solution

arenillas gravatar image arenillas  ( 2014-08-26 07:49:02 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-25 09:26:37 -0500

Seen: 1,551 times

Last updated: Aug 26 '14