Skip to content

Commit 9422e4b

Browse files
committed
Compatibility with Pinocchio v2
1 parent 33af035 commit 9422e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void Device::integrateRollPitchYaw(Vector& state, const Vector& control,
5252
using Eigen::Vector3d;
5353
using Eigen::QuaternionMapd;
5454

55-
typedef se3::SpecialEuclideanOperation<3> SE3;
55+
typedef pinocchio::SpecialEuclideanOperationTpl<3, double> SE3;
5656
Eigen::Matrix<double, 7, 1> qin, qout;
5757
qin.head<3>() = state.head<3>();
5858

0 commit comments

Comments
 (0)