Explicitly initialize tf broadcaster

This commit is contained in:
Michel Breyer 2021-08-17 16:43:11 +02:00
parent 26f7103237
commit 685e41dde2

View File

@ -31,6 +31,7 @@ class GraspController:
self.T_grasp_ee = Transform.from_list(rospy.get_param("~ee_grasp_offset")).inv()
def lookup_transforms(self):
tf.init()
self.T_ee_cam = tf.lookup(self.ee_frame, self.cam_frame)
def init_robot_connection(self):