lemonhdl commited on
Commit
6ea30c8
·
verified ·
1 Parent(s): 9d92b10

Upload assets/embodiments/ARX-X5/config.yml with huggingface_hub

Browse files
assets/embodiments/ARX-X5/config.yml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ urdf_path: "./X5A.urdf"
2
+ # srdf_path: "./X5A.srdf"
3
+ joint_stiffness: 1000
4
+ joint_damping: 200
5
+ gripper_stiffnes: 1000
6
+ gripper_damping: 200
7
+ move_group: ["link6","link6"]
8
+ ee_joints: ["joint6","joint6"]
9
+ arm_joints_name: [['joint1', 'joint2', 'joint3', 'joint4', 'joint5', 'joint6'],
10
+ ['joint1', 'joint2', 'joint3', 'joint4', 'joint5', 'joint6']]
11
+ gripper_name:
12
+ - base: "joint7"
13
+ mimic: [["joint8", 1., 0.]]
14
+ - base: "joint7"
15
+ mimic: [["joint8", 1., 0.]]
16
+ gripper_bias: 0.12
17
+ gripper_scale: [-0.01, 0.045]
18
+ homestate: [[0,0,0,0,0,0],[0,0,0,0,0,0]]
19
+ delta_matrix: [[1,0,0],[0,1,0],[0,0,1]]
20
+ # global_trans_matrix: [[0,0,1],[0,1,0],[-1,0,0]] # for mplib
21
+ global_trans_matrix: [[1,0,0],[0,-1,0],[0,0,-1]] # for curobo
22
+ robot_pose: [[0, -0.35, 0.784, 0.707, 0, 0, 0.707]] # modify
23
+ # planner: "mplib_RRT"
24
+ planner: "curobo"
25
+ dual_arm: False
26
+ grasp_perfect_direction: ['front_right', 'front_left']
27
+ static_camera_list:
28
+ - name: head_camera
29
+ position:
30
+ - -0.032
31
+ - -0.45
32
+ - 1.35
33
+ forward:
34
+ - 0
35
+ - 0.6
36
+ - -0.8
37
+ left:
38
+ - -1
39
+ - 0
40
+ - 0
41
+ # - name: front_camera
42
+ # type: D435
43
+ # position:
44
+ # - 0
45
+ # - -0.45
46
+ # - 0.85
47
+ # forward:
48
+ # - 0
49
+ # - 1
50
+ # - -0.1
51
+ # left:
52
+ # - -1
53
+ # - 0
54
+ # - 0