/// \param[in] model The model structure of the rigid body system.
/// \param[in] data The data structure of the rigid body system.
/// \param[in] q The joint configuration vector (dim model.nq).
/// \param[in] parentJointIdIn Index of the parent joint supporting the subtree.
/// \param[in] rootSubtreeId Index of the parent joint supporting the subtree.
/// \param[out] J A reference on the Jacobian matrix where the results will be stored in (dim 3 x model.nv). You must fill J with zero elements, e.g. J.fill(0.).
/// \brief Computes the jacobian of the center of mass of the given subtree according to the current value stored in data.
...
...
@@ -251,15 +251,15 @@ namespace pinocchio
///
/// \param[in] model The model structure of the rigid body system.
/// \param[in] data The data structure of the rigid body system.
/// \param[in] parentJointIdIn Index of the parent joint supporting the subtree.
/// \param[in] rootSubtreeId Index of the parent joint supporting the subtree.
/// \param[out] J A reference on the Jacobian matrix where the results will be stored in (dim 3 x model.nv). You must fill J with zero elements, e.g. J.fill(0.).