[FIX] unitree-dex3 paths (#7)
Browse files- [quickfix] fix unitree dex3 paths; delete unitree_dex3.yml (5c44c872c75ac79ce16bbd5b7b5fbbf925410089)
- robots/unitree_hand/unitree_dex3.yml +0 -59
- robots/unitree_hand/{meshes → urdf/meshes}/left_hand_index_0_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/left_hand_index_1_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/left_hand_middle_0_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/left_hand_middle_1_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/left_hand_palm_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/left_hand_thumb_0_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/left_hand_thumb_1_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/left_hand_thumb_2_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/right_hand_index_0_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/right_hand_index_1_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/right_hand_middle_0_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/right_hand_middle_1_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/right_hand_palm_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/right_hand_thumb_0_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/right_hand_thumb_1_link.STL +0 -0
- robots/unitree_hand/{meshes → urdf/meshes}/right_hand_thumb_2_link.STL +0 -0
- robots/unitree_hand/{unitree_dex3_left.urdf → urdf/unitree_dex3_left.urdf} +0 -0
- robots/unitree_hand/{unitree_dex3_right.urdf → urdf/unitree_dex3_right.urdf} +0 -0
robots/unitree_hand/unitree_dex3.yml
DELETED
@@ -1,59 +0,0 @@
|
|
1 |
-
left:
|
2 |
-
type: vector
|
3 |
-
urdf_path: unitree_hand/unitree_dex3_left.urdf
|
4 |
-
|
5 |
-
# Target refers to the retargeting target, which is the robot hand
|
6 |
-
# target_joint_names:
|
7 |
-
target_joint_names:
|
8 |
-
[
|
9 |
-
"left_hand_thumb_0_joint",
|
10 |
-
"left_hand_thumb_1_joint",
|
11 |
-
"left_hand_thumb_2_joint",
|
12 |
-
"left_hand_middle_0_joint",
|
13 |
-
"left_hand_middle_1_joint",
|
14 |
-
"left_hand_index_0_joint",
|
15 |
-
"left_hand_index_1_joint",
|
16 |
-
]
|
17 |
-
wrist_link_name: None
|
18 |
-
target_origin_link_names: ["base_link_thumb","base_link_index","base_link_middle"]
|
19 |
-
target_task_link_names: ["thumb_tip","index_tip","middle_tip"]
|
20 |
-
target_link_human_indices: [[0, 0, 0], [4, 9, 14]]
|
21 |
-
|
22 |
-
# Currently, the scaling factor for each finger is individually distinguished in the robot_hand_unitree.py file.
|
23 |
-
# The Unitree Dex3 has three fingers with the same specifications, so the retarget scaling factors need to be adjusted separately.
|
24 |
-
# The relevant code is as follows:
|
25 |
-
# ref_left_value[0] = ref_left_value[0] * 1.15
|
26 |
-
# ref_left_value[1] = ref_left_value[1] * 1.05
|
27 |
-
# ref_left_value[2] = ref_left_value[2] * 0.95
|
28 |
-
# ref_right_value[0] = ref_right_value[0] * 1.15
|
29 |
-
# ref_right_value[1] = ref_right_value[1] * 1.05
|
30 |
-
# ref_right_value[2] = ref_right_value[2] * 0.95
|
31 |
-
scaling_factor: 1.0
|
32 |
-
|
33 |
-
# A smaller alpha means stronger filtering, i.e. more smooth but also larger latency
|
34 |
-
low_pass_alpha: 0.2
|
35 |
-
|
36 |
-
right:
|
37 |
-
type: vector
|
38 |
-
urdf_path: unitree_hand/unitree_dex3_right.urdf
|
39 |
-
|
40 |
-
# Target refers to the retargeting target, which is the robot hand
|
41 |
-
target_joint_names:
|
42 |
-
[
|
43 |
-
"right_hand_thumb_0_joint",
|
44 |
-
"right_hand_thumb_1_joint",
|
45 |
-
"right_hand_thumb_2_joint",
|
46 |
-
"right_hand_index_0_joint",
|
47 |
-
"right_hand_index_1_joint",
|
48 |
-
"right_hand_middle_0_joint",
|
49 |
-
"right_hand_middle_1_joint",
|
50 |
-
]
|
51 |
-
wrist_link_name: None
|
52 |
-
target_origin_link_names: ["base_link_thumb","base_link_index","base_link_middle"]
|
53 |
-
target_task_link_names: ["thumb_tip", "index_tip", "middle_tip"]
|
54 |
-
target_link_human_indices: [[0, 0, 0], [4, 9, 14]]
|
55 |
-
|
56 |
-
scaling_factor: 1.0
|
57 |
-
|
58 |
-
# A smaller alpha means stronger filtering, i.e. more smooth but also larger latency
|
59 |
-
low_pass_alpha: 0.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
robots/unitree_hand/{meshes → urdf/meshes}/left_hand_index_0_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/left_hand_index_1_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/left_hand_middle_0_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/left_hand_middle_1_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/left_hand_palm_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/left_hand_thumb_0_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/left_hand_thumb_1_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/left_hand_thumb_2_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/right_hand_index_0_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/right_hand_index_1_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/right_hand_middle_0_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/right_hand_middle_1_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/right_hand_palm_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/right_hand_thumb_0_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/right_hand_thumb_1_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{meshes → urdf/meshes}/right_hand_thumb_2_link.STL
RENAMED
File without changes
|
robots/unitree_hand/{unitree_dex3_left.urdf → urdf/unitree_dex3_left.urdf}
RENAMED
File without changes
|
robots/unitree_hand/{unitree_dex3_right.urdf → urdf/unitree_dex3_right.urdf}
RENAMED
File without changes
|