Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML File ? #76

Closed
clementguerin1 opened this issue May 16, 2018 · 3 comments
Closed

YAML File ? #76

clementguerin1 opened this issue May 16, 2018 · 3 comments

Comments

@clementguerin1
Copy link

clementguerin1 commented May 16, 2018

Hi everyone,

Can someone show me a standard camera-yaml file for this package because i actually using a yaml generate by the http://wiki.ros.org/camera_calibration/Tutorials/MonocularCalibration
but it is not working.

image_width: 640
image_height: 480
camera_name: rgb_Astra_Orbbec
camera_matrix:
  rows: 3
  cols: 3
  data: [526.6908296825479, 0, 312.3333507245396, 0, 525.7542623070541, 246.2279496394374, 0, 0, 1]
distortion_model: plumb_bob
distortion_coefficients:
  rows: 1
  cols: 5
  data: [0.01864117263397289, -0.0807953154457166, 0.0006701578887838996, -0.001800282263098739, 0]
rectification_matrix:
  rows: 3
  cols: 3
  data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
projection_matrix:
  rows: 3
  cols: 4
  data: [516.2001953125, 0, 310.3634868958034, 0, 0, 514.0494995117188, 246.8852026000968, 0, 0, 0, 1, 0]

Bwaki

@clementguerin1 clementguerin1 changed the title Can i use a checkerboard with this package ? YAML File ? May 22, 2018
@clementguerin1
Copy link
Author

Nobody knows ?

@ntonci
Copy link
Contributor

ntonci commented May 22, 2018

Hi @Bwaki,
you can find some examples here:
https://github.com/ethz-asl/hand_eye_calibration/tree/master/hand_eye_calibration/calib

@clementguerin1
Copy link
Author

@ntonci Wow thanks you guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants