@@ -299,8 +299,8 @@ def generate_launch_description():
299299 DeclareLaunchArgument (
300300 "description_package" ,
301301 default_value = "ur_description" ,
302- description = "Description package with robot URDF/XACRO files. Usually the argument \
303- is not set, it enables use of a custom description." ,
302+ description = "Description package with robot URDF/XACRO files. Usually the argument "
303+ " is not set, it enables use of a custom description." ,
304304 )
305305 )
306306 declared_arguments .append (
@@ -314,8 +314,8 @@ def generate_launch_description():
314314 DeclareLaunchArgument (
315315 "moveit_config_package" ,
316316 default_value = "ur_moveit_config" ,
317- description = "MoveIt config package with robot SRDF/XACRO files. Usually the argument \
318- is not set, it enables use of a custom moveit config." ,
317+ description = "MoveIt config package with robot SRDF/XACRO files. Usually the argument "
318+ " is not set, it enables use of a custom moveit config." ,
319319 )
320320 )
321321 declared_arguments .append (
@@ -350,9 +350,9 @@ def generate_launch_description():
350350 DeclareLaunchArgument (
351351 "prefix" ,
352352 default_value = '""' ,
353- description = "Prefix of the joint names, useful for \
354- multi-robot setup. If changed than also joint names in the controllers' configuration \
355- have to be updated." ,
353+ description = "Prefix of the joint names, useful for "
354+ " multi-robot setup. If changed than also joint names in the controllers' configuration "
355+ " have to be updated." ,
356356 )
357357 )
358358 declared_arguments .append (
0 commit comments