-
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.
Merge pull request #25 from dexsuite/panda_gripper
[add] support panda gripper teleop retargeting
- Loading branch information
Showing
7 changed files
with
46 additions
and
7 deletions.
There are no files selected for viewing
Submodule assets
updated
60 files
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: vector | ||
urdf_path: panda_gripper/panda_gripper_glb.urdf | ||
|
||
# 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
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
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