Skip to content

Commit 14a61cc

Browse files
committed
Tweaks
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
1 parent 2b9c928 commit 14a61cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

harmonic/ros2_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The package `ros_gz_bridge` contains a launch file named
6969
Here's an example:
7070

7171
```
72-
ros2 launch ros_gz_bridge ros_gz_bridge.launch.py config_file:=<path_to_your_YAML_file>
72+
ros2 launch ros_gz_bridge ros_gz_bridge.launch.py name:=ros_gz_bridge config_file:=<path_to_your_YAML_file>
7373
```
7474

7575
## Launching the bridge from a custom launch file.

harmonic/ros2_launch_gazebo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gazebo can be launched from a ROS 2 launch system in multiple ways:
44

55

6-
1. Using the launch files included in
6+
## Using the launch files included in
77
[ros_gz_sim](https://github.com/gazebosim/ros_gz/tree/ros2/ros_gz_sim).
88

99
The package `ros_gz_sim` contains two launch files named `gz_server.launch.py`
@@ -23,7 +23,7 @@ Consult the argument block of each launch file
2323
and [here](https://github.com/gazebosim/ros_gz/blob/ros2/ros_gz_sim/launch/gz_server.launch.py#L27-L38)
2424
to learn about the different parameters that are accepted by each launch file.
2525

26-
2. Using a custom launch file.
26+
## Using a custom launch file.
2727

2828
It's also possible to start Gazebo from your custom launch file. For that
2929
purpose we have created the custom `<gz_server/>` tag that can be used from you
@@ -45,6 +45,6 @@ within this tag. Here's an example for launching Gazebo server:
4545
</launch>
4646
```
4747

48-
In this case the `<gzserver>` parameters are read from the command line. That's
48+
In this case the `<gz_server>` parameters are read from the command line. That's
4949
an option but not strictly necessary as you could decide to hardcode some of the
5050
values.

harmonic/ros2_spawn_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ from the source code to know all the different parameters accepted by this
1919
launch file.
2020

2121

22-
1. Spawn a model from a custom launch file.
22+
## Spawn a model from a custom launch file.
2323

2424
It's also possible to spawn the model from your custom launch file. For that
2525
purpose we have created the `<gz_spawn_model/>` tag that can be used from you

0 commit comments

Comments
 (0)