-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstone.sdf
40 lines (37 loc) · 961 Bytes
/
stone.sdf
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
<?xml version="1.0" ?>
<sdf version="1.6">
<world name="panda_pick_and_place">
<!--A global light source-->
<include>
<uri>model://sun</uri>
</include>
<!--A ground plane-->
<include>
<uri>model://ground_plane</uri>
</include>
<!--
A Table
<include>
<uri>model://table</uri>
<pose>0.286428 0.000584 0.0 0 -0 0</pose>
<static>1</static>
</include>
A pick tray
<include>
<uri>model://pick_tray</uri>
<pose>0.278578 -0.215704 0.419773 0 -0 -0</pose>
<static>1</static> Hot Fix to prevent drifting see #206
</include>-->
<!--A place tray -->
<include>
<uri>model://place_tray</uri>
<pose>-0.1 0.00 0.58 0 -0 -0</pose>
<static>1</static> Hot Fix to prevent drifting see #206
</include>
<!--A stone-->
<include>
<uri>model://stone</uri>
<pose>-0.24 -0.03 0.3 0 -0 -0</pose>
</include>
</world>
</sdf>