You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows | [](https://build.osrfoundation.org/job/ignition_gazebo-ci-master-windows7-amd64)
16
16
17
-
Ignition Gazebo is an open source robotics simulator. Through Ignition Gazebo users have access to high fidelity physics, rendering, and sensor models. Additionally, users and developers have multiple points of entry to simulation including a graphical user interface, plugins, and asynchronous message passing and services.
17
+
Ignition Gazebo is an open source robotics simulator. Through Ignition Gazebo, users have access to high fidelity physics, rendering, and sensor models. Additionally, users and developers have multiple points of entry to simulation including a graphical user interface, plugins, and asynchronous message passing and services.
18
18
19
19
Ignition Gazebo is derived from [Gazebo](http://gazebosim.org) and represents over 16 years of development and experience in robotics and simulation. This library is part of the [Ignition Robotics](https://ignitionrobotics.org) project.
20
20
@@ -61,7 +61,7 @@ of environments with high-quality lighting, shadows, and textures.
61
61
62
62
***Sensors and noise models**: Generate sensor data, optionally with noise,
63
63
from laser range finders, 2D/3D cameras, Kinect style sensors, contact sensors,
Copy file name to clipboardExpand all lines: tutorials/erb_template.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -36,22 +36,22 @@ Below is a step-by-step tutorial to generate 1000 box shapes in a simulation wor
36
36
You can copy-and-paste the code block into an editor to try it out.
37
37
38
38
First is to create a world using SDFormat syntax.
39
-
You need to specify both the ``xml`` and ``sdf`` versions you are using.
39
+
You need to specify both the `xml` and `sdf` versions you are using.
40
40
And don't forget to give your simulation world a name.
41
41
42
42
```
43
43
<?xml version="1.0" ?>
44
44
<sdf version="1.6">
45
45
<world name="shapes">
46
-
<!-- This is where you put ``<plugin>``, ``<model>`` and etc. tags -->
46
+
<!-- This is where you put `<plugin>`, `<model>` and etc. tags -->
47
47
</world>
48
48
</sdf>
49
49
```
50
50
51
-
To create 1000 instances of simple box shapes, you can use a ``for`` loop in Ruby syntax in the ERB template.
52
-
This code block can be inserted in between the "``<world>`` ... ``</world>``" tags.
53
-
Note that the ``<model>`` tags are wrapped in between the ERB template.
54
-
``<% end %>`` is to mark the end of loops or ``if`` statements.
51
+
To create 1000 instances of simple box shapes, you can use a `for` loop in Ruby syntax in the ERB template.
52
+
This code block can be inserted in between the `<world>` tags.
53
+
Note that the `<model>` tags are wrapped in between the ERB template.
54
+
`<% end %>` is to mark the end of loops or `if` statements.
55
55
Each box model also has a different name and pose to ensure they show up as individuals in simulation.
56
56
57
57
```
@@ -148,7 +148,7 @@ Instead of simple shapes, you can also use a nested loop to generate 100 actors
148
148
149
149
## Generate SDF from ERB template
150
150
151
-
Now that an ERB template file is ready and saved as ``my_first_erb.erb``, you can run the following terminal command to generate SDF file.
151
+
Now that an ERB template file is ready and saved as `my_first_erb.erb`, you can run the following terminal command to generate the corresponding SDF file.
In the mesh's `Properties` window go to `SF display params` and take the left handle in the graph and drag it to the right until it hits the area where the bulk of the scalar field starts.
0 commit comments