removed unnecessary inheritance
This commit is contained in:
parent
9bb4f2920f
commit
ec6b2bbf4a
|
@ -170,7 +170,6 @@ class ArucoEstimator:
|
||||||
# Stop streaming
|
# Stop streaming
|
||||||
self.pipeline.stop()
|
self.pipeline.stop()
|
||||||
|
|
||||||
|
|
||||||
def update_estimate(self, id, pixel_coord, rvec, tvec):
|
def update_estimate(self, id, pixel_coord, rvec, tvec):
|
||||||
# update the marker estimate with new data
|
# update the marker estimate with new data
|
||||||
if id in self.corner_marker_ids.values():
|
if id in self.corner_marker_ids.values():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user