Skip to content

Commit

Permalink
Remove unneeded initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmith-bdai committed Aug 22, 2024
1 parent 8284aaa commit dfcdb17
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@ def extract_env_num(item):
# when updating sensor in _update_buffers_impl
duplicate_frame_indices = []

# The position and rotation components of target frame offsets
self._target_frame_offset_pos = torch.zeros(0, 3, device=self.device)
self._target_frame_offset_quat = torch.zeros(0, 4, device=self.device)

# Go through each body name and determine the number of duplicates we need for that frame
# and extract the offsets. This is all done to handles the case where multiple frames
# reference the same body, but have different names and/or offsets
Expand Down

0 comments on commit dfcdb17

Please sign in to comment.