Skip to content

Commit 0d4294d

Browse files
committed
added gait2392 test
1 parent aa1a705 commit 0d4294d

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

matlab_tool/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.log
2+
*.asv

matlab_tool/TEST_plugin.m

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,29 @@
1414
effective_attachm = 'true';
1515
test_input = [];
1616

17-
N_frame_test = 5
17+
N_frame_test = 5;
1818
muscleLinesOfActionStruct = muscleForceDirection_plugin(osimModel_name,...
1919
IK_mot_file,...
2020
bodyOfInterest_name,...
2121
bodyExpressResultsIn_name,...
2222
effective_attachm,...
23-
[]);
23+
'true',...
24+
[]);
25+
26+
27+
28+
% osimModel_name = '../_test_data/gait2392/subject01.osim';
29+
% IK_mot_file = '../_test_data/gait2392/subject01_walk1_ik.mot';
30+
% bodyOfInterest_name = 'femur_r';
31+
% bodyExpressResultsIn_name = [];
32+
% effective_attachm = 'true';
33+
% test_input = [];
34+
%
35+
% N_frame_test = 5;
36+
% muscleLinesOfActionStruct = muscleForceDirection_plugin(osimModel_name,...
37+
% IK_mot_file,...
38+
% bodyOfInterest_name,...
39+
% bodyExpressResultsIn_name,...
40+
% effective_attachm,...
41+
% 'true',...
42+
% []);

0 commit comments

Comments
 (0)