momentum

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
Samane Amini
Posts: 100
Joined: Sun Jan 12, 2020 3:48 am

momentum

Post by Samane Amini » Fri Aug 05, 2022 8:32 am

Hello
I would like to get momentum generated by a muscle like this:

gastroc_r.ankle_angle_r.momentum

and also momentum arm.

how to get these in Lua script controller.

And do you why the following code doesn't worked?

T = model:find_muscle("gastroc_r")
Tr = T:active_fiber_force()

Thanks

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

Re: momentum

Post by Thomas Geijtenbeek » Mon Aug 08, 2022 3:05 am

Please see the online documentation for all the available script functions:

https://scone.software/doku.php?id=ref:lua_muscle

POST REPLY