Re: [ros-users] AMCL general Disuccsion

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Tully Foote
Datum:  
Aan: ros-users
Onderwerp: 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