Gait2392 missind femur and tibia files

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Millie Morley
Posts: 3
Joined: Fri Oct 20, 2023 7:44 am

Gait2392 missind femur and tibia files

Post by Millie Morley » Thu Feb 15, 2024 9:28 am

Hi all,

I have added the ACL and PCL ligaments, as well as additional degrees of freedom, to the gait2392 model by editing the code in C++. I'm not sure what I have done wrong, whether it is an installation issue or not, but I have had a pop up displaying:

Loaded model 3DGaitModel2392 from file ...
Couldn't find file 'femur.vtp'
Couldn't find file 'tibia.vtp'

As far as I am aware I have everything downloaded. I have tried opening the model in both OpenSim 4.4 and 4.5 and have had this issue both times. Could it be that I need to edit something else in the code?

Thanks,

Millie

Tags:

User avatar
Mohammadreza Rezaie
Posts: 379
Joined: Fri Nov 24, 2017 12:48 am

Re: Gait2392 missind femur and tibia files

Post by Mohammadreza Rezaie » Sat Feb 17, 2024 11:47 pm

Hi, does this happen in GUI or your scripting environment? Try these ways:
In GUI: https://simtk-confluence.stanford.edu:8 ... nformation
In scripts: ModelVisualizer::addDirToGeometrySearchPaths

POST REPLY