Re: [ros-users] AMCL general Disuccsion

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Tully Foote
Date:  
To: ros-users
Subject: Re: [ros-users] AMCL general Disuccsion
Suraj,

On 06/21/2010 03:12 PM, Suraj Swami wrote:
> I am confused whether to use OpenCV or Geometry package for matrix and
> maths operations.


For general linear math in c++, eigen inside of geometry stack is the
recommended library.

Tully