Skip to content

Commit edfcffd

Browse files
committed
rl: temporarily set block to be static
1 parent c2eb348 commit edfcffd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

metasim/cfg/tasks/isaacgym_envs/allegrohand_reorientation_cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class AllegroHandReorientationCfg(BaseTaskCfg):
2222
urdf_path="roboverse_data/assets/isaacgymenvs/block_allegrohand_multicolor/urdf/cube_multicolor_allegro.urdf",
2323
default_position=(0.0, -0.2, 0.56),
2424
default_orientation=(1.0, 0.0, 0.0, 0.0),
25+
physics=PhysicStateType.XFORM,
2526
),
2627
RigidObjCfg(
2728
name="goal",

0 commit comments

Comments
 (0)