Closed rhan-Lau closed 5 years ago
Hi, @koide3 . As a progress, I resetting the "framerate" param in web_camera.launch and now can obtain the skeleton smoothly, as a result, I can get the "MarkerArray" topic. However, there is still no rectangle shows in rviz /visualization_node/visualize and still cannot get the /monocular_person_following/features result. I've try many ways but still got the same results. Could you please give me any advice about these?
Hi @rhan-Lau , Have you installed open_face_recognition module? and what problem did you see on it?
Hi, @koide3 . Yes, I installed that module, and I think it might be something wrong with the CMakeList.txt? Cause I didn't see any executable file build after catkin_make. Can you please check if the file is complete? Thank you very much for all the kind help.
It's OK because that module is written in python and doesn't yield any executables. Can you check if the TF tree is properly set up using rqt_tf_tree?
Hi, @koide3 , This is what it looks like using "rosrun rqt_tf_tree rqt_tf_tree", so I guess it means I set it right?
And as for my problem with open_face_recognition, I keep getting "couldn't find executable" error when I rosrun it. $ rosrun open_face_recognition open_face_recognition_node.py [rosrun] Couldn't find executable named open_face_recognition_node.py below /home/han/catkin_ws/src/open_face_recognition [rosrun] Found the following, but they're either not files, [rosrun] or not executable: [rosrun] /home/han/catkin_ws/src/open_face_recognition/scripts/open_face_recognition_node.py
OK, it looks file. Please check if the open_face_recognition_node.py has execution permission with "ls -la"
Yes, this is the problem. I add permissions for the file and problem solved. Really appreciate it. @koide3
Hi, does your usb camera opened in 19201080? I tried to using my logitech C270, cannot open it, only work with 640480, and no person detected.
@rhan-Lau need your help
Hi, @koide3. When I test the whole monocular_person_following project, I cannot get the feature image and MarkerArray in the rviz, when I use "rostopic echo /monocular_person_following/feature" to show the topic, it says that the topic does not appear to be published yet. I used to think it is something wrong with the problem of ccf module, but it doesn't changed after the ccf module fixed. Do you have any idea about this? Also, it seems like there's some problem in the open_face_recognition module, i'm not sure if that's relevant.