Skip to content

Commit

Permalink
Merge pull request #710 from StanfordVL/fix/tiago-friction
Browse files Browse the repository at this point in the history
remove friction override for tiago
  • Loading branch information
cgokmen authored Apr 24, 2024
2 parents 6ac4586 + daec250 commit 378f3e2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions omnigibson/robots/tiago.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,16 +288,6 @@ def _post_load(self):
lazy.pxr.Gf.Quatf(*orientation[[3, 0, 1, 2]].tolist())
)

def _initialize(self):
# Run super method first
super()._initialize()

# Set the joint friction for EEF to be higher
for arm in self.arm_names:
for joint in self.finger_joints[arm]:
if joint.joint_type != JointType.JOINT_FIXED:
joint.friction = 500

# Name of the actual root link that we are interested in. Note that this is different from self.root_link_name,
# which is "base_footprint_x", corresponding to the first of the 6 1DoF joints to control the base.
@property
Expand Down

0 comments on commit 378f3e2

Please sign in to comment.