@@ -297,8 +297,8 @@ def generate_launch_description():
297297 DeclareLaunchArgument (
298298 "description_package" ,
299299 default_value = "ur_description" ,
300- description = "Description package with robot URDF/XACRO files. Usually the argument \
301- is not set, it enables use of a custom description." ,
300+ description = "Description package with robot URDF/XACRO files. Usually the argument "
301+ " is not set, it enables use of a custom description." ,
302302 )
303303 )
304304 declared_arguments .append (
@@ -312,8 +312,8 @@ def generate_launch_description():
312312 DeclareLaunchArgument (
313313 "moveit_config_package" ,
314314 default_value = "ur_moveit_config" ,
315- description = "MoveIt config package with robot SRDF/XACRO files. Usually the argument \
316- is not set, it enables use of a custom moveit config." ,
315+ description = "MoveIt config package with robot SRDF/XACRO files. Usually the argument "
316+ " is not set, it enables use of a custom moveit config." ,
317317 )
318318 )
319319 declared_arguments .append (
@@ -341,9 +341,9 @@ def generate_launch_description():
341341 DeclareLaunchArgument (
342342 "prefix" ,
343343 default_value = '""' ,
344- description = "Prefix of the joint names, useful for \
345- multi-robot setup. If changed than also joint names in the controllers' configuration \
346- have to be updated." ,
344+ description = "Prefix of the joint names, useful for "
345+ " multi-robot setup. If changed than also joint names in the controllers' configuration "
346+ " have to be updated." ,
347347 )
348348 )
349349 declared_arguments .append (
0 commit comments