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

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: 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