geez0x1 / CompliantJointToolbox

Compliant Joint Toolbox (CJT) for MATLAB and Simulink
GNU General Public License v3.0
38 stars 14 forks source link

Nonlinear models require an entry for each parameter in the genericJoint class #76

Open geez0x1 opened 4 years ago

geez0x1 commented 4 years ago

Nonlinear models require an entry for each parameter in the genericJoint class. As the number of possible nonlinear dynamics components grows this becomes a rather long list. We should only require that the parameters are present in the parameters file of the joint at build time. Nonlinear models could specify a list of required variables, which can be checked by the jointBuilder at build time.