Skip to content
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

PCL #4

Open
amermelao opened this issue Sep 2, 2013 · 3 comments
Open

PCL #4

amermelao opened this issue Sep 2, 2013 · 3 comments
Labels

Comments

@amermelao
Copy link

HI there,

I'm using ros Groovy, and when I tried to install the dvo libraries it doesn't find the pcl libraries.
this is what the log file shows:

In file included from /opt/ros/groovy/stacks/dvo_core/src/visualization/pcl_camera_trajetory_visualizer.cpp:21:0:
/opt/ros/groovy/stacks/dvo_core/include/dvo/visualization/pcl_camera_trajectory_visualizer.h:28:46: fatal error: pcl/visualization/pcl_visualizer.h: No such file or directory
compilation terminated.
In file included from /opt/ros/groovy/stacks/dvo_core/src/visualization/async_point_cloud_builder.cpp:21:0:
/opt/ros/groovy/stacks/dvo_core/include/dvo/visualization/async_point_cloud_builder.h:29:29: fatal error: pcl/point_cloud.h: No such file or directory
compilation terminated.
In file included from /opt/ros/groovy/stacks/dvo_core/include/dvo/visualization/point_cloud_aggregator.h:24:0,
from /opt/ros/groovy/stacks/dvo_core/src/visualization/point_cloud_aggregator.cpp:21:
/opt/ros/groovy/stacks/dvo_core/include/dvo/visualization/async_point_cloud_builder.h:29:29: fatal error: pcl/point_cloud.h: No such file or directory
compilation terminated.

I tried to install the PCL libraries in many diferent ways ( rosmake pcl, sudo apt-get instrall ros-groovy-pcl..., install the pcl libraries to the pc), but everytime it ends the same.

Any help would be realy appreciate,

Greatings
@christiankerl
Copy link
Member

you might need to add the PCL include directories to the CMakeLists.txt or change some dependency in the manifest.xml

@amermelao
Copy link
Author

thx

@ziyangli
Copy link

How to add the PCL include directories?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants