trying to run examples inside shape folder using matlab 2022a, getting the following errors:
Unrecognized function or variable 'expmapSE3_inline'.
Error in computeFreeForwardKinematicsGaussFast (line 71)
G(:,:,jj+1) = G(:,:,jj) * expmapSE3_inline( hat( PSI ) );
Error in assembleGlobalShapes (line 25)
[g, J, Jt] = computeFreeForwardKinematicsGaussFast(Q,dQ,...
Error in Shapes/compute (line 11)
Shapes = assembleGlobalShapes(Shapes);
Error in rebuildShapes (line 144)
Shapes = compute(Shapes);
Error in Shapes/rebuild (line 2)
Shapes = rebuildShapes(Shapes);
Error in Shapes (line 80)
obj = rebuild(obj);
Error in backbone_test (line 10)
shp = Shapes(Y,[0,M,M,0,0,0],'Quality',175);
trying to run examples inside shape folder using matlab 2022a, getting the following errors:
Unrecognized function or variable 'expmapSE3_inline'.
Error in computeFreeForwardKinematicsGaussFast (line 71)
G(:,:,jj+1) = G(:,:,jj) * expmapSE3_inline( hat( PSI ) );
Error in assembleGlobalShapes (line 25)
[g, J, Jt] = computeFreeForwardKinematicsGaussFast(Q,dQ,...
Error in Shapes/compute (line 11)
Shapes = assembleGlobalShapes(Shapes);
Error in rebuildShapes (line 144)
Shapes = compute(Shapes);
Error in Shapes/rebuild (line 2)
Shapes = rebuildShapes(Shapes);
Error in Shapes (line 80)
obj = rebuild(obj);
Error in backbone_test (line 10)
shp = Shapes(Y,[0,M,M,0,0,0],'Quality',175);