Skip to content

Commit

Permalink
fix(intrinsic_camera_calibrator): typos, cSpell
Browse files Browse the repository at this point in the history
Signed-off-by: amadeuszsz <[email protected]>
  • Loading branch information
amadeuszsz committed Nov 13, 2024
1 parent a5def04 commit b87a47f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from intrinsic_camera_calibrator.camera_models.opencv_camera_model import OpenCVCameraModel
import numpy as np

os.environ["GLOG_minloglevel"] = "2" # supress ceres factorization warnings
os.environ["GLOG_minloglevel"] = "2" # cSpell:ignore minloglevel
from ceres_intrinsic_camera_calibrator.ceres_intrinsic_camera_calibrator_py import ( # noqa: E402
calibrate,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def load_intrinsics(file_path: str):


def toggle_flag(flags: int, flag: int, state: bool) -> int:
"""Toogle flag."""
if state:
flags |= flag
else:
Expand Down

0 comments on commit b87a47f

Please sign in to comment.