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

Rospack Error Eigen missing

asked 2012-07-09 08:36:04 -0500

GLaDOS_9000 gravatar image

updated 2014-01-28 17:12:57 -0500

ngrennan gravatar image

This is running on Ubuntu 12.04 in a virtualbox on windows7

I'm trying to make the hand_interaction package for kinect, but it won't compile.

Here's my error:


mkdir -p bin cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=rospack find rosbuild/rostoolchain.cmake .. -- Eigen found (include: /usr/include/eigen3) [rosbuild] Building package hand_interaction
Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests hand_interaction
[rospack] Error: package/stack hand_interaction depends on non-existent package eigen

 CMake Error at /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:133

(message):

Failed to invoke rospack to get compile flags for package
'hand_interaction'.  Look above for errors from rospack itself.

Aborting. Please fix the broken dependency!


Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-07-09 09:27:34 -0500

Lorenz gravatar image

You are trying to compile a package in Fuerte that hasn't been updated for it yet. Eigen is not part of Fuerte anymore. You could try to remove the dependency on it from hand_interaction's manifest.xml file but you can expect more problems.

edit flag offensive delete link more

Comments

1

If you want to develop a patch for hand_interaction, here is the migration guide: http://ros.org/wiki/fuerte/Migration#Eigen_can.27t_be_found

joq gravatar image joq  ( 2012-07-09 09:49:58 -0500 )edit

I'm just trying to get it to run, I don't know enough about it to make a patch... DX But thanks I guess :/

GLaDOS_9000 gravatar image GLaDOS_9000  ( 2012-07-09 10:19:30 -0500 )edit

If you can't fix it yourself, try contacting the developers. I don't see any bug reporting links for that stack, so maybe it is not actively maintained.

joq gravatar image joq  ( 2012-07-09 10:36:42 -0500 )edit

Question Tools

Stats

Asked: 2012-07-09 08:36:04 -0500

Seen: 914 times

Last updated: Jul 09 '12