pi_face_tracker installation problem
Hi, I am running Ubuntu 10.04 and ROS Diamondback.
Following the instructions of Patrick Goebel's pi_face_tracker
available here, I get stuck compiling the pi_vision
stack. From what I understand, the dependency arbotix_python
of pi_arbotix
was not found. Below is the full error.
rosmake --rosdep-install pi_vision
[ rosmake ] Packages requested are: ['pi_vision']
[ rosmake ] Logging to directory/home/gsaponaro/.ros/rosmake/rosmake_output-20110613-194331
[ rosmake ] Expanded args ['pi_vision'] to:
['pi_kinect', 'pi_opencv', 'pi_arbotix', 'pi_ax12_controller', 'pi_description', 'pi_speech', 'pi_turtlebot', 'pi_slam', 'pi_arm_kinematics', 'pi_actions', 'ros2opencv', 'pi_face_tracker']
[ rosmake ] Generating Install Script using rosdep then executing. This may take a minute, you will be prompted for permissions. . .
Failed to find stack for package [arbotix_python]
Failed to load rosdep.yaml for package [arbotix_python]:Cannot locate installation of package arbotix_python: [rospack] couldn't find package [arbotix_python]. ROS_ROOT[/opt/ros/diamondback/ros] ROS_PACKAGE_PATH[/home/gsaponaro/kinect/ros:/opt/ros/diamondback/stacks]
Failed to find stack for package [ax12_controller_core]
Failed to load rosdep.yaml for package [ax12_controller_core]:Cannot locate installation of package ax12_controller_core: [rospack] couldn't find package [ax12_controller_core]. ROS_ROOT[/opt/ros/diamondback/ros] ROS_PACKAGE_PATH[/home/gsaponaro/kinect/ros:/opt/ros/diamondback/stacks]
Failed to find stack for package [joint_state_publisher]
Failed to load rosdep.yaml for package [joint_state_publisher]:Cannot locate installation of package joint_state_publisher: [rospack] couldn't find package [joint_state_publisher]. ROS_ROOT[/opt/ros/diamondback/ros] ROS_PACKAGE_PATH[/home/gsaponaro/kinect/ros:/opt/ros/diamondback/stacks]
Failed to find stack for package [pocketsphinx]
Failed to load rosdep.yaml for package [pocketsphinx]:Cannot locate installation of package pocketsphinx: [rospack] couldn't find package [pocketsphinx]. ROS_ROOT[/opt/ros/diamondback/ros] ROS_PACKAGE_PATH[/home/gsaponaro/kinect/ros:/opt/ros/diamondback/stacks]
Failed to find stack for package [sound_play]
Failed to load rosdep.yaml for package [sound_play]:Cannot locate installation of package sound_play: [rospack] couldn't find package [sound_play]. ROS_ROOT[/opt/ros/diamondback/ros] ROS_PACKAGE_PATH[/home/gsaponaro/kinect/ros:/opt/ros/diamondback/stacks]
Failed to find stack for package [kinematics_msgs]
Failed to load rosdep.yaml for package [kinematics_msgs]:Cannot locate installation of package kinematics_msgs: [rospack] couldn't find package [kinematics_msgs]. ROS_ROOT[/opt/ros/diamondback/ros] ROS_PACKAGE_PATH[/home/gsaponaro/kinect/ros:/opt/ros/diamondback/stacks]
Failed to find stack for package [arm_kinematics]
Failed to load rosdep.yaml for package [arm_kinematics]:Cannot locate installation of package arm_kinematics: [rospack] couldn't find package [arm_kinematics]. ROS_ROOT[/opt/ros/diamondback/ros] ROS_PACKAGE_PATH[/home/gsaponaro/kinect/ros:/opt/ros/diamondback/stacks]
rosdep executing this script:
{{{
set -o errexit
#No Packages to install
}}}
[ rosmake ] rosdep successfully installed all system dependencies
[rosmake-0] Starting >>> rosbuild [ make ]
[rosmake-0] Finished <<< rosbuild ROS_NOBUILD in package rosbuild
No Makefile in package rosbuild
[rosmake-1] Starting >>> cpp_common [ make ]
[rosmake-1] Finished <<< cpp_common ROS_NOBUILD in package cpp_common
[rosmake-2] Starting >>> roslib [ make ]
[rosmake-2] Finished <<< roslib ROS_NOBUILD in package roslib
[rosmake-3] Starting >>> xmlrpcpp [ make ]
[rosmake-1] Starting >>> roslang [ make ]
[rosmake-0] Starting >>> roscpp_traits [ make ]
[rosmake-2] Starting >>> rostime [ make ]
[rosmake-1] Finished <<< roslang ROS_NOBUILD in package roslang
No Makefile in package roslang
[rosmake-3] Finished <<< xmlrpcpp ROS_NOBUILD in package xmlrpcpp
[rosmake-2] Finished <<< rostime ROS_NOBUILD in package rostime
[rosmake-0] Finished <<< roscpp_traits ROS_NOBUILD in package roscpp_traits
[rosmake-1] Starting >>> std_msgs [ make ]
[rosmake-3] Starting >>> roscpp_serialization [ make ]
[rosmake-2] Starting >>> rosconsole ...