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 304254e commit 2affc2aCopy full SHA for 2affc2a
tests/loaders/test_robomeshcat.py
@@ -49,6 +49,9 @@ def test(self):
49
50
# Add a test function for each URDF description
51
for name, description in DESCRIPTIONS.items():
52
+ if name == "ur10_description":
53
+ # Reported: https://github.com/petrikvladimir/RoboMeshCat/issues/9
54
+ pass
55
if description.has_urdf:
56
setattr(
57
TestRoboMeshCat,
0 commit comments