Skip to content

Commit 51b6d44

Browse files
committed
Switched test from UR10 to panda since its urdf is easier to interpret
1 parent 670014f commit 51b6d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ERobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_invdyn(self):
153153
nt.assert_array_almost_equal(tau, np.r_[d11 + d12, d21 + d22])
154154

155155
def test_URDF_inertia(self):
156-
robot = rtb.models.URDF.UR10()
156+
robot = rtb.models.URDF.Panda()
157157
try:
158158
robot.inertia(robot.q)
159159
except TypeError:

0 commit comments

Comments
 (0)