Skip to content
Snippets Groups Projects
Commit bc749551 authored by jcarpent's avatar jcarpent
Browse files

[Doc] Correct documentation in getJacobian

parent 2574f7e2
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ namespace se3
/// \param[in] model The model structure of the rigid body system.
/// \param[in] data The data structure of the rigid body system.
/// \param[in] jointId The id of the joint.
/// \param[out] J A reference on the Jacobian matrix where the results will be stored in (dim 6 x model.nv).
/// \param[out] J A reference on the Jacobian matrix where the results will be stored in (dim 6 x model.nv). You must fill J with zero elements, e.g. J.fill(0.).
///
template<bool localFrame>
void getJacobian(const Model & model,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment