Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 3cf0633

Browse files
committed
fix pinocchio v2 namespace
1 parent f634a56 commit 3cf0633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sot-dynamic-pinocchio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ computeGenericEndeffJacobian(const bool isFrame, const bool isLocal, const int j
804804
Eigen::Matrix3d rotation = (isFrame ? m_data->oMf : m_data->oMi)[jointId].rotation();
805805
Eigen::Vector3d translation = Eigen::Vector3d::Zero();
806806

807-
res = (se3::SE3(rotation, translation).toActionMatrix() * res);
807+
res = (pinocchio::SE3(rotation, translation).toActionMatrix() * res);
808808
}
809809

810810
sotDEBUGOUT(25);

0 commit comments

Comments
 (0)