Skip to content

Commit 27aa09f

Browse files
committed
Spatial - Weird fix to make spline joint work for now (to remove)
1 parent b76dc24 commit 27aa09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pinocchio/spatial/act-on-set.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ namespace pinocchio
427427
EIGEN_STATIC_ASSERT_VECTOR_ONLY(Mat);
428428
EIGEN_STATIC_ASSERT_VECTOR_ONLY(MatRet);
429429

430-
typedef MotionRef<Mat> MotionRefOnMat;
430+
typedef MotionRef<const Mat> MotionRefOnMat;
431431
typedef MotionRef<MatRet> MotionRefOnMatRet;
432432

433433
MotionRefOnMat min(iV.derived());

0 commit comments

Comments
 (0)