-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
Did you also clone https://github.com/ipa320/cob_environment_perception.git into your source repository? It seems like that is missing. |
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
This installs all necessary dependencies (there will be many more if you start installing things manually). |
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. |
Could not find a package configuration file provided by "cob_3d_features"
with any of the following names:
The text was updated successfully, but these errors were encountered: