Skip to content

Commit b440f09

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] No need to skip these descriptions any more
See petrikvladimir/RoboMeshCat#9
1 parent 0d0e407 commit b440f09

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/loaders/test_robomeshcat.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ def test(self):
4747

4848
# Add a test function for each URDF description
4949
for name, description in DESCRIPTIONS.items():
50-
if name == "ur10_description":
51-
# Reported: https://github.com/petrikvladimir/RoboMeshCat/issues/9
52-
continue
53-
elif name in ["fetch_description", "ur3_description", "ur5_description"]:
54-
# Same issue as above
55-
continue
5650
if description.has_urdf:
5751
setattr(
5852
TestRoboMeshCat,

0 commit comments

Comments
 (0)