Skip to content

Commit 41db15f

Browse files
committed
trying testing options for forward kinematics.
1 parent 4fa7158 commit 41db15f

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

SoftwareTests/PreFiles/PreForwardKinematics.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
% ---- Known Issues -----
33
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
6-
open_system = @(x) disp("... Opening "+x);
5+
6+
open_system = @(x) disp("open simulink for test");
7+
sim = @(y) disp("run simulink for test");

SoftwareTests/PreFiles/PreForwardKinematicsSoln.m

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
% ---- Known Issues -----
33
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
6-
open_system = @(x) disp("... Opening "+x);
5+
6+
7+
open_system = @(x) disp("open simulink for test");
8+
sim = @(y) disp("run simulink for test");

0 commit comments

Comments
 (0)