Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

The DH parameters and Joint limits. #25

Open
madinwei opened this issue May 25, 2023 · 2 comments
Open

The DH parameters and Joint limits. #25

madinwei opened this issue May 25, 2023 · 2 comments

Comments

@madinwei
Copy link

Hello, @torayeff ^_^,

I want to get The DH parameters and the joint limits of the robot arm I am controlling with Fanucpy. so is there a specific function in Karel or the TP language, that I can call it from my code and retrieve the DH parameters and Joint limits?

and Since I am using Roboguide, I can use any arm version, if there is any way to get any arm DH parameters and Joint limits. I just use that specific arm.

@torayeff
Copy link
Owner

@madinwei unfortunately it is not supported by fanucpy at this point.

@torayeff
Copy link
Owner

@madinwei alternatively you can write your own Karel/Python to modify the system variables as shown in the below lines:

def set_sys_var(self, sys_var: str, val: bool):

ROUTINE SET_SYS_VAR(cmd: STRING): STRING

and modify kinematics as discussed here:
https://robodk.com/doc/en/Robots-Fanuc-Updating-controller-kinematic-parameters.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants