Re: [ros-users] No transform from map to odom. Please help.

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] No transform from map to odom. Please help.
>
>
> param name="odom_model_type" value="diff"



This may just be a copy/paste issue, but these need to be XML tags, e.g.:
<param name="odom_model_type" value="diff" />

That may or may not have anything to do with your specific problem.

Josh