updating demo script
This commit is contained in:
@@ -4,7 +4,7 @@ from mujoco.usd import exporter
|
||||
if __name__ == "__main__":
|
||||
|
||||
# load a model to mujoco
|
||||
m = mujoco.MjModel.from_xml_path("/Users/abhishek/Documents/research/mujoco/model/cards/cards.xml")
|
||||
m = mujoco.MjModel.from_xml_path("/Users/abhishek/Documents/research/mujoco/model/humanoid/humanoid.xml")
|
||||
d = mujoco.MjData(m)
|
||||
|
||||
# create an instance of the USDExporter
|
||||
|
||||
Reference in New Issue
Block a user