Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Guidelines for modifications:
* David Leon
* Song Yi
* Weihua Zhang
* Tsz Ki GAO

## Acknowledgements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,8 @@ def reshape_data_to_view(self, data: torch.Tensor) -> torch.Tensor:
"""

def _initialize_impl(self):
# clear object names list to prevent double counting on re-initialization
self._object_names_list.clear()
# obtain global simulation view
self._physics_sim_view = SimulationManager.get_physics_sim_view()
root_prim_path_exprs = []
Expand Down