Skip to content

Commit

Permalink
working pd
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Oct 1, 2024
1 parent 716937c commit 36618c8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions sim/resources/stompypro/joints.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,21 +174,21 @@ def default_limits(cls) -> Dict[str, Dict[str, float]]:
@classmethod
def stiffness(cls) -> Dict[str, float]:
return {
"hip_y": 120,
"hip_x": 60,
"hip_z": 60,
"knee": 120,
"ankle_y": 17,
"hip_y": 150,
"hip_x": 150,
"hip_z": 100,
"knee": 150,
"ankle_y": 75,
}

# d_gains
@classmethod
def damping(cls) -> Dict[str, float]:
return {
"hip_y": 10,
"hip_x": 10,
"hip_z": 10,
"knee": 10,
"hip_y": 7,
"hip_x": 7,
"hip_z": 7,
"knee": 7,
"ankle_y": 5,
}

Expand Down

0 comments on commit 36618c8

Please sign in to comment.