forked from roboticslibrary/rl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox-6d-300505.sixDof.xml
54 lines (54 loc) · 965 Bytes
/
box-6d-300505.sixDof.xml
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
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<rlmdl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="rlmdl.xsd">
<model>
<manufacturer></manufacturer>
<name>6D Box (3.0m x 0.5m x 0.5m)</name>
<world id="world">
<rotation>
<x>0</x>
<y>0</y>
<z>0</z>
</rotation>
<translation>
<x>0</x>
<y>0</y>
<z>0</z>
</translation>
<g>
<x>0</x>
<y>0</y>
<z>9.86055</z>
</g>
</world>
<sixDof id="joint0">
<frame>
<a idref="world"/>
<b idref="body1"/>
</frame>
<max>30</max>
<max>30</max>
<max>2</max>
<min>0</min>
<min>0</min>
<min>0</min>
</sixDof>
<body id="body1"/>
<fixed id="tool">
<frame>
<a idref="body1"/>
<b idref="tcp"/>
</frame>
<rotation>
<x>0</x>
<y>0</y>
<z>0</z>
</rotation>
<translation>
<x>1.5</x>
<y>0</y>
<z>0</z>
</translation>
</fixed>
<frame id="tcp"/>
</model>
</rlmdl>