Skip to content

Commit

Permalink
Revert "fix xml object naming bug (ARISE-Initiative#150)"
Browse files Browse the repository at this point in the history
This reverts commit 9d4eb62.
  • Loading branch information
LTYniubi authored Mar 16, 2021
1 parent 65d3b9a commit eae7ab0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions robosuite/models/objects/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,9 @@ def get_joint_attrib_template():
}


class MujocoXMLObject(MujocoObject, MujocoXML):
class MujocoXMLObject(MujocoXML, MujocoObject):
"""
MujocoObjects that are loaded from xml files (by default, inherit all properties (e.g.: name)
from MujocoObject class first!)
MujocoObjects that are loaded from xml files
Args:
fname (str): XML File path
Expand Down

0 comments on commit eae7ab0

Please sign in to comment.