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

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: 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