Skip to content

Commit 2905c3d

Browse files
authored
Update building_robot.md
Signed-off-by: Bilal Ahmed Arain <[email protected]>
1 parent c5c6608 commit 2905c3d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

fortress/building_robot.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Building your own robot
22

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

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

@@ -114,7 +114,10 @@ Every model is a group of `links` (can be just one link) connected together with
114114
<pose relative_to='__model__'>0.5 0 0.4 0 0 0</pose>
115115
```
116116

117-
We define the first link, the `chassis` of our car and it's pose relative to the `model`.
117+
We define the first link, the `chassis` of our car and it's pose relative to the `model`. Understanding the relationship between tags like <world>, <model>, <link>, <sensor>, and others is crucial for anyone working with robot simulations. Following diagram is aimed at helping developers and researchers ensure proper nesting and usage of elements while building simulation environments.
118+
119+
![image](https://github.com/user-attachments/assets/4c3d096e-6d89-47e5-ba5e-38dfe3e2a510)
120+
118121

119122
#### Inertial properties
120123

0 commit comments

Comments
 (0)