Skip to content
Snippets Groups Projects
Commit 7261565c authored by jcarpent's avatar jcarpent
Browse files

[Python] Fix bug - save current filename

parent 77840e8d
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ class RobotWrapper(object):
self.model = se3.buildModelFromUrdf(filename, root_joint)
self.data = self.model.createData()
self.model_filename = filename
if "buildGeomFromUrdf" not in dir(se3):
self.geometry_model = None
......
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