Skip to content

Commit

Permalink
Update stand up posture
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-lapeyre committed Mar 2, 2015
1 parent c35dbc5 commit 828efd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/poppy_humanoid/primitives/posture.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ def run(self):
'r_shoulder_y': 10,
'l_elbow_y': -20,
'r_elbow_y': -20,
'l_ankle_y': -6,
'l_ankle_y': -7,
'r_ankle_y': -6,
'abs_y': -2,
'head_y': 0,
'head_y': 1,
'head_z': 0},
3,
wait=True)
Expand Down

0 comments on commit 828efd7

Please sign in to comment.