Skip to content

Commit

Permalink
Fix examples and files with invalid extra diffuse values (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
PixnBits authored Jan 2, 2024
1 parent bea299f commit d4c935a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion citadel/building_robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ We didn't use the `relative_to` attribute so the pose is with respect to the fra
</geometry>
<material>
<ambient>0.0 1 0.0 1</ambient>
<diffuse>0.0 1 0.0 1 1</diffuse>
<diffuse>0.0 1 0.0 1</diffuse>
<specular>0.0 1 0.0 1</specular>
</material>
</visual>
Expand Down
2 changes: 1 addition & 1 deletion citadel/tutorials/sensors/sensor_tutorial.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
</geometry>
<material>
<ambient>0.0 1 0.0 1</ambient>
<diffuse>0.0 1 0.0 1 1</diffuse>
<diffuse>0.0 1 0.0 1</diffuse>
<specular>0.0 1 0.0 1</specular>
</material>
</visual>
Expand Down
2 changes: 1 addition & 1 deletion dome/building_robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ We didn't use the `relative_to` attribute so the pose is with respect to the fra
</geometry>
<material>
<ambient>0.0 1 0.0 1</ambient>
<diffuse>0.0 1 0.0 1 1</diffuse>
<diffuse>0.0 1 0.0 1</diffuse>
<specular>0.0 1 0.0 1</specular>
</material>
</visual>
Expand Down
2 changes: 1 addition & 1 deletion dome/tutorials/building_robot/building_robot.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
</geometry>
<material>
<ambient>0.0 1 0.0 1</ambient>
<diffuse>0.0 1 0.0 1 1</diffuse>
<diffuse>0.0 1 0.0 1</diffuse>
<specular>0.0 1 0.0 1</specular>
</material>
</visual>
Expand Down
2 changes: 1 addition & 1 deletion dome/tutorials/moving_robot/moving_robot.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
</geometry>
<material>
<ambient>0.0 1 0.0 1</ambient>
<diffuse>0.0 1 0.0 1 1</diffuse>
<diffuse>0.0 1 0.0 1</diffuse>
<specular>0.0 1 0.0 1</specular>
</material>
</visual>
Expand Down
2 changes: 1 addition & 1 deletion dome/tutorials/sensors/sensor_tutorial.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
</geometry>
<material>
<ambient>0.0 1 0.0 1</ambient>
<diffuse>0.0 1 0.0 1 1</diffuse>
<diffuse>0.0 1 0.0 1</diffuse>
<specular>0.0 1 0.0 1</specular>
</material>
</visual>
Expand Down

0 comments on commit d4c935a

Please sign in to comment.