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 13be044 commit 46dae78Copy full SHA for 46dae78
tests/test_robomeshcat.py
@@ -36,12 +36,12 @@ class TestRoboMeshCat(unittest.TestCase):
36
# mini_cheetah = load_robot_description("mini_cheetah_description")
37
# self.assertIsNotNone(mini_cheetah)
38
39
- # def test_description_with_cylinders(self):
40
- # """
41
- # Load a robot description with cylinder shapes.
42
43
- # upkie = load_robot_description("upkie_description")
44
- # self.assertIsNotNone(upkie)
+ def test_description_with_cylinders(self):
+ """
+ Load a robot description with cylinder shapes.
+ upkie = load_robot_description("upkie_description")
+ self.assertIsNotNone(upkie)
45
46
# def test_collada_description(self):
47
# """
0 commit comments