Skip to content

Commit

Permalink
tests: fix bindings_build_geom_from_urdf_memorycheck test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Dec 13, 2023
1 parent 31e0fd6 commit b022138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unittest/python/bindings_build_geom_from_urdf_memorycheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ class TestBuildGeomFromUrdfMemoryCheck(unittest.TestCase):
def setUp(self):
self.current_file = os.path.dirname(str(os.path.abspath(__file__)))
self.model_dir = os.path.abspath(
os.path.join(self.current_file, "../../models/example-robot-data/robots")
os.path.join(self.current_file, "../../models/")
)
self.model_path = os.path.abspath(
os.path.join(self.model_dir, "ur_description/urdf/ur5_robot.urdf")
os.path.join(self.model_dir, "example-robot-data/robots/ur_description/urdf/ur5_robot.urdf")
)

def test_load(self):
Expand Down

0 comments on commit b022138

Please sign in to comment.