Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions edifice/building_robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In this tutorial we will learn how to build our own robot in SDFormat. We will build a simple two wheeled robot.

You can find the finished SDF file for the tutorial [here](https://github.com/ignitionrobotics/docs/blob/master/dome/tutorials/building_robot/building_robot.sdf).
You can find the finished SDF file for the tutorial [here](https://github.com/ignitionrobotics/docs/blob/master/edifice/tutorials/building_robot/building_robot.sdf).

## What is SDF

Expand Down 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 edifice/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