ethz-asl/hand_eye_calibration

YAML File ?

Closed this issue · 3 comments

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

Nobody knows ?

@ntonci Wow thanks you guys