Initializing a model's instance
Posted: Fri Feb 07, 2025 1:56 am
Hello,
I'm currently trying to work with one of the models provided, Arm26. I was trying to access it through C++, but haven't been able to. I was using the same line as in the examples, but when executing the file, it just crashes. This is the line I was using:
I was also testing some of the other similar examples that access a model's instance, like OptimizationExample_Arm26 or SimpleOptimizationExample, and although it is able to build the .exe, it just crashes afterwards.
Any help would be appreciated!
Best regards,
Maria C.
I'm currently trying to work with one of the models provided, Arm26. I was trying to access it through C++, but haven't been able to. I was using the same line as in the examples, but when executing the file, it just crashes. This is the line I was using:
Code: Select all
Model osimModel("Arm26.osim");
Any help would be appreciated!
Best regards,
Maria C.