Skip to content

Commit

Permalink
Fix calibration yaml formatting (#580) (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: David Torres Ocaña <[email protected]>
  • Loading branch information
Joshua Whitley and DavidTorresOcana authored Aug 19, 2020
1 parent 3627a25 commit 458ff61
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 @@ -649,7 +649,7 @@ def format_mat(x, precision):
" rows: 3",
" cols: 3",
" data: " + format_mat(k, 5),
"camera_model: " + dist_model,
"distortion_model: " + dist_model,
"distortion_coefficients:",
" rows: 1",
" cols: %d" % d.size,
Expand Down

0 comments on commit 458ff61

Please sign in to comment.