Re: [ros-users] non-fully-qualified frame_id

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Josh Faust
Date:  
To: ros-users
Subject: Re: [ros-users] non-fully-qualified frame_id
>
> fake_localization does not appear to be using TransformListener::resolve().
>


None of what it's publishing needs it. The transforms get resolved
automatically in TransformBroadcaster, and amcl_pose and particlecloud both
are in the global /map frame (which should probably be parameterized +
resolved, but that's a separate issue).

Josh