Skip to content

Commit

Permalink
remove unused focal_length
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Nov 28, 2023
1 parent cf30b45 commit 2d4d403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rosys/vision/camera/calibratable_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class CalibratableCamera(Camera):
def __init__(self, **kwargs) -> None:
super().__init__(**kwargs)
self.calibration: Optional[Calibration] = None
self.focal_length: Optional[float] = None

@property
def is_calibrated(self) -> bool:
Expand Down

0 comments on commit 2d4d403

Please sign in to comment.