Skip to content

Commit 566a3b4

Browse files
committed
Add forgoteen ref
1 parent 9191100 commit 566a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aligator/modelling/multibody/frame-equality.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ struct FrameEqualityResidualTpl : UnaryFunctionTpl<_Scalar> {
4545
FrameEqualityResidualTpl(const int ndx, const int nu, const Model &model,
4646
const pinocchio::FrameIndex frame_id1,
4747
const pinocchio::FrameIndex frame_id2,
48-
const SE3 f1Mf2_ref = SE3::Identity())
48+
const SE3 &f1Mf2_ref = SE3::Identity())
4949
: Base(ndx, nu, 6)
5050
, pin_model_(model)
5151
, pin_frame_id1_(frame_id1)

0 commit comments

Comments
 (0)