updating capsule to consist of hemispheres instead of spheres
This commit is contained in:
@@ -6,7 +6,7 @@ import exporter
|
||||
if __name__ == "__main__":
|
||||
|
||||
# load a model to mujoco
|
||||
m = mujoco.MjModel.from_xml_path("/Users/abhishek/Documents/research/mujoco/model/car/car.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