set_calib_data_observ_poseT_set_calib_data_observ_poseSetCalibDataObservPoseSetCalibDataObservPoseset_calib_data_observ_pose (Operator)
Name
set_calib_data_observ_poseT_set_calib_data_observ_poseSetCalibDataObservPoseSetCalibDataObservPoseset_calib_data_observ_pose
— Set observed calibration object poses in a calibration data model.
Signature
Description
For a calibration data model of type
CalibSetupCalibSetupCalibSetupcalibSetupcalib_setup
='hand_eye_moving_cam'"hand_eye_moving_cam""hand_eye_moving_cam""hand_eye_moving_cam""hand_eye_moving_cam",
'hand_eye_stationary_cam'"hand_eye_stationary_cam""hand_eye_stationary_cam""hand_eye_stationary_cam""hand_eye_stationary_cam", 'hand_eye_scara_moving_cam'"hand_eye_scara_moving_cam""hand_eye_scara_moving_cam""hand_eye_scara_moving_cam""hand_eye_scara_moving_cam", or
'hand_eye_scara_stationary_cam'"hand_eye_scara_stationary_cam""hand_eye_scara_stationary_cam""hand_eye_scara_stationary_cam""hand_eye_scara_stationary_cam" with no calibration object (see
create_calib_datacreate_calib_dataCreateCalibDataCreateCalibDatacreate_calib_data
), the hand-eye calibration is based on so-called
observations of an arbitrary object in the camera coordinate system.
In the following this object will be called calibration object.
Additionally, the corresponding poses of the robot tool in the robot base
coordinate system must be known.
With set_calib_data_observ_poseset_calib_data_observ_poseSetCalibDataObservPoseSetCalibDataObservPoseset_calib_data_observ_pose
, you store an
observation of the calibration object pose in the calibration data model
CalibDataIDCalibDataIDCalibDataIDcalibDataIDcalib_data_id
. An observation of the calibration object pose
consists of the following data:
CameraIdxCameraIdxCameraIdxcameraIdxcamera_idx
:
Index of the observing camera
CalibObjIdxCalibObjIdxCalibObjIdxcalibObjIdxcalib_obj_idx
:
Index of the observed calibration object
CalibObjPoseIdxCalibObjPoseIdxCalibObjPoseIdxcalibObjPoseIdxcalib_obj_pose_idx
:
Index of the observed pose of the
calibration object. You can choose it freely, without following a strict
order. If you specify an index that already exists for the calibration
object CalibObjIdxCalibObjIdxCalibObjIdxcalibObjIdxcalib_obj_idx
, the corresponding observation data is
replaced by the new one.
ObjInCameraPoseObjInCameraPoseObjInCameraPoseobjInCameraPoseobj_in_camera_pose
:
Pose of the observed calibration
object relative to observing camera.
Note that, since the model CalibDataIDCalibDataIDCalibDataIDcalibDataIDcalib_data_id
uses a general
sensor and no calibration object (i.e., the model was created by
create_calib_datacreate_calib_dataCreateCalibDataCreateCalibDatacreate_calib_data
with NumCamerasNumCamerasNumCamerasnumCamerasnum_cameras
=0 and
NumCalibObjectsNumCalibObjectsNumCalibObjectsnumCalibObjectsnum_calib_objects
=0), both CameraIdxCameraIdxCameraIdxcameraIdxcamera_idx
and
CalibObjIdxCalibObjIdxCalibObjIdxcalibObjIdxcalib_obj_idx
must be set to 0. If the model uses a camera
and an calibration object (i.e., NumCamerasNumCamerasNumCamerasnumCamerasnum_cameras
=1 and
NumCalibObjectsNumCalibObjectsNumCalibObjectsnumCalibObjectsnum_calib_objects
=1), then find_calib_objectfind_calib_objectFindCalibObjectFindCalibObjectfind_calib_object
or
set_calib_data_observ_pointsset_calib_data_observ_pointsSetCalibDataObservPointsSetCalibDataObservPointsset_calib_data_observ_points
must be used.
The observation pose data can be accessed later by calling
get_calib_data_observ_poseget_calib_data_observ_poseGetCalibDataObservPoseGetCalibDataObservPoseget_calib_data_observ_pose
using the same values for the
arguments CameraIdxCameraIdxCameraIdxcameraIdxcamera_idx
, CalibObjIdxCalibObjIdxCalibObjIdxcalibObjIdxcalib_obj_idx
, and
CalibObjPoseIdxCalibObjPoseIdxCalibObjPoseIdxcalibObjPoseIdxcalib_obj_pose_idx
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters
CalibDataIDCalibDataIDCalibDataIDcalibDataIDcalib_data_id
(input_control, state is modified) calib_data →
HCalibData, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of a calibration data model.
CameraIdxCameraIdxCameraIdxcameraIdxcamera_idx
(input_control) number →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Index of the observing camera.
Default:
0
Suggested values:
0, 1, 2
CalibObjIdxCalibObjIdxCalibObjIdxcalibObjIdxcalib_obj_idx
(input_control) number →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Index of the calibration object.
Default:
0
Suggested values:
0, 1, 2
CalibObjPoseIdxCalibObjPoseIdxCalibObjPoseIdxcalibObjPoseIdxcalib_obj_pose_idx
(input_control) number →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Index of the observed calibration object.
Default:
0
Suggested values:
0, 1, 2
Restriction:
CalibObjPoseIdx >= 0
ObjInCameraPoseObjInCameraPoseObjInCameraPoseobjInCameraPoseobj_in_camera_pose
(input_control) pose →
HPose, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Pose of the observed calibration
object relative to the observing camera.
Number of elements:
7
Possible Predecessors
find_marks_and_posefind_marks_and_poseFindMarksAndPoseFindMarksAndPosefind_marks_and_pose
,
set_calib_data_cam_paramset_calib_data_cam_paramSetCalibDataCamParamSetCalibDataCamParamset_calib_data_cam_param
,
set_calib_data_calib_objectset_calib_data_calib_objectSetCalibDataCalibObjectSetCalibDataCalibObjectset_calib_data_calib_object
Possible Successors
set_calib_dataset_calib_dataSetCalibDataSetCalibDataset_calib_data
,
calibrate_camerascalibrate_camerasCalibrateCamerasCalibrateCamerascalibrate_cameras
Alternatives
find_calib_objectfind_calib_objectFindCalibObjectFindCalibObjectfind_calib_object
Module
Calibration