Skip to content

Commit 6f7b30e

Browse files
committed
typo in joint limits
1 parent 46d73f9 commit 6f7b30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/models/DH/AL5D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, symbolic=False):
7676
joint_limits = [
7777
[-pi/2, pi/2],
7878
[-pi/2, pi/2],
79-
[-pi,2, pi/2],
79+
[-pi/2, pi/2],
8080
[-pi/2, pi/2],
8181
]
8282

0 commit comments

Comments
 (0)