Transform Point Clouds

Function

This Step can transform point clouds from one reference frame to another, or transform within its own reference frame according to the reference pose.

../../../../_images/functional_description19.png

Usage Scenario

This Step is usually used to transform point clouds between camera reference frame and robot reference frame.

Input and Output

../../../../_images/input_output_06.png

Parameter Description

Transformation Settings

Transformation Type
Default setting: CameraToRobot
Options: CameraToRobot, RobotToCamera, AllWithFrst, FirstWithAll, UseCorrespondenceInput, AffineTransform
Descriptions:
  • CameraToRobot: Transform the point clouds from camera reference frame to robot reference frame. The transformation result is shown in the figure below (before transformation on the left and after transformation on the right).

    ../../../../_images/camera_to_robot_1.png
  • RobotToCamera: Transform the point clouds from robot reference frame to camera reference frame. The transformation result is shown in the figure below (before transformation on the left and after transformation on the right).

    ../../../../_images/robot_to_camera_1.png
  • AllWithFrst: Transform the original point clouds to another reference frame according to the first reference pose input. The reference pose list should be input. The transformation result is shown in the figure below.

    ../../../../_images/all_with_first_1.png
  • FirstWithAll: Transform the first original point clouds input to another reference frame according to reference poses in the reference pose list which should be input. The transformation result is shown in the figure below.

    ../../../../_images/first_with_all_1.png
  • UseCorrespondenceInput: Transform the original point clouds to another reference frame according to the corresponding reference poses respectively. The reference pose list should be input, and the number of the original poses should be the same as that of the reference poses.

    ../../../../_images/use_correspondence_input_1.png
  • AffineTransform: Transform the point clouds with an affine matrix. The pose list should be converted to matrix4D format with the Step From PoseList to Matrix4D first and then input.