Giter Club home page Giter Club logo

Comments (9)

k-okada avatar k-okada commented on June 3, 2024
�]2;[build] 5/21�[�[36minteractive_behavior_201409�[0m] �[31m�[1mCMake Error�[0m at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:75 (find_package):�[0m �[0m�[0m
�]2;[build] 5/21�[�[36minteractive_behavior_201409�[0m]   Could not find a configuration file for package face_recognition.�[0m �[0m�[0m
�]2;[build] 5/21�[�[36minteractive_behavior_201409�[0m] �[0m                                                  �[0m�[0m
�]2;[build] 5/21�[�[36minteractive_behavior_201409�[0m]   Set face_recognition_DIR to the directory containing a CMake configuration�[0m �[0m�[0m
�]2;[build] 5/21�[�[36minteractive_behavior_201409�[0m]   file for face_recognition.  The file will have one of the following names:�[0m �[0m�[0m

from jsk_smart_apps.

furushchev avatar furushchev commented on June 3, 2024

test on jsk-ros-pkg/jsk_demos passes even without face_recognition. Do you know why?
e.g. jsk-ros-pkg/jsk_demos#1097

from jsk_smart_apps.

wkentaro avatar wkentaro commented on June 3, 2024

In the first place, why jsk_smart_apps depends on pkgs in jsk_demos?

from jsk_smart_apps.

furushchev avatar furushchev commented on June 3, 2024

at least jsk_smart_gui depends on some packages on jsk_demos.
I think the primary cause is rosdep install all packages by rosdep --from-paths ., not specifyng exact package names.
But it need changes a lot, so maybe it is enough just to add face_recognition to .rosintall
anyway, please answer the question above.

from jsk_smart_apps.

wkentaro avatar wkentaro commented on June 3, 2024

@furushchev

I think the primary cause is rosdep install all packages by rosdep
--from-paths ., not specifyng exact package names.

what do you mean?

to above question

I have no idea at this moment.

2015年10月29日木曜日、[email protected]さんは書きました:

jsk_smart_gui depends on some packages on jsk_demos.
I think the primary cause is rosdep install all packages by rosdep
--from-paths ., not specifyng exact package names.
But it need changes a lot, so maybe it is enough just to add
face_recognition to .rosintall
please answer the question above.


Reply to this email directly or view it on GitHub
#60 (comment)
.

和田 健太郎 / Kentaro Wada
http://wkentaro.com

from jsk_smart_apps.

k-okada avatar k-okada commented on June 3, 2024

rosdep-install ignore packages not found:
https://github.com/jsk-ros-pkg/jsk_travis/blob/master/rosdep-install.sh#L6

rosdep install -r -q -n --from-paths . `for i in ${ROS_PACKAGE_PATH//:/\ /}; do if [ -e $i ]; then echo -n $i' '; fi; done` --ignore-src --rosdistro $ROS_DISTRO -y

and

  -r                    Continue installing despite errors.

from jsk_smart_apps.

furushchev avatar furushchev commented on June 3, 2024

Sorry I misunderstood.

I think the cause is mis detecting of metapackage.
jsk-ros-pkg/jsk_travis#181 will fix this problem.

from jsk_smart_apps.

wkentaro avatar wkentaro commented on June 3, 2024

@furushchev is this fixed?

from jsk_smart_apps.

k-okada avatar k-okada commented on June 3, 2024

see https://github.com/jsk-ros-pkg/jsk_smart_apps/pull/61/files,
usually we do not need find_package(catkin COMPONENT [jsk_demo_packages]) for script packages, since they are mainly used to add ${catkin_INCLUDE_DIRS} to compile C++ codes. And our rosdep install runs with -r option, so any depends in package.xml are ignored.

from jsk_smart_apps.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.