-
Notifications
You must be signed in to change notification settings - Fork 319
/
Copy pathstone.sdf
36 lines (36 loc) · 992 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
<?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.016428 0.000584 0.0 0 -0 0</pose>
<static>1</static>
</include>
<!--A pick tray-->
<include>
<uri>model://pick_tray</uri>
<pose>0.008578 -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.004103 0.219654 0.419764 0 -0 -0</pose>
<static>1</static> <!--Hot Fix to prevent drifting see #206-->
</include>
<!--A stone-->
<include>
<uri>model://stone</uri>
<pose>0.000286 -0.221972 0.475172 0 -0 -0</pose>
</include>
</world>
</sdf>