Skip to content

Commit

Permalink
update calib param
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 committed Jan 30, 2025
1 parent 45cd6ff commit 565f981
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions aruco_camera_pose_estimator_cpp/config/calibration_params.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
pose_service:
ros__parameters:
# rs435 intrinsic parameters
cx: 958.620910644531
cy: 564.277893066406
fx: 1376.80395507812
fy: 1376.80322265625

# HD 1080p
# cx: 958.620910644531
# cy: 564.277893066406
# fx: 1376.80395507812
# fy: 1376.80322265625

# HD 720p
cx: 639.080627441406
cy: 376.185272216797
fx: 917.869323730469
fy: 917.868835449219

# rs435 distortion parameter
k1: 0.0
k2: 0.0
Expand Down

0 comments on commit 565f981

Please sign in to comment.