We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d0798 commit 8e8f88fCopy full SHA for 8e8f88f
ur_robot_driver/test/test_common.py
@@ -335,17 +335,7 @@ def generate_driver_test_description(
335
[FindPackageShare("ur_robot_driver"), "launch", "ur_control.launch.py"]
336
)
337
),
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(),
+ launch_arguments=launch_arguments.items(),
349
350
wait_dashboard_server = ExecuteProcess(
351
cmd=[
0 commit comments