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

Error when running face_detection.launch on ros #134

Open
qibo02 opened this issue Apr 23, 2022 · 1 comment
Open

Error when running face_detection.launch on ros #134

qibo02 opened this issue Apr 23, 2022 · 1 comment

Comments

@qibo02
Copy link

qibo02 commented Apr 23, 2022

Hi can someone help me about this error?. Im running opencv in ros and got this issue when roslaunch for face_detection.launch.
Screenshot from 2022-04-23 16-42-02
Screenshot from 2022-04-23 16-42-09

@k-okada
Copy link
Contributor

k-okada commented Apr 26, 2022

On noetic, you have to call with following arguments

use_opencv3:=true use_opencv4:=true

elseif("$ENV{ROS_DISTRO}" STREQUAL "noetic") # noetic uses opencv4 (need to use_opencv3 for some reason...)
add_rostest(test-face_detection.test ARGS gui:=false use_opencv3:=true use_opencv4:=true)
add_rostest(test-face_recognition.test ARGS gui:=false use_opencv3:=true use_opencv4:=true)

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

2 participants