Re: [ros-users] use_sim_time

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Tully Foote
Date:  
To: ros-users
Subject: Re: [ros-users] use_sim_time
Ivan,

I suggest you check the output of roswtf and tf/tf_monitor an tf/view_frames

Tully

On May 5, 2010 12:40 PM, "Eric Perko" <> wrote:

Ivan,

For each of those setups, what are the results of 'rosrun tf tf_echo
<frame1> <frame2>' , where frame1 and frame2 are the pair of frames
that you are using the static_transform_publisher for? If the
static_transform_publisher is not responsible for the entire transform
from /laser to /odom, you may have an issue elsewhere in your tf tree.

- Eric


On Wed, May 5, 2010 at 4:09 PM, Ivan Dryanovski
<> wrote:
> Hi all,
>
> I'...