Page 1 of 1

Using cloudcompare in ROS-qt

Posted: Tue May 21, 2019 3:02 am
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?

Re: Using cloudcompare in ROS-qt

Posted: Tue May 21, 2019 6:58 pm
by daniel
[EDIT] Don't you need to be more explicit about the library file(s) you link your project to?