Skip to content

Commit 46dae78

Browse files
stephane-caronStéphane Caron
authored andcommitted
WIP: Enable Upkie test again
1 parent 13be044 commit 46dae78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_robomeshcat.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ class TestRoboMeshCat(unittest.TestCase):
3636
# mini_cheetah = load_robot_description("mini_cheetah_description")
3737
# self.assertIsNotNone(mini_cheetah)
3838

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)
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)
4545

4646
# def test_collada_description(self):
4747
# """

0 commit comments

Comments
 (0)