Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Rare MoveL_Test Failure

#1
Hi,

I have the following bit of code for collision checking prior to executing a MoveL command.

Code:
num_collisions = self.robot.MoveL_Test(
目标,current_joints minstep_mm = 20
)
This code has been running super reliably. The robot is not close to a singularity and the move distance is less than 50mm or so. Seemingly out of the blue, the MoveL_Test call failed, returning -1, indicating the robot cant make a linear movement.
My guess is that for some reason, the robot picked a different joint solution not close to the current configuration. Is there a reason that MoveL_Test only takes a pose but MoveL accepts a list of joint values? Any other advice on how to debug this / make sure it does not happen moving forward? It would be nice MoveL_Test could take a list of joints that I could validate is close to the current config.


Messages In This Thread
Rare MoveL_Test Failure - byrshanor- 10-26-2022, 04:59 PM
RE: Rare MoveL_Test Failure - byJeremy- 10-31-2022, 02:46 PM
RE: Rare MoveL_Test Failure - byrshanor- 11-03-2022, 09:29 PM



Users browsing this thread:
1 Guest(s)