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

Eigen in ROS?

asked 2011-08-17 14:48:28 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi,

I am new to ROS and trying to do research using ROS. My program has lots of matrix computations where I use the eigen to do that. My question is "how can I use eigen in ROS?". I did some research on that and tried following ROS Wiki, but I have not got any luck so far. Can anybody tell me how to do that? Thanks.

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
6

answered 2011-08-17 15:28:42 -0500

As of ROS Electric, Eigen is a system dependency, so you shouldn't have to do anything special to use it.

edit flag offensive delete link more
1

answered 2011-08-17 16:53:58 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

In general, to use a ROS package, all you have to do is add

<depend package="foo"/> to your manifest.xml, and then run rosmake. Anything built with rosbuild after that will Just Work.

edit flag offensive delete link more

Comments

Eigen is included with ROS, just include <depend package="eigen"/> in yout manifest file.
Javier gravatar image Javier  ( 2011-08-17 23:43:24 -0500 )edit

Question Tools

Stats

Asked: 2011-08-17 14:48:28 -0500

Seen: 2,181 times

Last updated: Jun 30 '12