i have problem with face_recognition.
when i run :rosrun facerecognition fserver error:[rosrun] Couldn't find executable named fserver below /home/rouzbeh/rostest/fc/facerecognition
env| grep ROSPACKAGEPATHROSPACKAGEPATH=/home/rouzbeh/rostest/fc/face_recognition:/opt/ros/indigo/share:/opt/ros/indigo/stacks
tnx
Asked by rozbeh_ak2007 on 2015-07-18 10:26:48 UTC
Answers
cognition.cpp:27:
/usr/include/boost/container/container_fwd.hpp:53:7: note: ‘boost::container::vector’
class vector;
^
In file included from /usr/include/opencv2/contrib/contrib.hpp:981:0,
from /usr/include/opencv/cvaux.h:61,
from /home/rouzbeh/catkin_ws/src/procrob_functional/src/face_recognition.cpp:36:
/usr/include/opencv2/contrib/openfabmap.hpp:330:24: error: template argument 2 is invalid
map
Asked by rozbeh_ak2007 on 2015-07-18 19:41:10 UTC
Comments
i have this error when rouzbeh@cyrus:~/catkin_ws$ catkin_make
Asked by rozbeh_ak2007 on 2015-07-18 19:43:19 UTC
Comments
"/home/rouzbeh/rostest/fc/face_recognition" This shouldn't be in your ROS_PACKAGE_PATH. You have problems with your workspace settings probably. Change ROS_PACKAGE_PATH to point to the src folder in your workspace and after compilation, give it another try.
Asked by yigit on 2015-07-18 18:13:35 UTC