Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuerte "eigen" build #2

Closed
sesovero opened this issue Aug 15, 2012 · 1 comment
Closed

fuerte "eigen" build #2

sesovero opened this issue Aug 15, 2012 · 1 comment

Comments

@sesovero
Copy link

The current master branch does not build for Fuerte ROS. I had to update the code according to:http://www.ros.org/wiki/eigen

  1. all the CMakelists.txt a need:

find_package(Eigen REQUIRED)
include_directories(${Eigen_INCLUDE_DIRS})

2.the manifest.xml and stack.xml need:
rosdep name="eigen"

instead of:
depend package="eigen"

@markusachtelik
Copy link
Contributor

Hi,

thanks a lot for that! It should be already in a branch "fuerte", we just haven't merged it into master yet. The current electric compatible version will be tagged and development continues on fuerte. Will do that tomorrow.

Best, Markus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants