理論上,tf.Transformer
應使用getFrameStrings()
模塊返回/tf
節點中的幀列表,但其返回的列表始終爲空。ROS:變壓器始終爲空
中,我使用它的珍聞代碼如下:
while not rospy.is_shutdown():
t = tf.Transformer(True, rospy.Duration(10.0))
rospy.loginfo("list: %s", t.getFrameStrings())
每個日誌只是說列表:[]
如果我贊同tf
它顯示的時間約30個不同的幀。