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 d7e08e9 commit bacc52aCopy full SHA for bacc52a
tests/test_robomeshcat.py
@@ -44,12 +44,12 @@ def test_load_robot_description(self):
44
# upkie = load_robot_description("upkie_description")
45
# self.assertIsNotNone(upkie)
46
47
- # def test_collada_description(self):
48
- # """
49
- # Test a robot description with Collada meshes.
50
51
- # r2 = load_robot_description("r2_description")
52
- # self.assertIsNotNone(r2)
+ def test_collada_description(self):
+ """
+ Test a robot description with Collada meshes.
+ r2 = load_robot_description("r2_description")
+ self.assertIsNotNone(r2)
53
54
55
except ImportError:
0 commit comments