# There are no kinematics parameters per se for IDC. We do not model # arm motion but rather transform the camera using a generic 6DOF or # 7DOF model (like on PHX and MSL-MAHLI). # Position and quaternion of camera when calibration camera model was acquired. # Lander frame # Quat scalar is first # This was supplied as idph_772.txt by Omair Khan, on 2015-04-07. # Valid for the color camera in the testbed. idc_calibration_position = -0.311320 -0.216369 -0.735176 idc_calibration_quaternion = 0.902460 -0.014244 0.429606 0.028300 # The 7DOF (default) errors are somewhat arbitrary. We assume 1mm motion, # but also assume .001 for the quaternion components, simply because it's # convenient to use the same value. # For 6DOF, the angular resolution of the IDC camera is ~.82 mrad, which # when converted to degrees and multiplied by 5 (pixels) works out to # ~0.2349127. We round this off the 0.235 for simplicity, and use the same # 1mm position error. idc_pointing_error_7dof = 0.001 0.001 0.001 0.001 0.001 0.001 0.001 idc_pointing_error_6dof = 0.235 0.235 0.235 0.001 0.001 0.001