Skip to content

Commit

Permalink
Added missing pauses in the complex poses
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Jul 31, 2024
1 parent b3f8ea6 commit cf3532e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@ def complex_pose(
flatten=False
)

print("Press [Enter] to move to next pose.")
input()

# Large step-down 20cm without limits left foot centered

step_length = 0.4
Expand All @@ -503,6 +506,9 @@ def complex_pose(
flatten=False
)

print("Press [Enter] to move to next pose.")
input()

# Large step-down 20cm without limits right foot centered

step_length = 0.4
Expand Down

0 comments on commit cf3532e

Please sign in to comment.