Skip to content

Commit

Permalink
Update fisheye distortion model definition
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTorresOcana committed Aug 2, 2020
1 parent 71900fa commit 157f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera_calibration/src/camera_calibration/calibrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _get_dist_model(dist_params, cam_model):
else:
dist_model = "plumb_bob"
elif CAMERA_MODEL.FISHEYE == cam_model:
dist_model = "fisheye"
dist_model = "equidistant"
else:
dist_model = "unknown"
return dist_model
Expand Down

0 comments on commit 157f90d

Please sign in to comment.