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 b76dc24 commit 27aa09fCopy full SHA for 27aa09f
include/pinocchio/spatial/act-on-set.hxx
@@ -427,7 +427,7 @@ namespace pinocchio
427
EIGEN_STATIC_ASSERT_VECTOR_ONLY(Mat);
428
EIGEN_STATIC_ASSERT_VECTOR_ONLY(MatRet);
429
430
- typedef MotionRef<Mat> MotionRefOnMat;
+ typedef MotionRef<const Mat> MotionRefOnMat;
431
typedef MotionRef<MatRet> MotionRefOnMatRet;
432
433
MotionRefOnMat min(iV.derived());
0 commit comments