Skip to content

Commit

Permalink
Nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Sep 7, 2024
1 parent 8f8e4b4 commit 8f37c41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/arm_hand_xarm_leap.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
# fmt: off
HOME_QPOS = [
# xarm.
# -0.0759329, 0.153982, 0.104381, -1.8971, 0.245996, 0.34972, -0.239115,
0, -.247, 0, .909, 0, 1.15644, 0,
# leap
# leap.
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
Expand Down Expand Up @@ -116,7 +115,7 @@ def construct_model():
"attachment_site", "site"
)

rate = RateLimiter(frequency=100.0)
rate = RateLimiter(frequency=200.0)
while viewer.is_running():
# Update kuka end-effector task.
T_wt = mink.SE3.from_mocap_name(model, data, "target")
Expand Down

0 comments on commit 8f37c41

Please sign in to comment.