Skip to content
Snippets Groups Projects
Commit f981cdaf authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[jacobian] removed use of deprecated function to avoid spurious warning

parent 89c617ea
Branches
Tags
No related merge requests found
......@@ -200,7 +200,7 @@ namespace se3
const Model::JointIndex jointId)
{
data.J.setZero();
jacobian(model,data,q,jointId,data.J);
jointJacobian(model,data,q,jointId,data.J);
return data.J;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment