Relative Move

Function

This Step guides the robot to move relative to other waypoints.

Usage Scenario

This Step is usually used before and after the picking and placement, avoiding collisions by offsetting the waypoint in the Z-direction of the pick point and placing waypoint.

Parameter Description

Move-Type Step Common Parameters

Send Waypoint

Selected by default to send waypoint poses to the receiver, such as the robot. When this option is unselected, the waypoint pose will not be sent. However, the waypoint will remain in the planned path.

Try Continuously Running through Succeeding Non-Moves

Unselected by default. When non-move Steps, such as Vision Look, Set DO, Check DI, etc., are connected between move-type Steps, the robot’s path planning will be interrupted, and the actual robot will take a short pause, reducing the smoothness of running.

When this option is selected, the project will continue to run without waiting for the current move-type Step to complete execution, and therefore the robot can move in a smooth way without pauses. However, enabling this option may cause the execution of the Step to end prematurely.

Why will this option cause the execution of the Step to end prematurely?

Mech-Viz will send multiple poses simultaneously to the robot when the project is running. When the currently returned JPs of the robot correspond to the last pose sent by Mech-Viz, Mech-Viz will assume that the robot has moved to the last position.

For example, there are 10 move-type Steps in a path, and the pose of the 5th move-type Step is the same as that of the last move-type Step. When the robot moves at low speed, it sends JPs to Mech-Viz when it moves to the 5th move-type Step, Mech-Viz may mistakenly determine that the robot has finished the move-type Steps and prematurely ends the Steps since the poses of the 5th move-type Step and the last move-type Step are the same in the path.

Do Not Check Collision with Placed Workobject

Unselected by default, namely that the collision with the already placed objects will not be detected. When this option is selected, the collisions between the robot, end tool, and placed objects will be detected.

In palletizing scenarios, the two possible cases of error are as follows:

  1. When the robot is placing a carton, the robot may come into light contact with the placed cartons while no deformation will be caused. After Mech-Viz detects this collision in simulation, it will plan other positions for placing the carton, and therefore a full stack cannot be formed.

  2. Usually, the TCP of a suction cup is inside the suction cup model instead of on the surface of it. Under this circumstance, the suction cup may be embedded in the model of the picked carton in the simulation of picking, while the software does not detect the collision between the end tool and the picked object. After the robot places the object and the carton model turns into an object model in the scene, a collision between the suction cup and the carton will be detected and the palletizing cannot be completed.

When this option is selected, no collision between the robot, end tool, and the placed object will be detected, and the above two cases of errors can be avoided.

Point Cloud Collision Detection Mode

Select the proper mode according to the requirement of the on-site situation. Usually, the default setting Auto can be used. Do not check collision mode can be used in move-type Steps before the robot picks the object, and Check collision mode can be used after the robot picks the object.

Auto

Default setting. Collision with point cloud is checked only for the “Vision Move” Step and the “Relative Move” Step that depends on the “Vision Move” Step, but not for all move-type Steps.

Do not check collision

Point cloud collisions for all move-type Steps will not be detected.

Check collision

Point cloud collisions for all move-type Steps will be detected.

When Collisions  Collision detection configuration  Detect collision between point cloud and others is switched on, Mech-Viz will detect collisions between the robot model, end tool model, and point cloud when planning the path. By default, the collisions between the robot and the target objects will be detected during picking and placing. When there are point cloud outliers, non-exiting collisions will be detected, which leads to errors in path planning.
Ignore Workobject Symmetry

This parameter will only take effect when Waypoint type of the Step is set to Workobject pose.

None

Default setting, i.e., do not disable symmetry on any axis.

Around workobject frame Z axis

Only disable symmetry on Z-axis of the workobject reference frame.

Around workobject frame X&Y axis

Disable symmetry on X-axis and Y-axis of the workobject reference frame.

Around all axes

Once the object symmetry is disabled, the robot will place the objects strictly according to the workobject poses.

