05-01-2025, 04:17 PM
Hello,
I'm struggling to properly use MoveL_Test. I know the linear move is feasible in the simulation and on-line. (I've successfully run the move many times on-line), but MoveL_Test returns -2. Would you please help me understand how I'm calling this method incorrectly?
I'm struggling to properly use MoveL_Test. I know the linear move is feasible in the simulation and on-line. (I've successfully run the move many times on-line), but MoveL_Test returns -2. Would you please help me understand how I'm calling this method incorrectly?
Code:
# Get current robot joints:
j1 = robot.Joints().tolist()
# Get target pose w.r.t the robot base:
pose = target.PoseWrt(item=robot.Parent())
result = robot.MoveL_Test(j1=j1, pose=pose, minstep_mm=1)

