-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] small fix for hand type and improve verbose
- Loading branch information
Showing
6 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
retargeting: | ||
type: position | ||
urdf_path: panda_gripper/panda_gripper_glb.urdf | ||
|
||
target_joint_names: [ "panda_finger_joint1" ] | ||
target_link_names: [ "panda_leftfinger", "panda_rightfinger"] | ||
|
||
target_link_human_indices: [ 4, 8 ] | ||
add_dummy_free_joint: True | ||
|
||
# A smaller alpha means stronger filtering, i.e. more smooth but also larger latency | ||
# 1 means no filter while 0 means not moving | ||
low_pass_alpha: 1 | ||
|
||
# To ignore the mimic joint tags in the URDF, set it to True | ||
ignore_mimic_joint: False |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters