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 1a0235a commit c226859Copy full SHA for c226859
tests/loaders/test_pybullet.py
@@ -32,14 +32,12 @@ def tearDown(self):
32
pybullet.disconnect()
33
34
def test_pybullet(self):
35
- pybullet.connect(pybullet.DIRECT)
36
self.assertIsNotNone(
37
load_pybullet(
38
"upkie_description",
39
commit="98502d5b175c3d6b60b3cf475b7eeef9fd290c43",
40
)
41
42
- pybullet.disconnect()
43
44
def test_value_error_when_no_urdf(self):
45
"""
0 commit comments