Forward integration

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
William A
Posts: 21
Joined: Thu Feb 16, 2017 10:02 am

Forward integration

Post by William A » Fri Feb 21, 2020 10:24 am

Dear All,

I want to do forward integration with arm26 model while updating the controls after every 10ms. I am able to load the model but not able to access controls. How do I do this in python?

Thanks,
William

Tags:

User avatar
Ayman Habib
Posts: 2235
Joined: Fri Apr 01, 2005 12:24 pm

Re: Forward integration

Post by Ayman Habib » Fri Feb 21, 2020 3:35 pm

Hello,

Please check the example build_simple_arm_model.py under Code/Python of the Resources directory (typically under (Documents/OpenSim/4.x/ on windows) which shows how to build a model, associate a controller and integrate forward.

Best regards,
-Ayman

POST REPLY