We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9191100 commit 566a3b4Copy full SHA for 566a3b4
include/aligator/modelling/multibody/frame-equality.hpp
@@ -45,7 +45,7 @@ struct FrameEqualityResidualTpl : UnaryFunctionTpl<_Scalar> {
45
FrameEqualityResidualTpl(const int ndx, const int nu, const Model &model,
46
const pinocchio::FrameIndex frame_id1,
47
const pinocchio::FrameIndex frame_id2,
48
- const SE3 f1Mf2_ref = SE3::Identity())
+ const SE3 &f1Mf2_ref = SE3::Identity())
49
: Base(ndx, nu, 6)
50
, pin_model_(model)
51
, pin_frame_id1_(frame_id1)
0 commit comments