You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jacobian(theta, ith) computes the jacobian until the joint ith. This method calls the raw_jacobian(theta, ith). However, this computes the x_effector until obj.links instead of ith (line 282). This returns a different Jacobian.