Skip to content
Snippets Groups Projects
Commit 1d49df09 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Add master_big mesh and world

parent 8b63910c
No related branches found
No related tags found
1 merge request!1Melodic migration
File added
<?xml version="1.0" ?>
<sdf version="1.4">
<world name="master_big">
<include>
<uri>model://ground_plane</uri>
</include>
<include>
<uri>model://sun</uri>
</include>
<model name="master_big">
<static>true</static>
<link name="link">
<pose>0 0 0 0 0 0</pose>
<collision name="collision">
<geometry>
<mesh>
<uri>model://meshes/master_big.stl</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://meshes/master_big.stl</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
</visual>
</link>
</model>
</world>
</sdf>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment