Skip to content

Commit 0f35e0b

Browse files
committed
Fixed H1 comment block
1 parent d345092 commit 0f35e0b

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

models/mdl_cobra600.m

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
1-
%MDL_PUMA560 Create model of Puma 560 manipulator
1+
%MDL_COBRA600 Create model of Adept Cobra 600 manipulator
22
%
3-
% MDL_PUMA560 is a script that creates the workspace variable p560 which
4-
% describes the kinematic and dynamic characteristics of a Unimation Puma
5-
% 560 manipulator using standard DH conventions.
3+
% MDL_COBRA600 is a script that creates the workspace variable c600 which
4+
% describes the kinematic characteristics of the 4-axis Adept Cobra 600
5+
% SCARA manipulator using standard DH conventions.
66
%
77
% Also define the workspace vectors:
88
% qz zero joint angle configuration
9-
% qr vertical 'READY' configuration
10-
% qstretch arm is stretched out in the X direction
11-
% qn arm is at a nominal non-singular configuration
129
%
1310
% Notes::
1411
% - SI units are used.
15-
% - The model includes armature inertia and gear ratios.
16-
%
17-
% Reference::
18-
% - "A search for consensus among model parameters reported for the PUMA 560 robot",
19-
% P. Corke and B. Armstrong-Helouvry,
20-
% Proc. IEEE Int. Conf. Robotics and Automation, (San Diego),
21-
% pp. 1608-1613, May 1994.
2212
%
2313
% See also SerialRevolute, mdl_puma560akb, mdl_stanford.
2414

0 commit comments

Comments
 (0)