Robotics StackExchange | Archived questions

Data Folder in the face Recognition package

I am trying to make a face recognition on fuerte distribution ,,, I download the package from here """ https://github.com/procrob/procrob_functional """ then i execute all steps as following

  1. roscore
  2. roslaunch openni_launch openni.launch
  3. rosrun rviz rviz >>> and here i edit the fixed frame to ""cameradepthoptical_frame""and added PointCloud2 and set the topic to /camera/depth/points
  4. rosrun imageview imageview image:=/camera/rgb/image_color
  5. roscd face_recognition
  6. rosrun face_recognition Fserver
  7. rosrun face_recognition Fclient
  8. rostopic pub -1 /frorder facerecognition/FRClientGoal -- 2 "Somaya"
  9. rostopic pub -1 /frorder facerecognition/FRClientGoal -- 0 "none"
  10. rostopic pub -1 /frorder facerecognition/FRClientGoal -- 1 "none"
  11. rostopic pub -1 /frorder facerecognition/FRClientGoal -- 4 "none"

but after all these no images are added in the data folder ????

Asked by smart engineer on 2014-05-05 08:47:43 UTC

Comments

Answers