Skip to content

Commit

Permalink
new assets
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Dec 2, 2024
1 parent 54c40d5 commit 3357603
Show file tree
Hide file tree
Showing 3 changed files with 1,143 additions and 526 deletions.
6 changes: 3 additions & 3 deletions sim/resources/stompypro/joints.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ def default_standing(cls) -> Dict[str, float]:
Robot.legs.left.hip_pitch: -0.23,
Robot.legs.left.hip_yaw: 0.0,
Robot.legs.left.hip_roll: 0.0,
Robot.legs.left.knee_pitch: 0.441,
Robot.legs.left.ankle_pitch: -0.258,
Robot.legs.left.knee_pitch: -0.441,
Robot.legs.left.ankle_pitch: 0.258,
Robot.legs.right.hip_pitch: -0.23,
Robot.legs.right.hip_yaw: 0.0,
Robot.legs.right.hip_roll: 0.0,
Robot.legs.right.knee_pitch: 0.441,
Robot.legs.right.knee_pitch: -0.441,
Robot.legs.right.ankle_pitch: -0.258,
}

Expand Down
Loading

0 comments on commit 3357603

Please sign in to comment.