Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/isaaclab_assets/isaaclab_assets/robots/unitree.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@

G1_29DOF_CFG = ArticulationCfg(
spawn=sim_utils.UsdFileCfg(
usd_path=f"{ISAAC_NUCLEUS_DIR}/Robots/Unitree/G1/g1.usd",
usd_path=f"{ISAAC_NUCLEUS_DIR}/Samples/Groot/Robots/g1_29dof_hand.usd",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes the temporary asset global for all the environments in IsaacLab, right? Is that intentional? We want to use the most sim-ready asset at all places. If only Mimic workflow requires the old asset version, please make the change for it over there instead.

activate_contact_sensors=False,
rigid_props=sim_utils.RigidBodyPropertiesCfg(
disable_gravity=False,
Expand Down
Loading