ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

install face_recognition pakage

asked 2014-04-21 13:59:46 -0500

smart engineer gravatar image

when installing face_recognition package in fuerte the following errors appear : 1 _ make[3]: * [../bin/Fserver] Error 1 2_ make[2]: [CMakeFiles/Fserver.dir/all] Error 2 3_ make[1]: ** [all] Error 2 the package name is procrob_functional-master ,,, the following command i wrote in the terminal is : rosmake procrob_functional-master i am using ubuntu 12.04 please i need an urgent help to successfully built the face recognition package

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-04-21 14:58:55 -0500

Ken_in_JAPAN gravatar image

updated 2014-04-21 16:09:17 -0500

Do you follow the right procedure? At first, Please check creating a new workspace on this page( http://wiki.ros.org/ROS/Tutorials/ros... ) As I use Hydro, I check Getting rosbuild Package Sources on this page ( http://wiki.ros.org/catkin/Tutorials/... ). So, I worried if the package is compatible for Hydro. Anyway, I compiled the package and succeeded it. Please look at the following.

ken@ken:~/rosbuild_ws$ rosws init . ~/catkin_ws/devel
ken@ken:~/rosbuild_ws$ rosws update procrob_functional
[procrob_functional] Fetching https://github.com/procrob/procrob_functional.git (version None) to /home/ken/rosbuild_ws/procrob_functional
Cloning into '/home/ken/rosbuild_ws/procrob_functional'...
remote: Reusing existing pack: 96, done.
remote: Total 96 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (96/96), done.
[procrob_functional] Done.
ken@ken:~/rosbuild_ws$ ls
procrob_functional  setup.bash  setup.sh  setup.zsh
ken@ken:~/rosbuild_ws$ source setup.bash
ken@ken:~/rosbuild_ws$ rosmake procrob_functional
[ rosmake ] rosmake starting...                                                 
[ rosmake ] Packages requested are: ['procrob_functional']                      
[ rosmake ] Logging to directory /home/ken/.ros/rosmake/rosmake_output-20140421-171730
[ rosmake ] Expanded args ['procrob_functional'] to:
['face_recognition']       

[ rosmake ] Results:                                                                                                                                             
[ rosmake ] Built 41 packages with 0 failures.    
[ rosmake ] Summary output to directory   
[ rosmake ] /home/ken/.ros/rosmake/rosmake_output-20140421-171730
ken@ken:~/rosbuild_ws$ 

All I want to say is to follow the right procedure. I hope you will succeed.

For next question, try to type the following, if you build fuerte_workspace with mkdir -p ~/fuerte_workspace

cd ~/fuerte_workspace
rosws init . /opt/ros/fuerte
edit flag offensive delete link more
0

answered 2014-04-21 15:20:10 -0500

smart engineer gravatar image

I am thankful for help ,,, but when I wrote "rosws init ~/fuerte_workspace /opt/ros/fuerte" in the terminal the following error appear "" ImportError: No module named six""" How can i get rid of this error ???

edit flag offensive delete link more

Comments

Is your workspace fuerte_workspace? and I want you to write your comment and question on add a comment Could you write your comment politely? For example, with < pre> < /pre>

Ken_in_JAPAN gravatar image Ken_in_JAPAN  ( 2014-04-21 15:46:35 -0500 )edit

Coud you check if there are some files in fuerte_workspace with ls -a? The files are setup.bash setup.sh setup.zsh .rosinstall

Ken_in_JAPAN gravatar image Ken_in_JAPAN  ( 2014-04-21 16:16:47 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-04-21 13:59:46 -0500

Seen: 454 times

Last updated: Apr 21 '14