We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffb149 commit 02449b8Copy full SHA for 02449b8
mani_skill/utils/structs/articulation.py
@@ -824,7 +824,7 @@ def root_angular_velocity(self, arg1: Array) -> None:
824
arg1 = common.to_tensor(arg1, device=self.device)
825
self.px.cuda_rigid_body_data.torch()[
826
self.root._body_data_index[self.scene._reset_mask[self._scene_idxs]],
827
- 7:10,
+ 10:13,
828
] = arg1
829
else:
830
arg1 = common.to_numpy(arg1)
@@ -842,7 +842,7 @@ def root_linear_velocity(self, arg1: Array) -> None:
842
843
844
845
- 10:13,
+ 7:10,
846
847
848
0 commit comments