AbdnBiomechEng / TechForParalysis

Aiming to improve arm function in people with high-level spinal injuries
https://gow.epsrc.ukri.org/NGBOViewGrant.aspx?GrantRef=EP/R035091/2
GNU General Public License v3.0
7 stars 3 forks source link

VirtualParticipant A, with scripts and osim file #28

Closed martins055 closed 2 years ago

martins055 commented 2 years ago

correct, that's the expected filename https://github.com/dasproject/DAS3/tree/master/model/build/tmp

as the input filename is 'GHpoly.mat' https://github.com/dasproject/DAS3/blob/d709fb499ab25127b9ce2ddafb7f8f0231fe6df4/model/build/das3_buildmodel.m#L45

and the function GH_poly adds a ".mat" to this https://github.com/dasproject/DAS3/blob/d709fb499ab25127b9ce2ddafb7f8f0231fe6df4/model/build/das3_polynomials.m#L696

that's a one line fix, i'll send another pull