In some special cases, objects are not pickable due to their peculiar poses. Setting Rotational symmetry under Workobjects  Workobject Configuration in Resources may solve this problem. Candidate poses of the recognized workobjects will be calculated according to the set rotational symmetry angle. When Mech-Viz plans to pick workpieces, if the default pose is not feasible for picking, the candidate poses will be tried. As the candidate poses calculated based on the settings of Rotational symmetry are different from the original poses output from Mech-Vision, the consistency of the objects’ place poses cannot be guaranteed.
Plan Failure Out Port

Once this parameter is selected, a “Plan failure” exit port will be added to the Step.

During the planning process, planning is carried out along the branch after the “Success” exit port. If the planning fails in the current Step, the branch process after the “Planning failure” exit port will be executed.

Held Workobject Collision Detection Settings

Do Not Check Collision with Scene Object/Robot

Unselected by default. Once this option is selected, the collisions between the held workobject with the scene objects or robot will not be detected, and therefore the calculation workload of collision detection will be reduced, the planning speed can be increased, and the cycle time can be shortened. It is usually enabled in the first one or two move-type Steps after the robot picks the object.

Please enable this option cautiously as there may be collision risks.

When Detect collision between held workobject and others under Collision detection configuration  Configuration on held workobject is enabled, the software will detect whether the model of the held object collides with the models of the scene objects and the robot.

In palletizing projects, the calculated carton dimensions have millimeter-level errors with the actual dimensions, and frictions between cartons may occur during picking but no collisions will occur. For some move-type Steps that will obviously not cause collisions, detecting such collisions only adds to the calculation workload and planning time, and consequently extending the cycle time. In palletizing projects, enabling Do Not Check Collision with Scene Objects does not affect the collision detection between the held carton and the placed cartons. This option can be enabled when there are scene objects under the stack to avoid failure of finding the palletizing solution.

Do Not Check Collision with Point Cloud

Unselected by default. Once this option is selected, the collisions between the held workobject with the point clouds in the scene will not be detected, and therefore the calculation workload of collision detection will be reduced, the planning speed can be increased, and the cycle time can be shortened.

  • When both Detect collision between held workobject and others under Collision detection configuration  Configuration on held workobject and Configuration on point cloudDetect collision between point cloud and others are enabled, the software will detect whether the model of the held workobject will collide with the point cloud in the scene.

  • When Mech-Vision sends the point cloud and object model to Mech-Viz, the point cloud and the object model are fitted together. After the robot picks the object, the model moves along the planned path, and the collision between the model of the held workobject and the point cloud will occur.

  • It is known that the model of the held workobject will have false collisions with the point cloud. Detecting such collisions unnecessarily adds to the calculation workload and extends the planning time.

Intelligent Collision and Singularity Avoidance

The waypoint corresponding to the current Step is used as the center, and multiple alternative waypoints are added around it. In this way, the robot has more alternative paths during the planning process to effectively avoid obstacles or singularities, which also reduces debugging difficulty and enhances the success rate of the planning.

Once the parameter of Enable Intelligent Avoidance is selected, you can set the following parameters.

Avoidance Range Radius

The alternative waypoints will be generated within the sphere with the set value as the radius.

TCP Angle Adjustment Range

The angle adjustment range of the TCP at the alternative waypoint.

move angle adjust range

Show All Candidate Poses

Selected by default to show all alternative waypoints. Unselect to hide all alternative waypoints.

Basic Move Settings

Basic move settings of move-type Steps are used to set the velocity and motion type for the robot when it moves to the waypoint.

Pick or place

Setting this parameter facilitates checking the logic of the Mech-Viz project. Please select a proper option according to the on-site situation and ensure that the Step used to pick is placed before the Step used to place.

Unspecified

Default value

Pick

Please select this option when the move-type Step is before “Vision Move”.

Place

Please select this option when the move-type Step is after “Vision Move”.

Motion type

Joint move

