Skip to content
Snippets Groups Projects
Commit d3f830f8 authored by Louis Montaut's avatar Louis Montaut
Browse files

updating allegro hands test

parent e2d81810
No related branches found
No related tags found
No related merge requests found
Pipeline #23005 passed
...@@ -86,8 +86,11 @@ class RobotTestCase(unittest.TestCase): ...@@ -86,8 +86,11 @@ class RobotTestCase(unittest.TestCase):
def test_panda(self): def test_panda(self):
self.check("panda", 9, 9) self.check("panda", 9, 9)
def test_panda(self): def test_allegro_right(self):
self.check("allegro_hand", 16, 16) self.check("allegro_right_hand", 16, 16)
def test_allegro_left(self):
self.check("allegro_left_hand", 16, 16)
def test_romeo(self): def test_romeo(self):
self.check("romeo", 62, 61) self.check("romeo", 62, 61)
......
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