Scaling in programming environment.

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Kang Li
Posts: 59
Joined: Tue Dec 11, 2007 8:36 am

Scaling in programming environment.

Post by Kang Li » Tue Feb 23, 2010 4:32 pm

Can we do that scaling in the programming environment?
Can anyone share an example.
After we load the model, which function should we use for scaling?

// Load the OpenSim model
LoadOpenSimLibrary("osimActuators");
Model osimModel("gait2392_simbody.osim");

User avatar
Kang Li
Posts: 59
Joined: Tue Dec 11, 2007 8:36 am

RE: Scaling in programming environment.

Post by Kang Li » Tue Feb 23, 2010 4:38 pm

maybe I should say
whether we can run scaling, IK, and SO
in the programming environment by writing some code.
Has anyone done that before?

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

RE: Scaling in programming environment.

Post by Ayman Habib » Thu Feb 25, 2010 10:22 am

Hi Kang,

In order not to mix developers' issues with OpenSim GUI users issues, we started a separate forum:

https://simtk.org/forum/forum.php?forum_id=283

We'll try to provide short snippets and pointers to code/examples there.

Best,
-Ayman

User avatar
Kang Li
Posts: 59
Joined: Tue Dec 11, 2007 8:36 am

RE: Scaling in programming environment.

Post by Kang Li » Thu Feb 25, 2010 10:26 am

Thank you very much.
I will look at the information there.

POST REPLY