[ros-users] Unable to play filtered bag

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Ruben Smits
日付:  
To: ros-users@code.ros.org
題目: [ros-users] Unable to play filtered bag
Hi,

I'm trying to play a filtered bag but I get the following error:

-------
rosbag play pr2_lwr_coupling_tf.bag                                
[ INFO] [1284548929.014055931]: Opening pr2_lwr_coupling_tf.bag                                


[FATAL] [1284548929.040320441]: Time is out of dual 32-bit range
-------

Playing the original bag works without any problem. I created the filtered bag
as follows;

rosbag filter ../kbuys/bags/PR2_LWR_COUPLING_2010-08-11-15-54-22.bag
pr2_lwr_coupling_tf.bag "topic == 'tf'"


What could be the reason for the rosbag play failure?

Ruben