Skip to content
Snippets Groups Projects
Commit cf821f37 authored by Sergi's avatar Sergi
Browse files

update test

parent aea07bc0
No related branches found
No related tags found
No related merge requests found
Pipeline #24409 failed
...@@ -32,6 +32,9 @@ class RobotTestCase(unittest.TestCase): ...@@ -32,6 +32,9 @@ class RobotTestCase(unittest.TestCase):
self.assertIn(joint[12].decode(), one_kg_bodies) self.assertIn(joint[12].decode(), one_kg_bodies)
pybullet.disconnect(client_id) pybullet.disconnect(client_id)
def test_b1(self):
self.check("b1", 19, 18)
def test_go1(self): def test_go1(self):
self.check("go1", 19, 18) self.check("go1", 19, 18)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment