pytorch_kinematics icon indicating copy to clipboard operation
pytorch_kinematics copied to clipboard

What jacobian is computed exactly?

Open JonathanKuelz opened this issue 1 year ago • 1 comments

Hey, I have short question regarding the Jacobian matrix: Looking through the code, I am still not entirely sure which Jacobian exactly is computed.

In the second last line of the implementation the jacobian is "converted" to the world frame. The code before looks like a geometric derivation of this Jacobian. Am I correct assuming the result is the geometric Jacobian, expressed in the world frame?

Thanks in advance!

JonathanKuelz avatar Jan 19 '24 16:01 JonathanKuelz

Yes, the jacobian calculated is the geometric jacobian in the world frame.

powertj avatar Jan 24 '24 14:01 powertj