Luca Modenese

Results 68 comments of Luca Modenese
trafficstars

@eravera that's a good solution. For the MATLAB version instead I have written [a function getBodyJoint](https://github.com/modenaxe/MuscleParamOptimizer/blob/updOS4/MATLAB_tool/MuscleParOptTool/getBodyJoint.m) that replaced the old and deeply missed aBody.getJoint() function. I am mentioning it in...

thank you Bart, I will add it as soon as work on the list again

thank you @Ipuch, nice library! I need to properly update the list of resources soon, and when I'll do it I will add this as well

hi, no, the link above will be added to the main as soon as I have time to revise the Issues. Do you know more hexa mesh generators? Feel free...

Hi Yves, no worries, it was not an urgent request and thank you for your reply. I am not an expert in building this kind of applications, so I am...

Hi @adamkewley, it might be helpful to know that for the MATLAB version of the tool, which I have used the most, there are two tests available for the code:...

Hi @adamkewley, sorry I just saw these messages. Your model probably doesn't give issues because it's implementing a linear function. If you try adding the following CoordinateCouplerConstraint and MultivariatePolynomialFunction when...

Also, with both models the OpenSim GUI crashes when you try to select the constraint (maybe that's another bug to report to Ayman).

thank you @adamkewley , please feel free of closing if latest version does not show that

Using the updated fitQuadriTalus.m code a different error is thrown: ``` Array indices must be positive integers or logical values. Error in fitQuadriTalus (line 114) Edge_sup = quadriV(I_V_sup:I_V_sup+1); ``` Which...