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

Recording TCP cartesian Cordinates from ROBODK GUI

#1
    I am able to record the Joint angles in a text file. how do I record the TCP cartesian co-ordinates and poses of my TCP as they transition into a text file, from my program ?
#2
Hi Bluerain,

What tool are you using right now to record the joint angles in a text file? The "motior_joints.py" macro?

If so, you can easily modify it to record the robot position by using this line of code "robot.Pose()" right around where you can find this line "robot.Joints()".

Jeremy
Find useful information about RoboDK and its features by visiting our Online Documentation and by watching tutorials on our Youtube Channel


#3
Thank you for your response Jeremy. I did as you asked, but how do I get the 4x4 matrix in terms of XYZ ABC?

will this values XYZ abc include my tool as well from the program, you can see from the attached image
#4
Hi Bluerain,

This function will do the conversion for you:
https://robodk.com/doc/en/PythonAPI/robo...ose_2_KUKA

There is no image attached.

Jeremy
Find useful information about RoboDK and its features by visiting our Online Documentation and by watching tutorials on our Youtube Channel


  




Users browsing this thread:
1 Guest(s)