forked from dexsuite/dex-retargeting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add] add panda gripper config for teleop retargeting
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 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,17 @@ | ||
retargeting: | ||
type: vector | ||
urdf_path: panda_gripper/panda_v2_gripper.urdf | ||
wrist_link_name: "base_link" | ||
|
||
# Target refers to the retargeting target, which is the robot hand | ||
target_joint_names: [ "panda_finger_joint1" ] | ||
target_origin_link_names: [ "panda_leftfinger" ] | ||
target_task_link_names: [ "panda_rightfinger" ] | ||
scaling_factor: 1.5 | ||
|
||
# Source refers to the retargeting input, which usually corresponds to the human hand | ||
# The joint indices of human hand joint which corresponds to each link in the target_link_names | ||
target_link_human_indices: [ [ 4 ], [ 8 ] ] | ||
|
||
# A smaller alpha means stronger filtering, i.e. more smooth but also larger latency | ||
low_pass_alpha: 0.2 |
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