Skip to content
Snippets Groups Projects
Commit 98c7ea06 authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

format

parent 20e5bb5e
No related branches found
No related tags found
No related merge requests found
Pipeline #17996 passed with warnings
...@@ -129,6 +129,7 @@ class ANYmalLoader(RobotLoader): ...@@ -129,6 +129,7 @@ class ANYmalLoader(RobotLoader):
ref_posture = "standing" ref_posture = "standing"
free_flyer = True free_flyer = True
class LaikagoLoader(RobotLoader): class LaikagoLoader(RobotLoader):
path = 'laikago_description' path = 'laikago_description'
urdf_subpath = "urdf" urdf_subpath = "urdf"
......
...@@ -110,7 +110,7 @@ class RobotTestCase(unittest.TestCase): ...@@ -110,7 +110,7 @@ class RobotTestCase(unittest.TestCase):
def test_laikago(self): def test_laikago(self):
self.check('laikago', 19, 18) self.check('laikago', 19, 18)
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