Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 769 Bytes

2-camera-calibration.md

File metadata and controls

12 lines (8 loc) · 769 Bytes

Step 2: Camera calibration

To estimate the pose of the camera using map-image correspondences, we will first need to specify the camera calibration parameters.

1. Specify the camera calibration

Fill the correct calibration matrix and distortion parameters into setup_camera_model() in lab_pose_estimation.py.

Then, please continue to the next step.