Skip to content

Commit

Permalink
Removed _no_friction models and made associated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
geez0x1 committed Jan 16, 2019
1 parent 86e1d4f commit 5cbb143
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 547 deletions.
9 changes: 1 addition & 8 deletions examples/matlab/EX03_Batch_Build_Multiple_Joints.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@

% For each parameter file..
for iPar = 1:nPar
% * No friction
jb.buildJoint(allParams{iPar}, 'full_dyn_no_friction');
jb.buildJoint(allParams{iPar}, 'output_fixed_no_friction');
jb.buildJoint(allParams{iPar}, 'rigid_gearbox_no_friction');
jb.buildJoint(allParams{iPar}, 'output_fixed_rigid_gearbox_no_friction');
jb.buildJoint(allParams{iPar}, 'rigid_no_friction');

% * No nonlinearities
jb.buildJoint(allParams{iPar}, 'full_dyn');
jb.buildJoint(allParams{iPar}, 'output_fixed');
Expand Down Expand Up @@ -86,4 +79,4 @@
% if you wish to remove all the files that have been created by the builder, call the jointBuilder purge method:
%
% |jb.purge|
%
%
6 changes: 0 additions & 6 deletions lib/jointBuilder.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,10 @@ function purge(this)
% **modelName**: This is the name of the linear model template to be used. The following linear model templates can
% be selected here:
% * *full_dyn*: Three mass system with motor, gear and load inertia. Gearbox and sensor are compliant.
% * *full_dyn_no_friction*: As above, but without friction terms.
% * *output_fixed*: Two mass system with motor and gear inertia. The system output is locked.
% * *output_fixed_no_friction*: Same as above, but without friction terms.
% * *output_fixed_rigid_gearbox*: Single mass spring damper system with locked output.
% * *output_fixed_rigid_gearbox_no_friction*: As above, but without friction terms.
% * *rigid*: Single mass system without compliant elements.
% * *rigid_no_friction*: As above, but without friction terms.
% * *rigid_gearbox*: Two mass system with combined motor-gearbox ineartia.
% * *rigid_gearbox_no_friction*: As above, but without friction terms.
%
%
% **modelName** is an |OPTIONAL| input parameter and defaults to *full_dyn*
%
Expand Down
2 changes: 1 addition & 1 deletion model/linear/full_dyn.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% Joern Malzahn
% Wesley Roozing
%
% See also full_dyn_no_friction, output_fixed.
% See also output_fixed, rigid_gearbox.

% Copyright (C) 2016, by Joern Malzahn, Wesley Roozing
%
Expand Down
101 changes: 0 additions & 101 deletions model/linear/full_dyn_no_friction.m

This file was deleted.

107 changes: 0 additions & 107 deletions model/linear/output_fixed_no_friction.m

This file was deleted.

102 changes: 0 additions & 102 deletions model/linear/output_fixed_rigid_gearbox_no_friction.m

This file was deleted.

Loading

0 comments on commit 5cbb143

Please sign in to comment.