Skip to content

Commit 5631115

Browse files
committed
Tweak
Signed-off-by: Carlos Agüero <[email protected]>
1 parent 4a141aa commit 5631115

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

harmonic/ros2_integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ within this tag. Here's an example:
8484
<arg name="config_file" default="" />
8585
<arg name="container_name" default="ros_gz_container" />
8686
<arg name="namespace" default="" />
87-
<arg name="use_composition" default="False" />
87+
<arg name="use_composition" default="True" />
8888
<arg name="use_respawn" default="False" />
8989
<arg name="log_level" default="info" />
9090
<ros_gz_bridge

harmonic/ros2_launch_gazebo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ within this tag. Here's an example for launching Gazebo server:
3636
<arg name="world_sdf_file" default="empty.sdf" />
3737
<arg name="world_sdf_string" default="" />
3838
<arg name="container_name" default="ros_gz_container" />
39-
<arg name="use_composition" default="False" />
39+
<arg name="use_composition" default="True" />
4040
<gz_server
4141
world_sdf_file="$(var world_sdf_file)"
4242
world_sdf_string="$(var world_sdf_string)"

harmonic/ros2_overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ tutorials, you'll notice that we have included in most cases a parameter named
3333
`use_composition`. When that parameter is set to `True`, the associated ROS
3434
node will be included within a ROS container. When this happens all the nodes
3535
live within the same process and can leverage intraprocess communication.
36+
37+
You can learn more about ROS composition in [this tutorial](https://docs.ros.org/en/galactic/Tutorials/Intermediate/Composition.html).

0 commit comments

Comments
 (0)