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

Ros Groovy Installation: Can't find vtk-file

asked 2013-10-26 16:08:33 -0500

atp gravatar image

updated 2013-11-14 10:49:26 -0500

tfoote gravatar image

I'm trying to install Ros Groovy on Fedora 19, following http://wiki.ros.org/groovy/Installation/Fedora. I already had a couple of problems that I have been able to solve myself. However, I don't know how to fix the following problem.

When running

sudo ./src_wet/catkin/bin/catkin_make_isolated --install -DSETUPTOOLS_DEB_LAYOUT=OFF --source-space src_wet/ -j1

this error

pcl/io/include/pcl/io/vtk_lib_io.h:57:29: fatal error: vtkSmartPointer.h: No such file or directory

appears. However, the find command gives the location of that file as /usr/include/vtk/vtkSmartPointer.h. So, why is this error happening?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-05-10 20:52:38 -0500

This is a pretty old question, but I thought I'd post an answer. The RIGHT solution is to upgrade to a newer ROS distro, but in the end, it looks like this may simply be an issue of dependencies. I believe that either:

  • you need to run rosdep to install dependencies for PCL [1]
  • you encountered a dependency issue in VTK that has been fixed upstream [2] [3]

[1] http://wiki.ros.org/hydro/Installatio...

[2] https://bugzilla.redhat.com/show_bug....

[3] https://bugzilla.redhat.com/show_bug....

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-10-26 16:08:33 -0500

Seen: 1,235 times

Last updated: May 10 '14