Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python API - unexpected behavior of MoveL_Test
#2
This is not an unexpected behavior. MoveL_Test requires passing the joints from the start point (first parameter) and the destination pose (second parameter).

I recommend you to take a look at the example attached.

This example creates a cube of targets that are followed by the robot in a program. It tries to use linear movements as much as possible (using MoveL_Test first to validate the linear movement this is possible). Although may want to follow all the points with linear movements, you may hit a singularity, collision or axis limit. Therefore, you may have to change the robot configuration when this happens by using a joint movement (MoveJ) instead of a linear movement (MoveL).



Attached Files
.py MoveL_Test_Make_Cube_Program.py(尺寸:6.21 KB / Downloads: 751)
.rdk MoveL_Test-Example.rdk(Size: 1.08 MB / Downloads: 631)


Messages In This Thread
RE: Python API - unexpected behavior of MoveL_Test - byAlbert- 02-06-2019, 05:41 PM



Users browsing this thread:
1 Guest(s)