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

External Rail programmation with the Python API

#5
Actually, I answered my question by myself. I solved it this way :
Code:
target_name = 'Target %i' % (i + 1)
robot.MoveJ(robot.SolveIK(KUKA_2_Pose(Pose_2_KUKA(htm[i+1])), tool=RDK.Item('Tool 1', ITEM_TYPE_TOOL).PoseTool()))
target = RDK.AddTarget(target_name, reference, robot)
program.setSpeed(speed[i])
program.MoveL(target)
RDK.Update()

Thank you

Marc


Messages In This Thread
RE: External Rail programmation with the Python API - byMarcGondran- 09-17-2019, 05:35 PM



Users browsing this thread:
1 Guest(s)