Skip to content
Snippets Groups Projects
Commit 2d56e3db authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

[robots] Add PR2 robot.

parent 254ae625
No related branches found
No related tags found
No related merge requests found
Pipeline #37920 passed
File added
robots/pr2_description/meshes/upper_arm_v0/upper_arm.jpg

157 KiB

File added
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -139,6 +139,9 @@ class RobotTestCase(unittest.TestCase): ...@@ -139,6 +139,9 @@ class RobotTestCase(unittest.TestCase):
def test_laikago(self): def test_laikago(self):
self.check("laikago", 19, 18) self.check("laikago", 19, 18)
def test_pr2(self):
self.check("pr2", 41, 36)
def test_talos_box(self): def test_talos_box(self):
self.check("talos_box", 39, 38) self.check("talos_box", 39, 38)
......
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