File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -28,28 +28,6 @@ class TestRoboMeshCat(unittest.TestCase):
2828 Check that all descriptions are loaded properly in RoboMeshCat.
2929 """
3030
31- def test_load_robot_description (self ):
32- """
33- Load a robot description with RoboMeshCat.
34-
35- """
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 )
45-
46- def test_collada_description (self ):
47- """
48- Test a robot description with Collada meshes.
49- """
50- r2 = load_robot_description ("r2_description" )
51- self .assertIsNotNone (r2 )
52-
5331 @staticmethod
5432 def get_test_for_description (description : str ):
5533 """
You can’t perform that action at this time.
0 commit comments