Skip to content
Snippets Groups Projects
Commit 590def17 authored by Carlos Mastalli's avatar Carlos Mastalli
Browse files

[unittest] Added the other UR robots for testing

parent 6c6b9293
No related branches found
No related tags found
No related merge requests found
Pipeline #14378 passed with warnings
......@@ -100,6 +100,15 @@ class RobotTestCase(unittest.TestCase):
def test_tiago_no_hand(self):
self.check('tiago_no_hand', 14, 12)
def test_ur3(self):
self.check('ur3', 6, 6)
def test_ur3_gripper(self):
self.check('ur3_gripper', 6, 6)
def test_ur3_limited(self):
self.check('ur3_limited', 6, 6)
def test_ur5(self):
self.check('ur5', 6, 6)
......@@ -109,6 +118,12 @@ class RobotTestCase(unittest.TestCase):
def test_ur5_limited(self):
self.check('ur5_limited', 6, 6)
def test_ur10(self):
self.check('ur10', 6, 6)
def test_ur10_limited(self):
self.check('ur10_limited', 6, 6)
if __name__ == '__main__':
unittest.main()
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