Place xarm in custom world with drawing surface
This commit is contained in:
@@ -51,22 +51,48 @@
|
||||
<!-- Models -->
|
||||
<!-- -->
|
||||
<!-- Ground -->
|
||||
<model name="ground_plane">
|
||||
<pose>0 0 0 0 0 0</pose>
|
||||
<!-- <model name="ground_plane">
|
||||
<pose>0 0 0 0 0 0</pose>
|
||||
<static>true</static>
|
||||
<link name="ground_plane_link">
|
||||
<collision name="ground_plane_collision">
|
||||
<geometry>
|
||||
<plane>
|
||||
<normal>0 0 1</normal>
|
||||
</plane>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="ground_plane_visual">
|
||||
<geometry>
|
||||
<plane>
|
||||
<normal>0 0 1</normal>
|
||||
<size>4 4</size>
|
||||
</plane>
|
||||
</geometry>
|
||||
<material>
|
||||
<diffuse>0.8 0.8 0.8 1</diffuse>
|
||||
<specular>0.8 0.8 0.8 1</specular>
|
||||
</material>
|
||||
</visual>
|
||||
</link>
|
||||
</model> -->
|
||||
<model name="drawing_surface">
|
||||
<pose>-0.14 -0.3 1.0 0 0 0</pose>
|
||||
<static>true</static>
|
||||
<link name="ground_plane_link">
|
||||
<collision name="ground_plane_collision">
|
||||
<link name="drawing_surface_link">
|
||||
<collision name="drawing_surface_collision">
|
||||
<geometry>
|
||||
<plane>
|
||||
<normal>0 0 1</normal>
|
||||
<size>0.28 0.21</size>
|
||||
</plane>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="ground_plane_visual">
|
||||
<visual name="drawing_surface_visual">
|
||||
<geometry>
|
||||
<plane>
|
||||
<normal>0 0 1</normal>
|
||||
<size>4 4</size>
|
||||
<size>0.28 0.21</size>
|
||||
</plane>
|
||||
</geometry>
|
||||
<material>
|
||||
@@ -76,6 +102,17 @@
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
<!-- <include>
|
||||
<uri>model://ground_plane</uri>
|
||||
</include> -->
|
||||
<!-- <include>
|
||||
<uri>model://sun</uri>
|
||||
</include> -->
|
||||
<include>
|
||||
<uri>model://table</uri>
|
||||
<name>table</name>
|
||||
<pose>0.0 -0.84 0 0 0 0</pose>
|
||||
</include>
|
||||
|
||||
<!-- Static target -->
|
||||
<!-- <model name="target">
|
||||
|
||||
Reference in New Issue
Block a user