Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Apr 4, 2024
1 parent 04255e3 commit d28021a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ros_gz_sim/launch/ros_gz_sim.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@
def generate_launch_description():

world_sdf_file_arg = DeclareLaunchArgument(
'world_sdf_file', default_value=TextSubstitution(text=''))
'world_sdf_file', default_value=TextSubstitution(text=''),
description='Path to the SDF world file')
world_sdf_string_arg = DeclareLaunchArgument(
'world_sdf_string', default_value=TextSubstitution(text=''))
'world_sdf_string', default_value=TextSubstitution(text=''),
description='SDF world string')
config_file_arg = DeclareLaunchArgument(
'config_file', default_value=TextSubstitution(text=''))
'config_file', default_value=TextSubstitution(text=''),
description='Path to the YAML configuration for the bridge')

world_sdf_file_param = LaunchConfiguration('world_sdf_file')
world_sdf_string_param = LaunchConfiguration('world_sdf_string')
Expand Down

0 comments on commit d28021a

Please sign in to comment.