-
Notifications
You must be signed in to change notification settings - Fork 224
/
Copy pathunimation-puma560_boxes_prm.xml
65 lines (65 loc) · 1.37 KB
/
unimation-puma560_boxes_prm.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
<?xml version="1.0" encoding="UTF-8"?>
<rlplan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="rlplan.xsd">
<prm>
<duration>1200</duration>
<goal>
<q unit="deg">0</q>
<q unit="deg">0</q>
<q unit="deg">90</q>
<q unit="deg">0</q>
<q unit="deg">0</q>
<q unit="deg">0</q>
</goal>
<model>
<kinematics href="../rlkin/unimation-puma560.xml">
<world>
<rotation>
<x>0</x>
<y>0</y>
<z>90</z>
</rotation>
<translation>
<x>0</x>
<y>0</y>
<z>0</z>
</translation>
</world>
</kinematics>
<model>0</model>
<scene href="../rlsg/unimation-puma560_boxes.convex.xml"/>
</model>
<start>
<q unit="deg">90</q>
<q unit="deg">-180</q>
<q unit="deg">90</q>
<q unit="deg">0</q>
<q unit="deg">0</q>
<q unit="deg">0</q>
</start>
<viewer>
<delta unit="deg">1</delta>
<model>
<kinematics href="../rlkin/unimation-puma560.xml">
<world>
<rotation>
<x>0</x>
<y>0</y>
<z>90</z>
</rotation>
<translation>
<x>0</x>
<y>0</y>
<z>0</z>
</translation>
</world>
</kinematics>
<model>0</model>
<scene href="../rlsg/unimation-puma560_boxes.xml"/>
</model>
</viewer>
<uniformSampler/>
<recursiveVerifier>
<delta unit="deg">1</delta>
</recursiveVerifier>
</prm>
</rlplan>