File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ def generate_launch_description():
7171 DeclareLaunchArgument (
7272 "description_package" ,
7373 default_value = "ur_description" ,
74- description = "Description package with robot URDF/XACRO files. Usually the argument \
75- is not set, it enables use of a custom description." ,
74+ description = "Description package with robot URDF/XACRO files. Usually the argument "
75+ " is not set, it enables use of a custom description." ,
7676 )
7777 )
7878 declared_arguments .append (
@@ -86,9 +86,9 @@ def generate_launch_description():
8686 DeclareLaunchArgument (
8787 "tf_prefix" ,
8888 default_value = '""' ,
89- description = "Prefix of the joint names, useful for \
90- multi-robot setup. If changed than also joint names in the controllers' configuration \
91- have to be updated." ,
89+ description = "Prefix of the joint names, useful for "
90+ " multi-robot setup. If changed than also joint names in the controllers' configuration "
91+ " have to be updated." ,
9292 )
9393 )
9494
You can’t perform that action at this time.
0 commit comments