Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion launch/display.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def generate_launch_description():
ld.add_action(rviz_arg)

# This parameter has changed its meaning slightly from previous versions
ld.add_action(DeclareLaunchArgument(name='model', default_value=str(default_model_path),
ld.add_action(DeclareLaunchArgument(name='model', default_value=default_model_path,
description='Path to robot urdf file relative to urdf_tutorial package'))

ld.add_action(IncludeLaunchDescription(
Expand Down