-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathicub-gazebo-grasping-sandbox.sdf
71 lines (59 loc) · 1.82 KB
/
icub-gazebo-grasping-sandbox.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
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
<?xml version="1.0" ?>
<sdf version="1.7">
<world name="default">
<include>
<uri>model://sun</uri>
</include>
<light name='user_point_light_0' type='point'>
<pose frame=''>0.197302 -0.215077 1 0 -0 0</pose>
<diffuse>0.5 0.5 0.5 1</diffuse>
<specular>0.1 0.1 0.1 1</specular>
<attenuation>
<range>20</range>
<constant>0.5</constant>
<linear>0.01</linear>
<quadratic>0.001</quadratic>
</attenuation>
<cast_shadows>0</cast_shadows>
<direction>0 0 -1</direction>
</light>
<state world_name='default'>
<light name='sun'>
<pose frame=''>0 0 10 0 -0 3.14</pose>
</light>
<light name='user_point_light_0'>
<pose frame=''>0.197302 -0.215077 1 0 -0 0</pose>
</light>
</state>
<include>
<uri>model://ground_plane</uri>
</include>
<include>
<uri>model://table</uri>
<pose>-0.530772 0 0 0 0 -1.57</pose>
</include>
<include>
<uri>model://mustard_bottle</uri>
<pose>-0.4 0.6 0.51 0 0 1.8</pose>
<plugin name="pose_mover" filename='libicub-gazebo-grasping-sandbox-model-mover.so'/>
</include>
<include>
<uri>model://pudding_box</uri>
<pose>-0.5 0.6 0.5 0 0 1.57</pose>
<plugin name="pose_mover" filename='libicub-gazebo-grasping-sandbox-model-mover.so'/>
</include>
<model name="iCub">
<include>
<uri>model://iCubGazeboV2_5_visuomanip</uri>
<pose>0.0 0.0 0.63 0.0 0.0 0.0</pose>
</include>
</model>
<gui fullscreen='0'>
<camera name='user_camera'>
<pose frame=''>-1.73754 2.13332 1.77051 0 0.463643 -1.0638</pose>
<view_controller>orbit</view_controller>
<projection_type>perspective</projection_type>
</camera>
</gui>
</world>
</sdf>