Skip to content
Discussion options

You must be logged in to vote

The kinematic Jacobian is the variation of a placement entity (position + orientation) with respect to the joint configuration vector.
Otherwise said, the kinematic Jacobian is the first-order derivative, reading $^0J_i = \frac{\partial ^0M_i(q)}{\partial q}$. The Jacobian evaluated at a given configuration value $q$ is a matrix of dimension $6 x \text{nv}$ where $\text{nv}$ is the size of the velocity vector (given by model.nv in Pinocchio), which can also be interpreted as the number of degrees of freedom.

The kinematic Hessian is one order of derivation more and corresponds to $^0H_i = \frac{{\partial^{2}} \ {^0M_i}(q)}{\partial q^2}$.
So, it is a $6 x \text{nv} x \text{nv}$ tensor, wi…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Mr-Red331
Comment options

@ColaInLibrary
Comment options

Answer selected by jcarpent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2543 on January 04, 2025 08:39.