Using cloudcompare in ROS-qt

All about Linux portage
Post Reply
kasper
Posts: 29
Joined: Thu May 17, 2018 6:13 am

Using cloudcompare in ROS-qt

Post by kasper »

hello everyone, i'm using The Robot Operating System (ROS) with Qt creator
the basic testing are good.
And now I want to join cloudcompare library into my project
but there's something wrong...

this is my CMakeLists codes about cloudcompare
Image
https://imgur.com/sJyqQLp

When I #include <BinFilter.h>, is good.
But #include <ccPointCloud.h>, get error like this
Image
https://imgur.com/QBWiWFp


I think there is something wrong with the CMakeLists file
Does anyone know some tips about this?
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Using cloudcompare in ROS-qt

Post by daniel »

[EDIT] Don't you need to be more explicit about the library file(s) you link your project to?
Daniel, CloudCompare admin
Post Reply