momentum
Posted: 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
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