I am tring to extract each Joint's angle of 6 axes industrial robot to Python code.
Is there any way to extract it???
Is there any way to extract it???
Robot's position(angle) joint axis jog |
I am tring to extract each Joint's angle of 6 axes industrial robot to Python code.
Is there any way to extract it???
08-03-2022, 09:04 AM
I think the Joints() command is what you're looking for:
//www.sinclairbody.com/doc/en/PythonAPI/robo...tem.Joints
08-03-2022, 12:52 PM
Thank you!! This is what I am looking for !
I am also looking for other postures of the robot.("Other configurations" in the picture) Do you know to extract these postures??
08-03-2022, 01:38点
I think you can use SolveIK_All() for that:
//www.sinclairbody.com/doc/en/PythonAPI/robo...olveIK_All
Code:
robot = RDK.Item('YourRobot',ITEM_TYPE_ROBOT)
08-03-2022, 02:33 PM
Thank you so much !!
|
Users browsing this thread: |
1 Guest(s) |