We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35f76f commit 79e16adCopy full SHA for 79e16ad
unit_test/SerialLinkTest.m
@@ -22,8 +22,7 @@ function teardownOnce(tc)
22
close all
23
end
24
25
-%% Serial-link manipulator
26
-% SerialLink - construct a serial-link robot object
+
27
function SerialLink_test(tc)
28
% test making a robot from links
29
L(1)=Link([1 1 1 1 1]);
@@ -460,7 +459,8 @@ function rne_test(tc)
460
459
461
462
function rne_mdh_test(tc)
463
- tc.TestData.p560m.rne();
+ q = rand(1,6);
+ tc.TestData.p560m.rne(q, q, q);
464
465
466
0 commit comments