workspace

SCONE is a software tool for predictive simulations of biomechanical movement. It uses OpenSim for modeling and simulation, and performs optimization using various control strategies, including feed-forward control, proprioceptic feedback control, and bal
POST REPLY
User avatar
chang wang
Posts: 8
Joined: Thu Mar 21, 2024 7:54 am

workspace

Post by chang wang » Mon Oct 14, 2024 8:50 pm

Is it possible to develop such a function, similar to the matlab workspace, it allows user to see the simulation process or after the end of the simulation of some parameters, not necessarily the parameters of the controller, but also can get some user-defined parameters. Thank you.

User avatar
chang wang
Posts: 8
Joined: Thu Mar 21, 2024 7:54 am

Re: workspace

Post by chang wang » Tue Oct 15, 2024 4:32 am

One more question, I want to develop some new modules based on your Reference Manual that are usable in software, for example to improve MuscleReflex, how should I do it?

User avatar
Thomas Geijtenbeek
Posts: 457
Joined: Wed Mar 12, 2014 8:08 am

Re: workspace

Post by Thomas Geijtenbeek » Tue Oct 15, 2024 6:52 am

Which specific parameters are you interested in? There are already many parameters being stored, which you can plot in the Analysis Window, after the evaluation of a .par file. The data that is outputted can be configured via Preferences -> Data. You can also output any custom parameter using a ScriptController or ScriptMeasure.

With regards to your second question, are you interested in changing the Reflex Controller or the MuscleReflex itself? If you can provide me a little more details about what you wish to change, I can help point you in the right direction.

POST REPLY