Skip to content

Commit 4f62f92

Browse files
committed
Add nominal configuration
1 parent 30e6395 commit 4f62f92

File tree

1 file changed

+2
-0
lines changed
  • roboticstoolbox/models/URDF

1 file changed

+2
-0
lines changed

roboticstoolbox/models/URDF/UR5.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def __init__(self):
4242
self.addconfiguration("qz", np.array([0, 0, 0, 0, 0, 0]))
4343
self.addconfiguration("qr", np.array([np.pi, 0, 0, 0, np.pi/2, 0]))
4444

45+
# sol=robot.ikine_LM(SE3(0.5, -0.2, 0.2)@SE3.OA([1,0,0],[0,0,-1]))
46+
self.addconfiguration("qn", np.array([-7.052413e-01, 3.604328e-01, -1.494176e+00, 1.133744e+00, -7.052413e-01, 0]))
4547

4648
if __name__ == '__main__': # pragma nocover
4749

0 commit comments

Comments
 (0)