File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -334,30 +334,6 @@ def generate_launch_description():
334
334
description = "Enable headless mode for robot control" ,
335
335
)
336
336
)
337
- declared_arguments .append (
338
- DeclareLaunchArgument (
339
- "initial_joint_controller" ,
340
- default_value = "scaled_joint_trajectory_controller" ,
341
- description = "Initially loaded robot controller." ,
342
- )
343
- )
344
- declared_arguments .append (
345
- DeclareLaunchArgument (
346
- "activate_joint_controller" ,
347
- default_value = "true" ,
348
- description = "Activate loaded joint controller." ,
349
- )
350
- )
351
- declared_arguments .append (
352
- DeclareLaunchArgument ("launch_rviz" , default_value = "true" , description = "Launch RViz?" )
353
- )
354
- declared_arguments .append (
355
- DeclareLaunchArgument (
356
- "launch_dashboard_client" ,
357
- default_value = "true" ,
358
- description = "Launch Dashboard Client?" ,
359
- )
360
- )
361
337
declared_arguments .append (
362
338
DeclareLaunchArgument (
363
339
"use_tool_communication" ,
You can’t perform that action at this time.
0 commit comments