Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference Point of Jacobian #276

Open
DimitriEckert137 opened this issue Jul 30, 2020 · 0 comments
Open

Reference Point of Jacobian #276

DimitriEckert137 opened this issue Jul 30, 2020 · 0 comments
Assignees
Labels

Comments

@DimitriEckert137
Copy link

When I use the ChainJntToJacSolver for calculating the jacobian of a robot Arm, which point is taken as the "endeffector"?
Or more precisely:
I have a robotic arm with lets say 9 links and 8 joints. I want to calculate the jacobian for the point where the last joint (the one between link 8 and link 9) lies. So I would have done it like this: parse with ur_tree.getChain(firstLink, eigthLink) then use the JntToJac function from ChainJntToJacSolver. To the resulting Jacobian I apply the changeRefPoint function with the vector from the 7th joint to the 8th joint (in the frame of the 8th link). Is this the correct way?

I only need the dynamics of the robot up to the 8th link (without the 9th link), otherwise I guess I could also parse the whole robot take the jacobian without changing the refpoint and the result would be the same, with the difference of having the whole robot parsed. Right?

I am using ros melodic and kdl 1.4.0.

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

No branches or pull requests

4 participants