modified: src/maintain/scripts/test.py
This commit is contained in:
@@ -94,7 +94,6 @@ if __name__ == "__main__":
|
||||
depth_sub = message_filters.Subscriber("/camera/aligned_depth_to_color/image_raw", Image)
|
||||
color_info = message_filters.Subscriber("/camera/color/camera_info", CameraInfo)
|
||||
|
||||
pose_pub = rospy.Publisher('/screw_pose', PoseStamped, queue_size=10)
|
||||
tf_broadcaster = tf2_ros.TransformBroadcaster()
|
||||
|
||||
ts = message_filters.TimeSynchronizer([box_sub, depth_sub, color_info], 1)
|
||||
|
||||
Reference in New Issue
Block a user