Skip to content

Commit

Permalink
Modifies the world to be uses in non classic gazebo
Browse files Browse the repository at this point in the history
Signed-off-by: Voldivh <[email protected]>
  • Loading branch information
Voldivh committed Jun 25, 2024
1 parent 81f5191 commit 8aff527
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions andino_gz/worlds/office.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
</plane>
</geometry>
<material>
<script>
<uri>file://media/materials/scripts/gazebo.material</uri>
<name>Gazebo/Grey</name>
</script>
<ambient>0.0 0.0 1.0 1.0</ambient>
<diffuse>1.0 1.0 1.0 1.0</diffuse>
<specular>0.1 0.1 0.1 1.0</specular>
<emissive>0.0 0.0 0.0 1.0</emissive>
</material>
</visual>
<self_collide>0</self_collide>
Expand Down Expand Up @@ -155,10 +155,10 @@
</geometry>
<material>
<lighting>1</lighting>
<script>
<uri>file://media/materials/scripts/gazebo.material</uri>
<name>Gazebo/Grey</name>
</script>
<ambient>1.0 1.0 1.0 1.0</ambient>
<diffuse>1.0 1.0 1.0 1.0</diffuse>
<specular>0.1 0.1 0.1 1.0</specular>
<emissive>0.0 0.0 0.0 1.0</emissive>
<shader type='pixel'/>
</material>
<transparency>0</transparency>
Expand Down

0 comments on commit 8aff527

Please sign in to comment.