Page 1 of 1

Problem with opensim_walking_pipeline.m

Posted: Wed Jun 23, 2021 6:32 am
by verdier.pauline
Hello,
when I apply opensim_walking_pipeline.m to the data provided in the zip file, I get a skeleton that is missing the bones of a leg.

I get the error message and others like this : Couldn't find file 'talus.vtp'.

Have you ever had this problem ?

Thanks you.
Pauline Verdier

Re: Problem with opensim_walking_pipeline.m

Posted: Thu Jun 24, 2021 10:26 am
by aymanh
Hi Pauline,

The missing mesh files (.vtp) can be ignored since they serve no modeling purpose, they're exclusively used for visualization. You can point the visualizer or the application/GUI to find them as described here if they don't show up in the GUI
https://simtk-confluence.stanford.edu/d ... ndGraphics

Hope this helps,
-Ayman

Re: Problem with opensim_walking_pipeline.m

Posted: Tue Jun 29, 2021 12:33 pm
by kernalnet
Hi,

This might be helpful:
https://simtk.org/api_docs/opensim/api_ ... e955b6b4ec

Code: Select all

ModelVisualizer.addDirToGeometrySearchPaths("Path to geometry folder")
Best,
Mohammadreza