Joint motion, which guides the robot to move in a curved path. It is less likely to reach singularities in the path for joint motion.
This motion type is applicable to scenarios where the requirement of path accuracy is not strict and the robot moves in a large space.

Linear move

Linear motion, which guides the robot to move linearly.
This motion type is applicable to scenarios where there is a strict requirement for path accuracy, such as welding, gluing, and certain types of picking.

Velocity & Acceleration

Velocity and acceleration determine how fast the robot can move. Usually, the set acceleration should be lower than the velocity. When the set acceleration is higher than the velocity, the robot will move in a choppy way.

The velocities of Vision Move and its prior and subsequent Steps should be relatively low to ensure that the objects can be picked steadily.
Blend radius

Usually, the default setting can be used.

  • The blend radius refers to the distance between the target point and the point where the robot starts to turn. The larger the blend radius, the more smoother the robot motion transitions are. If the robot moves in a relatively small space, please set the blend radius to a smaller value.

  • If the robot moves in a relatively large space without obstacles and the distance between two consecutive path segments is long, please set the blend radius to a larger value.

Reference Point

  • Next waypoint

    Offset relative to the next waypoint. This feature is usually used before the picking/placement, offsetting the waypoint to approach the pick/placing point.

  • Previous Waypoint

    Offset relative to the previous waypoint. This feature is usually used after the picking/placement, offsetting the waypoint to approach the pick/placing point.

relative move base point

Waypoint type

Tool

Offset the waypoint on the basis of the “tool reference frame origin” of the reference point (“Previous waypoint” or “Next waypoint”).

Robot

The robot will be offset on the basis of Ref waypoint, along the direction of the robot reference frame.

Ref point

You can use a reference point to customize a reference direction, and you can offset the waypoints along the direction of reference point.

Tool

Offset the waypoint on the basis of the “tool reference frame origin” of the reference point (“Previous waypoint” or “Next waypoint”).

  • Coordinates: The offset distance in the X-, Y-, and Z-direction.

As shown below, A is the Ref waypoint, and B is the resulted waypoint when X and Y are set to 300. When this Step is executed, the robot will move from Waypoint B to Waypoint A.

relative move tool

Robot

The robot will be offset on the basis of Ref waypoint, along the direction of the robot reference frame.

  • Coordinates: The offset distance in the X-, Y-, and Z-direction.

As shown below, A is the Ref waypoint, and B is the origin of the robot reference frame. Waypoint C is the offset result when Z is set to −1000. When this Step is executed, the robot will move from Waypoint C to Waypoint A.

relative move robot

Lock X/Y/Z

Once Lock Z is selected, a plane will appear. Lock Z is usually used to set the Z value of the waypoint in the current Relative Move Step to a specified value. The robot will move to the specified height after each picking, as shown below.

relative move lock

Ref point

You can use a reference point to customize a reference direction.

For example, if the object is placed in a deep bin, and picking in the vertical direction may lead to collisions with the surfaces of the bin, you can select the Ref point as the reference frame, and the robot will move in the direction toward the reference point.

Ref point X/Y/Z

Set the position of the Ref point.

Waypoint position

This parameter is used to set the waypoint position.

  • By Z value in world frame

    The vertical distance of the offset point from the XOY plane in the robot reference frame.

    As shown in the figure below, A is the Ref point, and B is the Ref waypoint, while C is the offset point. D represents the vertical distance of the offset point from the XOY plane in the robot reference frame.

    relative move world1
  • By distance from original pose

    The distance that the offset point moves along the reference direction.

    In the following figure, A is the Ref point, B the Ref waypoint, C the offset point, and D is the distance that the offset point moves along the reference direction.

    relative move world2

If Move in XOY Plane is selected, the offset point can only be set in the XOY plane of the Ref waypoint.

We Value Your Privacy

We use cookies to provide you with the best possible experience on our website. By continuing to use the site, you acknowledge that you agree to the use of cookies. If you decline, a single cookie will be used to ensure you're not tracked or remembered when you visit this website.