forked from roboticslibrary/rl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
planar2.xml
128 lines (128 loc) · 2.07 KB
/
planar2.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
<rlmdl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="rlmdl.xsd">
<model>
<manufacturer>Featherstone</manufacturer>
<name>planar2</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.80665</z>
</g>
</world>
<body id="link0">
<ignore/>
</body>
<body id="link1">
<ignore idref="link0"/>
<ignore idref="link2"/>
<cm>
<x>0.5</x>
<y>0</y>
<z>0</z>
</cm>
<i>
<xx>0.01</xx>
<yy>0.083333333</yy>
<zz>0.083333333</zz>
<yz>0</yz>
<xz>0</xz>
<xy>0</xy>
</i>
<m>1</m>
</body>
<frame id="frame0"/>
<body id="link2">
<ignore idref="link1"/>
<cm>
<x>0.5</x>
<y>0</y>
<z>0</z>
</cm>
<i>
<xx>0.01</xx>
<yy>0.083333333</yy>
<zz>0.083333333</zz>
<yz>0</yz>
<xz>0</xz>
<xy>0</xy>
</i>
<m>1</m>
</body>
<frame id="frame1"/>
<fixed id="fixed0">
<frame>
<a idref="world"/>
<b idref="link0"/>
</frame>
<rotation>
<x>0</x>
<y>0</y>
<z>0</z>
</rotation>
<translation>
<x>0</x>
<y>0</y>
<z>0</z>
</translation>
</fixed>
<revolute id="joint0">
<frame>
<a idref="link0"/>
<b idref="link1"/>
</frame>
<max>360</max>
<min>-360</min>
</revolute>
<fixed id="fixed1">
<frame>
<a idref="link1"/>
<b idref="frame0"/>
</frame>
<rotation>
<x>0</x>
<y>0</y>
<z>0</z>
</rotation>
<translation>
<x>1</x>
<y>0</y>
<z>0</z>
</translation>
</fixed>
<revolute id="joint1">
<frame>
<a idref="frame0"/>
<b idref="link2"/>
</frame>
<max>360</max>
<min>-360</min>
</revolute>
<fixed id="fixed2">
<frame>
<a idref="link2"/>
<b idref="frame1"/>
</frame>
<rotation>
<x>0</x>
<y>0</y>
<z>0</z>
</rotation>
<translation>
<x>1</x>
<y>0</y>
<z>0</z>
</translation>
</fixed>
</model>
</rlmdl>