Skip to content

Commit 7365abc

Browse files
jmirabelolivier-stasse
authored andcommitted
[Minor] Update to API changes in pinocchio
1 parent 58acf3b commit 7365abc

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
@@ -61,7 +61,7 @@ void Device::integrateRollPitchYaw(Vector& state, const Vector& control,
6161
* AngleAxisd(state(4), Vector3d::UnitY())
6262
* AngleAxisd(state(3), Vector3d::UnitX());
6363

64-
SE3::integrate (qin, control.head<6>()*dt, qout);
64+
SE3().integrate (qin, control.head<6>()*dt, qout);
6565

6666
// Update freeflyer pose
6767
ffPose_.translation() = qout.head<3>();

0 commit comments

Comments
 (0)