Skip to content

Commit

Permalink
update ankle
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Jan 4, 2025
1 parent a445b5c commit b6cb31e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sim/resources/gpr/joints.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def stiffness(cls) -> Dict[str, float]:
"hip_x": 120,
"hip_z": 120,
"knee": 300,
"ankle_y": 40,
"ankle": 40,
}

@classmethod
Expand All @@ -178,7 +178,7 @@ def damping(cls) -> Dict[str, float]:
"hip_x": 5,
"hip_z": 5,
"knee": 5,
"ankle_y": 5,
"ankle": 5,
}

@classmethod
Expand All @@ -198,7 +198,7 @@ def effort(cls) -> Dict[str, float]:
"hip_x": 40,
"hip_z": 40,
"knee": 100,
"ankle_y": 17,
"ankle": 17,
}

@classmethod
Expand Down

0 comments on commit b6cb31e

Please sign in to comment.