Skip to content

Commit 8e8f88f

Browse files
committed
Fix test_common
1 parent 01d0798 commit 8e8f88f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

ur_robot_driver/test/test_common.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -335,17 +335,7 @@ def generate_driver_test_description(
335335
[FindPackageShare("ur_robot_driver"), "launch", "ur_control.launch.py"]
336336
)
337337
),
338-
launch_arguments={
339-
"robot_ip": "192.168.56.101",
340-
"ur_type": ur_type,
341-
"launch_rviz": "false",
342-
"controller_spawner_timeout": str(controller_spawner_timeout),
343-
"initial_joint_controller": "scaled_joint_trajectory_controller",
344-
"headless_mode": "true",
345-
"launch_dashboard_client": "false",
346-
"start_joint_controller": "false",
347-
"tf_prefix": tf_prefix,
348-
}.items(),
338+
launch_arguments=launch_arguments.items(),
349339
)
350340
wait_dashboard_server = ExecuteProcess(
351341
cmd=[

0 commit comments

Comments
 (0)