We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7192ef2 commit 56dfbedCopy full SHA for 56dfbed
1 file changed
MATLAB/TEST_plugin.m
@@ -14,10 +14,10 @@
14
IK_mot_file = '../tests/MFD_tests/testKinematics_file.mot';
15
MFD_sto_file = './test_results/test1.sto';
16
bodyOfInterest_name = 'MovingBody';
17
-bodyExpressResultsIn_name = [];
+bodyExpressResultsIn_name = 'ground';
18
effec_att = 'false';
19
test_input = [];
20
-vis_on = 'true';
+vis_on = 'false';
21
22
validated_results_folder = '../_test_data/MFD_tests/validated_res';
23
@@ -70,8 +70,8 @@
70
osimModel_name = '../test_data/Arm26/arm26.osim';
71
IK_mot_file = '../test_data/Arm26/elbow_flexion.mot';
72
bodyOfInterest_name = 'r_humerus';
73
74
-effective_attachm = 'true';
+effective_attachm = 'false';
75
76
%
77
0 commit comments