Skip to content

Commit

Permalink
Merge pull request #2686 from amirtu/patch-1
Browse files Browse the repository at this point in the history
Fix regression
  • Loading branch information
k-okada authored Jan 25, 2023
2 parents b9180fb + bdf460f commit a8a920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkerboard_detector/src/objectdetection_tf_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def __init__(self):
self.br = tf.TransformBroadcaster()
self.subscriber = rospy.Subscriber("ObjectDetection", ObjectDetection, self.simple_callback);
else:
self.init_object_messages()
self.frame_id = rospy.get_param("~frame_id", "object")
self.subscriber = rospy.Subscriber("ObjectDetection", ObjectDetection, self.callback);
self.init_object_messages()

def init_object_messages(self):
if rospy.has_param('~checker_board_params/position_x'):
Expand Down

0 comments on commit a8a920f

Please sign in to comment.