Skip to content

Commit

Permalink
Fix repos file, set light visualization to false (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Sep 27, 2024
1 parent 0630646 commit 388639d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ionic_demo.repos
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ repositories:
version: rolling
ionic_demo:
type: git
url: https://github.com/xiyuoh/ionic_demo.git
url: https://github.com/gazebosim/ionic_demo.git
version: main
navigation2:
type: git
Expand Down
9 changes: 5 additions & 4 deletions ionic_demo/worlds/ionic.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@
</plugin>
</gui>

<physics name="1ms" type="ignored">
<max_step_size>0.001</max_step_size>
<real_time_factor>1.0</real_time_factor>
</physics>
<plugin
filename="gz-sim-physics-system"
name="gz::sim::systems::Physics">
Expand Down Expand Up @@ -309,6 +305,7 @@
<falloff>1</falloff>
</spot>
<cast_shadows>true</cast_shadows>
<visualize>false</visualize>
</light>

<light type="spot" name="spot_middle">
Expand All @@ -329,6 +326,7 @@
<falloff>1</falloff>
</spot>
<cast_shadows>true</cast_shadows>
<visualize>false</visualize>
</light>

<light type="spot" name="spot_longtable">
Expand All @@ -349,6 +347,7 @@
<falloff>1</falloff>
</spot>
<cast_shadows>true</cast_shadows>
<visualize>false</visualize>
</light>

<light type="point" name="point_column_01">
Expand All @@ -363,6 +362,7 @@
<quadratic>0.5</quadratic>
</attenuation>
<cast_shadows>false</cast_shadows>
<visualize>false</visualize>
</light>

<light type="point" name="point_column_02">
Expand All @@ -377,6 +377,7 @@
<quadratic>0.5</quadratic>
</attenuation>
<cast_shadows>false</cast_shadows>
<visualize>false</visualize>
</light>

<include>
Expand Down

0 comments on commit 388639d

Please sign in to comment.