From ec6b2bbf4a118c1a637e9fcc0d1ca22f4dafe053 Mon Sep 17 00:00:00 2001 From: Simon Pirkelmann Date: Fri, 23 Oct 2020 20:56:41 +0200 Subject: [PATCH] removed unnecessary inheritance --- remote_control/aruco_estimator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/remote_control/aruco_estimator.py b/remote_control/aruco_estimator.py index 616dae5..7c267d6 100644 --- a/remote_control/aruco_estimator.py +++ b/remote_control/aruco_estimator.py @@ -170,7 +170,6 @@ class ArucoEstimator: # Stop streaming self.pipeline.stop() - def update_estimate(self, id, pixel_coord, rvec, tvec): # update the marker estimate with new data if id in self.corner_marker_ids.values():