Re: [ros-users] Ubuntu 10.10 support

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] Ubuntu 10.10 support
On Sun, Dec 12, 2010 at 1:26 PM, Nicholas Butko <> wrote:
> Along these same lines, does WG have any official or unofficial stance between 32-bit and 64-bit Ubuntu?
>
> Given a 64-bit processor, Is one generally considered better, or more widely used, than the other?


In ROS we use 64-bit data types in most of our common messages. 64-bit
also means that you can directly address more memory.

> I noticed in the nite package, there were only 64-bit binary libraries, for example. Does this generally cause linking errors or other weird behavior on 32-bit Ubuntu?


We just added a patch from Kei Okada so that it auto-select based on
your architecture.

- Ken