Re: [ros-users] AMCL general Disuccsion

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Tully Foote
日付:  
To: ros-users
題目: 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