Skip to content

Commit 44e5457

Browse files
committed
add the base height to the model
1 parent fe0b2d1 commit 44e5457

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roboticstoolbox/models/DH/Puma560.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ def __init__(self):
5858

5959
deg = pi/180
6060

61+
base = 0.672 # from mounting surface to shoulder axis
62+
6163
L0 = RevoluteDH(
62-
d=0, # link length (Dennavit-Hartenberg notation)
64+
d=base, # link length (Dennavit-Hartenberg notation)
6365
a=0, # link offset (Dennavit-Hartenberg notation)
6466
alpha=pi/2, # link twist (Dennavit-Hartenberg notation)
6567
I=[0, 0.35, 0, 0, 0, 0], # inertia tensor of link with respect to

0 commit comments

Comments
 (0)