Skip to content

Is there a way to compute subsets of a full Jacobian? #2287

Answered by jcarpent
sea-bass asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, we can add this feature.
Currently, computeJointJacobians pre-compute all the quantities to extract the Jacobian for any joint or frame with getJoinJacobian or getFrameJacobian.
computeJointJacobian(model,data,q,joint_id) just returns the Jacobian for the given joint_id.

@sea-bass Have you encountered any computational burden with Jacobian computation?
I ask this question as normally, for robots such as humanoids, such operations are near the microseconds ;)

Would you like a function to compute the Jacobian of a given set of indexes, for instance?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sea-bass
Comment options

@jcarpent
Comment options

@sea-bass
Comment options

Answer selected by sea-bass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants