Skip to content

Commit 79e16ad

Browse files
committed
Fix broken test for rne MDH mode
1 parent c35f76f commit 79e16ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unit_test/SerialLinkTest.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ function teardownOnce(tc)
2222
close all
2323
end
2424

25-
%% Serial-link manipulator
26-
% SerialLink - construct a serial-link robot object
25+
2726
function SerialLink_test(tc)
2827
% test making a robot from links
2928
L(1)=Link([1 1 1 1 1]);
@@ -460,7 +459,8 @@ function rne_test(tc)
460459
end
461460

462461
function rne_mdh_test(tc)
463-
tc.TestData.p560m.rne();
462+
q = rand(1,6);
463+
tc.TestData.p560m.rne(q, q, q);
464464
end
465465

466466

0 commit comments

Comments
 (0)