Skip to content

Commit

Permalink
Tweak documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Oct 3, 2024
1 parent cac63cf commit 42bdda3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ros_gz_bridge/launch/ros_gz_bridge.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ def generate_launch_description():
declare_create_own_container_cmd = DeclareLaunchArgument(
'create_own_container',
default_value='False',
description='Whether the bridge should starts its own ROS container when using composition (Not Recommended). \
This option should only be set to true if the you plan to put your ROS node in the container created by the bridge. \
This is not needed if you want Gazebo and the bridge to be in the same ROS container. ',
description='Whether the bridge should start its own ROS container when using composition \
(not recommended). This option should only be set to true if you plan to put your ROS \
node in the container created by the bridge. This is not needed if you want Gazebo and \
the bridge to be in the same ROS container.',
)

declare_namespace_cmd = DeclareLaunchArgument(
Expand Down

0 comments on commit 42bdda3

Please sign in to comment.