Skip to content
Snippets Groups Projects
Commit 3cf06338 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

fix pinocchio v2 namespace

parent f634a562
No related branches found
Tags v0.0.4
No related merge requests found
......@@ -804,7 +804,7 @@ computeGenericEndeffJacobian(const bool isFrame, const bool isLocal, const int j
Eigen::Matrix3d rotation = (isFrame ? m_data->oMf : m_data->oMi)[jointId].rotation();
Eigen::Vector3d translation = Eigen::Vector3d::Zero();
res = (se3::SE3(rotation, translation).toActionMatrix() * res);
res = (pinocchio::SE3(rotation, translation).toActionMatrix() * res);
}
sotDEBUGOUT(25);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment