Syntax
[SGT,T,TT]=SGTofDenavitHartenberg([D,A,be,r,g])
Input Parameter
D : | | Distance in z; default is 100 |
A : | | Distance in x; default is 40 |
be : | | fixed rotation value around x-axis or [x-axis/yaxis]; default is [pi/2 0] |
r : | | optional Radius of the tube; default is max(D,A)/10 |
g : | | optional angle as offset for a rotation at the base; default is 0 |
Output Parameter
SGT : | | Solid Geoemtry including Frames |
T : | | symbolics equation including substitued values for parameter |
TT : | | symbolics equation without substituted values for parameter |
Examples
Different common robotics links:
[a,b,c]=SGTofDenavitHartenberg(100,40,[0 pi/2]), SGfigure(a);
[a,b,c]=SGTofDenavitHartenberg(100,0,[0 pi/2]), SGfigure(a);
SGTofDenavitHartenberg(10,0,0);
SGTofDenavitHartenberg(10,10,0);
SGTofDenavitHartenberg(10,0,pi/2);
SGTofDenavitHartenberg(0,10,pi);
SGTofDenavitHartenberg(10,0,pi/4,3);
SGTofDenavitHartenberg(10,0,pi/2,'',pi/2);
SGTofDenavitHartenberg (0,20,[0,pi/2]);
Copyright 2018-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21