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

Make error with git code #1

Open
dpakshimpo opened this issue Mar 13, 2018 · 4 comments
Open

Make error with git code #1

dpakshimpo opened this issue Mar 13, 2018 · 4 comments

Comments

@dpakshimpo
Copy link

dpakshimpo commented Mar 13, 2018

Hello,

Looks like a include file is missed, can you please look at the error?

/home/deepak/pcl_ws/src/obj_recognition/src/segmentation.cpp:29:41: fatal error: obj_recognition/ClusterData.h: No such file or directory
compilation terminated.
obj_recognition/CMakeFiles/obj_recognition_segmentation.dir/build.make:62: recipe for target 'obj_recognition/CMakeFiles/obj_recognition_segmentation.dir/src/segmentation.cpp.o' failed
make[2]: *** [obj_recognition/CMakeFiles/obj_recognition_segmentation.dir/src/segmentation.cpp.o] Error 1
CMakeFiles/Makefile2:4241: recipe for target 'obj_recognition/CMakeFiles/obj_recognition_segmentation.dir/all' failed
make[1]: *** [obj_recognition/CMakeFiles/obj_recognition_segmentation.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
@THAC00
Copy link

THAC00 commented Jul 31, 2018

Same issue, did someone find a solution to get it running?

@ghost
Copy link

ghost commented Aug 7, 2018

Same issue...😓

@marcoradavelli
Copy link

I got a similar error, and solved by commenting the line:
#include <obj_recognition/ClusterData.h>
on src/segmentation.cpp

@SFakoorian0111
Copy link

How about obj_recognition/SegmentedClustersArray.h ??? This is not found also? where I can find this library

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

No branches or pull requests

4 participants