Skip to content

Commit

Permalink
Update actor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Jan 26, 2024
1 parent 0cf0baa commit f03a662
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mani_skill2/utils/structs/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ def get_state(self):
else:
vel = self.get_linear_velocity() # [N, 3]
ang_vel = self.get_angular_velocity() # [N, 3]
import ipdb

ipdb.set_trace()
return torch.hstack([pose.p, pose.q, vel, ang_vel])

def set_state(self, state: Array):
Expand Down

0 comments on commit f03a662

Please sign in to comment.