File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
isaaclab_assets/isaaclab_assets/robots
isaaclab/assets/articulation Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1380,8 +1380,8 @@ def _initialize_impl(self):
1380
1380
generated_pose [:, :2 ] += wp .to_torch (self ._root_newton_view .get_root_transforms (NewtonManager .get_model ()))[
1381
1381
:, :2
1382
1382
]
1383
- self ._root_newton_view .set_root_transforms (NewtonManager .get_state_0 (), generated_pose , mask = self . _ALL_INDICES )
1384
- self ._root_newton_view .set_root_transforms (NewtonManager .get_model (), generated_pose , mask = self . _ALL_INDICES )
1383
+ self ._root_newton_view .set_root_transforms (NewtonManager .get_state_0 (), generated_pose )
1384
+ self ._root_newton_view .set_root_transforms (NewtonManager .get_model (), generated_pose )
1385
1385
1386
1386
def _create_buffers (self ):
1387
1387
# constants
Original file line number Diff line number Diff line change 50
50
"usd-core==25.05.0" ,
51
51
"mujoco>=3.3.6.dev803126923" ,
52
52
"mujoco-warp @ git+https://github.com/google-deepmind/mujoco_warp.git@64bb938f87b6aaf840753ef9ddc198db655020c0" ,
53
- "newton @ git+https://github.com/newton-physics/newton.git@beta-1-0 " ,
53
+ "newton @ git+https://github.com/newton-physics/newton.git@beta-1-1 " ,
54
54
"imgui-bundle==1.92.0" ,
55
55
]
56
56
Original file line number Diff line number Diff line change 29
29
spawn = sim_utils .UsdFileCfg (
30
30
usd_path = f"{ ISAAC_NUCLEUS_DIR } /Robots/WonikRobotics/AllegroHand/allegro_hand_instanceable.usd" ,
31
31
articulation_props = sim_utils .ArticulationRootPropertiesCfg (
32
- enabled_self_collisions = False ,
32
+ enabled_self_collisions = True ,
33
33
),
34
34
),
35
35
init_state = ArticulationCfg .InitialStateCfg (
You can’t perform that action at this time.
0 commit comments