Skip to content

shapes example error (matlab 2022a); all test passed after installation, able to run sdf and mesh examples wihtout any issue #25

@Jahan091

Description

@Jahan091

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions