[ros-users] use_sim_time
Josh Faust
jfaust at willowgarage.com
Wed May 5 20:53:04 UTC 2010
Are you playing with rosbag play --clock?
On Wed, May 5, 2010 at 1:09 PM, Ivan Dryanovski
<ivan.dryanovski at gmail.com>wrote:
> Hi all,
>
> I'm trying to play back sensor data using rosbag. I a launch file that
> starts several have several nodes which subscribe to the data and use
> it. Among the nodes launched by the launch file is a static transform
> publisher. I have tried two different things, which both fail:
>
> 1. Executing this sequence:
> - set use_sim_time to true
> - launch the .launch file
> - play the data using rosbag
>
> Results in:
>
> [ WARN] [1273089559.789342235]: You requested a transform that is
> 1117.125 seconds in the past,
> but the tf buffer only has a history of 9.901 seconds.
> When trying to transform between /laser and /odom.
>
> 2. Executing this sequence:
> - set use_sim_time to false
> - launch the .launch file
> - play the data using rosbag
>
> Results in: the static transform publisher doesn't publish anything
> (or at least, I don't see a tf in either rviz or "rostopic echo tf").
> Moreover, all the nodes that I wrote do not enter their spin() loop
> that normally starts when I start the package.
>
> Any help would be welcome.
>
> Thanks,
>
> Ivan Dryanovski
> _______________________________________________
> ros-users mailing list
> ros-users at code.ros.org
> https://code.ros.org/mailman/listinfo/ros-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ros.org/pipermail/ros-users/attachments/20100505/2c723738/attachment-0003.html>
More information about the ros-users
mailing list