Skip to content

Commit 46200cf

Browse files
committed
remove this test, done elsewhere
1 parent 6160566 commit 46200cf

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/test_models.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -147,25 +147,6 @@ def test_cobra600(self):
147147
def test_pr2(self):
148148
rp.models.PR2()
149149

150-
def test_ikine_a_puma(self):
151-
# self.skipTest("Need new spatialmath pypi release")
152-
r0 = rp.models.DH.Puma560()
153-
q = r0.qr
154-
T = r0.fkine(q)
155-
156-
qr0 = [
157-
2.68943591e-01, 1.61780018e+00, -1.57079633e+00, -1.43934287e-18,
158-
-4.70038498e-02, -2.68943591e-01]
159-
qr1 = [
160-
1.77635684e-15, 1.57079633e+00, -1.57079633e+00, 3.14159265e+00,
161-
-5.77315973e-15, 3.14159265e+00]
162-
163-
sol0 = r0.ikine_a(T)
164-
sol1 = r0.ikine_a(T, 'rdf')
165-
166-
nt.assert_array_almost_equal(sol0.q, qr0, decimal=4)
167-
nt.assert_array_almost_equal(sol1.q, qr1, decimal=4)
168-
169150
if __name__ == '__main__': # pragma nocover
170151
unittest.main()
171152
# pytest.main(['tests/test_SerialLink.py'])

0 commit comments

Comments
 (0)