Skip to content

Commit

Permalink
remove comment about refine corners
Browse files Browse the repository at this point in the history
  • Loading branch information
glvov-bdai committed Sep 9, 2024
1 parent e0be9e2 commit 66c0967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot_wrapper/calibration/calibration_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def detect_charuco_corners(
# Newer OpenCV version with charuco_detector
detector_params = cv2.aruco.CharucoParameters()
detector_params.minMarkers = 0
detector_params.tryRefineMarkers = True # Makes calibration NaNs
detector_params.tryRefineMarkers = True
charuco_detector = cv2.aruco.CharucoDetector(charuco_board, detector_params)
charuco_detector.setBoard(charuco_board)
charuco_corners, charuco_ids, _, _ = charuco_detector.detectBoard(gray)
Expand Down

0 comments on commit 66c0967

Please sign in to comment.