Re: [ros-users] custom arena

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Brian Gerkey
日付:  
To: ros-users
題目: Re: [ros-users] custom arena
On Tue, Jun 15, 2010 at 4:22 AM, Narasimhan Rajagopal
<> wrote:
> hi. my project is to create a simple maze and make an autonomous robot solve
> it.
> i'm planning to adapt the turtle sim as my base package.
>
> how to create a custom map(or arena) rather than the default plain one?


You could also use Stage, a 2-D simulator designed for this purpose:
http://www.ros.org/wiki/stage . You can create new maps easily with a
bitmap editor, such as Gimp.

    brian.