-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathA-2582-07G.hrdf
More file actions
45 lines (29 loc) · 1.33 KB
/
Copy pathA-2582-07G.hrdf
File metadata and controls
45 lines (29 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<!-- For documentation on the HEBI Robot Configuration please visit: -->
<!-- https://github.com/HebiRobotics/hebi-hrdf/blob/master/FORMAT.md -->
<!-- T-Series Double Shoulder Arm Example (This example is 7-DoF)-->
<robot version="1.6.0">
<actuator type="T8-9"/>
<bracket type="R8HeavyLeftOutside"/>
<!-- Note that this DoF is doubled-up -->
<!-- Should probably add offset mass at some point -->
<actuator type="T8-16"/>
<!-- T-Series Double-Actuator Yoke Bracket (A-2581-01) -->
<rigid-body mass="0.500"
com_trans="0.06 0 -0.085"
output_trans="0.122 0 -0.085"
output_rot="Ry(pi/2)*Rz(pi)"/>
<actuator type="T8-9"/>
<!-- Mass offset to account for mounted gripper actuator -->
<link type="R8" input="Inline" extension="0.325" twist="0" mass_offset="0.8"/>
<actuator type="T8-9"/>
<bracket type="R8LightRight"/>
<actuator type="T5-4"/>
<link type="R8" input="Inline" extension="0.325" twist="0"/>
<actuator type="T5-4"/>
<bracket type="R8LightRight"/>
<actuator type="T5-4"/>
<!-- For custom end-effector parameters and formatting please visit: -->
<!-- https://github.com/HebiRobotics/hebi-hrdf/blob/master/FORMAT.md#end-effector -->
<end-effector type="R8Parallel"/>
</robot>