Skip to content

Commit 923ccee

Browse files
authored
update link in particles tutorial (gazebosim#2127)
Signed-off-by: Ian Chen <[email protected]>
1 parent 353ad20 commit 923ccee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/particle_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here is the content of the Fog Generator [model.sdf](https://fuel.gazebosim.org/
5555
</model>
5656
```
5757

58-
The SDF 1.6+ specification supports having a `<particle_emitter>` SDF element as a child of `<link>`. The particle emitter itself has several properties that can be configured, see Gazebo Rendering's [particles tutorial](https://gazebosim.org/api/rendering/4.0/particles.html) for more details on these properties. In our Fog Generator model, we are using a box type particle emitter that covers a region size of 10 by 10m. By default, the particles are emitted in the `+x` direction, hence the model as a pitch rotation of -90 degrees to rotate the particle emitter so that the particles are emitted upwards in `+z`.
58+
The SDF 1.6+ specification supports having a `<particle_emitter>` SDF element as a child of `<link>`. The particle emitter itself has several properties that can be configured, see Gazebo Rendering's [particles tutorial](https://gazebosim.org/api/rendering/8/particles.html) for more details on these properties. In our Fog Generator model, we are using a box type particle emitter that covers a region size of 10 by 10m. By default, the particles are emitted in the `+x` direction, hence the model as a pitch rotation of -90 degrees to rotate the particle emitter so that the particles are emitted upwards in `+z`.
5959

6060
Let's launch the example world to see what it looks like.
6161

0 commit comments

Comments
 (0)