Compare commits

..

2 Commits

Author SHA1 Message Date
Bastian Hofmann
d874816b00 Visual fixes to lights and robot 2023-06-27 14:48:46 +00:00
Bastian Hofmann
313b6d09a1 Better Lighting 2023-06-27 14:02:18 +00:00
2 changed files with 21 additions and 11 deletions

View File

@@ -9,18 +9,28 @@
<plugin name='ignition::gazebo::systems::SceneBroadcaster' filename='ignition-gazebo-scene-broadcaster-system'/> <plugin name='ignition::gazebo::systems::SceneBroadcaster' filename='ignition-gazebo-scene-broadcaster-system'/>
<plugin name='ignition::gazebo::systems::Contact' filename='ignition-gazebo-contact-system'/> <plugin name='ignition::gazebo::systems::Contact' filename='ignition-gazebo-contact-system'/>
<light type="directional" name="sun"> <light type="point" name="point_light_1">
<cast_shadows>true</cast_shadows> <cast_shadows>true</cast_shadows>
<pose>0 0 10 0 0 0</pose> <pose>1 1 2.5 0 0 0</pose>
<diffuse>0.8 0.8 0.8 1</diffuse> <visualize>false</visualize>
<specular>0.2 0.2 0.2 1</specular> </light>
<attenuation>
<range>1000</range> <light type="point" name="point_light_2">
<constant>0.9</constant> <cast_shadows>true</cast_shadows>
<linear>0.01</linear> <pose>5 1 2.5 0 0 0</pose>
<quadratic>0.001</quadratic> <visualize>false</visualize>
</attenuation> </light>
<direction>-0.1 0.1 -0.9 </direction>
<light type="point" name="point_light_3">
<cast_shadows>true</cast_shadows>
<pose>1 5 2.5 0 0 0</pose>
<visualize>false</visualize>
</light>
<light type="point" name="point_light_4">
<cast_shadows>true</cast_shadows>
<pose>5 5 2.5 0 0 0</pose>
<visualize>false</visualize>
</light> </light>
<actor name="actor_walking"> <actor name="actor_walking">

BIN
src/iisy_config/stl/link_2_bottom_low.stl Executable file → Normal file

Binary file not shown.