File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ The package `ros_gz_bridge` contains a launch file named
69
69
Here's an example:
70
70
71
71
```
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>
73
73
```
74
74
75
75
## Launching the bridge from a custom launch file.
Original file line number Diff line number Diff line change 3
3
Gazebo can be launched from a ROS 2 launch system in multiple ways:
4
4
5
5
6
- 1 . Using the launch files included in
6
+ ## Using the launch files included in
7
7
[ ros_gz_sim] ( https://github.com/gazebosim/ros_gz/tree/ros2/ros_gz_sim ) .
8
8
9
9
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
23
23
and [ here] ( https://github.com/gazebosim/ros_gz/blob/ros2/ros_gz_sim/launch/gz_server.launch.py#L27-L38 )
24
24
to learn about the different parameters that are accepted by each launch file.
25
25
26
- 2 . Using a custom launch file.
26
+ ## Using a custom launch file.
27
27
28
28
It's also possible to start Gazebo from your custom launch file. For that
29
29
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:
45
45
</launch>
46
46
```
47
47
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
49
49
an option but not strictly necessary as you could decide to hardcode some of the
50
50
values.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ from the source code to know all the different parameters accepted by this
19
19
launch file.
20
20
21
21
22
- 1 . Spawn a model from a custom launch file.
22
+ ## Spawn a model from a custom launch file.
23
23
24
24
It's also possible to spawn the model from your custom launch file. For that
25
25
purpose we have created the ` <gz_spawn_model/> ` tag that can be used from you
You can’t perform that action at this time.
0 commit comments