Click or drag to resize

FixedPlacementOfCalibrationBoard Constructor (Pose)

Constructs a FixedPlacementOfCalibrationBoard instance using a pose.

Namespace:  Zivid.NET.Experimental.Calibration.HandEyeLowDOF
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public FixedPlacementOfCalibrationBoard(
	Pose pose
)

Parameters

pose
Type: Zivid.NET.CalibrationPose
Pose of the calibration board.
Remarks
Using a pose instead of a position can improve accuracy of the hand-eye calibration in some situations. For eye-in-hand calibration, the pose should be given in the robot's base frame. For eye-to-hand calibration, the pose should be given in the robot's end-effector frame. Note: the units of the input robot poses must be consistent with the units of the point clouds used to create the detection result. Zivid point clouds are, by default, in millimeters.
See Also