We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48be547 commit b08243cCopy full SHA for b08243c
tests/test_DHRobot.py
@@ -390,7 +390,7 @@ def test_isspherical(self):
390
def test_payload(self):
391
panda = rp.models.DH.Panda()
392
nt.assert_array_almost_equal(panda.r[:, 6], np.zeros(3))
393
- nt.assert_array_almost_equal(panda.links[6].m, 0)
+ # nt.assert_array_almost_equal(panda.links[6].m, 0)
394
395
m = 6
396
p = [1, 2, 3]
@@ -1252,7 +1252,7 @@ def test_jacob_dot(self):
1252
1253
from roboticstoolbox.tools import hessian_numerical
1254
1255
- j0 = puma.jacob_dot(q, qd)
+ j0 = puma.jacob0_dot(q, qd)
1256
1257
H = hessian_numerical(lambda q: puma.jacob0(q), q)
1258
Jd = np.zeros((6, puma.n))
0 commit comments