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

KUKA Robot Move Linear Error

#2
It looks like the target is a joint target but you are moving using a linear movement and Cartesian coordinates.

If you want to use Cartesian coordinates I would recommend you to first set the reference frame of that target (target's parent item). Something like:

Code:
home_target = RDK.Item("KR210-2 - Home")
ref = home_target.Parent()
robot2.setPoseFrame(ref)
home_pose = home_target.Pose()
robot2.MoveL(home * transl(100,0,-300))

If you can provide the RDK file we can better look into this issue.


Messages In This Thread
KUKA Robot Move Linear Error - byNox- 02-12-2019, 09:44 AM
RE: KUKA Robot Move Linear Error - byAlbert- 02-13-2019, 01:05 PM
RE: KUKA Robot Move Linear Error - byNox- 02-15-2019, 08:08有空
RE: KUKA Robot Move Linear Error - byAlbert- 02-19-2019, 12:02 PM



Users browsing this thread:
1 Guest(s)