Skip to content

Commit

Permalink
increase kps
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Dec 9, 2024
1 parent fd57e2b commit bc4b9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/resources/gpr/joints.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ def default_limits(cls) -> Dict[str, Dict[str, float]]:
@classmethod
def stiffness(cls) -> Dict[str, float]:
return {
"hip_y": 80, # 04
"hip_y": 100, # 04
"hip_x": 40, # 03
"hip_z": 40, # 03
"knee": 80, # 04
"knee": 100, # 04
"ankle_y": 17, # 02
}

Expand Down

0 comments on commit bc4b9d3

Please sign in to comment.