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

try to install it using cmake , error occurs #51

Closed
wanghetongtt opened this issue Jun 8, 2017 · 6 comments
Closed

try to install it using cmake , error occurs #51

wanghetongtt opened this issue Jun 8, 2017 · 6 comments

Comments

@wanghetongtt
Copy link

Could not find a package configuration file provided by "cob_3d_features"
with any of the following names:

cob_3d_featuresConfig.cmake
cob_3d_features-config.cmake
@ipa-rmb
Copy link
Contributor

ipa-rmb commented Jun 8, 2017

Did you also clone https://github.com/ipa320/cob_environment_perception.git into your source repository? It seems like that is missing.

@wanghetongtt
Copy link
Author

thank you for the reply, i add this to the source along with some dependency and after the build, this error occur, any idea what this is ?
screenshot from 2017-06-09 10 36 03

@ipa-rmb
Copy link
Contributor

ipa-rmb commented Jun 12, 2017

did you run rosdep install to install all the dependencies? The error says that scons is missing, which is listed as a depency that rosdep would install.

Go to your catkin workspace directory (i.e. the folder with build, devel and src folders inside) and type

rosdep install --from-path src/ -y -i

This installs all necessary dependencies (there will be many more if you start installing things manually).

@wanghetongtt
Copy link
Author

it works for that error, but new problem occurs.... so it keeps telling me that undefined reference to cv:: so clearly it does not recognize my opencv package anymore, how do i fix that?
screenshot from 2017-06-12 10 49 26
screenshot from 2017-06-12 10 50 31

@ipa-rmb
Copy link
Contributor

ipa-rmb commented Jun 13, 2017

Are you using Ubuntu 14.04 with ROS Indigo and OpenCV 2.4.x or something else? The software is not yet fully ported to newer versions.

@fmessmer
Copy link
Member

fmessmer commented Jul 3, 2017

first problem is duplicate of #50 (source dependecies)
second problem is documented in #47 (kinetic migration, cv incompatibility)

Thus, I guess this can be closed...@ipa-rmb

@ipa-rmb ipa-rmb closed this as completed Jul 4, 2017
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

3 participants