You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,6 +44,10 @@ Standalone launchfile to startup a ur3e. This requires a robot reachable via a n
40
44
41
45
IP address by which the robot can be reached.
42
46
47
+
* "**script_sender_port**" (default: "50002")
48
+
49
+
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
@@ -121,6 +133,10 @@ Standalone launchfile to startup a ur10 robot. This requires a robot reachable v
121
133
122
134
IP address by which the robot can be reached.
123
135
136
+
* "**script_sender_port**" (default: "50002")
137
+
138
+
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
Controllers that are initally loaded, but not started.
@@ -158,6 +174,10 @@ Robot bringup launchfile without the robot description. Include this, if you wan
158
174
159
175
Please add description. See file "launch/ur_control.launch".
160
176
177
+
* "**reverse_port**" (default: "50001")
178
+
179
+
Port that will be opened by the driver to allow direct communication between the driver and the robot controller.
180
+
161
181
* "**robot_ip**" (Required)
162
182
163
183
IP address by which the robot can be reached.
@@ -170,6 +190,10 @@ Robot bringup launchfile without the robot description. Include this, if you wan
170
190
171
191
Recipe file used for the RTDE-outputs. Only change this if you know what you're doing.
172
192
193
+
* "**script_sender_port**" (default: "50002")
194
+
195
+
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
Controllers that are initally loaded, but not started.
@@ -247,6 +271,10 @@ Launchfile that starts a robot description with robot_state publisher and the dr
247
271
248
272
Use the description in limited mode (Every axis rotates from -PI to PI)
249
273
274
+
* "**reverse_port**" (default: "50001")
275
+
276
+
Port that will be opened by the driver to allow direct communication between the driver and the robot controller.
277
+
250
278
* "**robot_description_file**" (Required)
251
279
252
280
Robot description launch file.
@@ -255,6 +283,10 @@ Launchfile that starts a robot description with robot_state publisher and the dr
255
283
256
284
IP address by which the robot can be reached.
257
285
286
+
* "**script_sender_port**" (default: "50002")
287
+
288
+
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
@@ -336,6 +372,10 @@ Standalone launchfile to startup a ur5 robot. This requires a robot reachable vi
336
372
337
373
IP address by which the robot can be reached.
338
374
375
+
* "**script_sender_port**" (default: "50002")
376
+
377
+
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
@@ -381,6 +425,10 @@ Standalone launchfile to startup a ur5e robot. This requires a robot reachable v
381
425
382
426
IP address by which the robot can be reached.
383
427
428
+
* "**script_sender_port**" (default: "50002")
429
+
430
+
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
@@ -462,6 +514,10 @@ Standalone launchfile to startup a ur5 robot. This requires a robot reachable vi
462
514
463
515
IP address by which the robot can be reached.
464
516
517
+
* "**script_sender_port**" (default: "50002")
518
+
519
+
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
@@ -507,6 +567,10 @@ Standalone launchfile to startup a ur10e robot. This requires a robot reachable
507
567
508
568
IP address by which the robot can be reached.
509
569
570
+
* "**script_sender_port**" (default: "50002")
571
+
572
+
The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately.
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur10_bringup.launch
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
<launch>
3
3
<argname="debug"default="false"doc="Debug flag that will get passed on to ur_common.launch"/>
4
4
<argname="robot_ip"doc="IP address by which the robot can be reached."/>
5
+
<argname="reverse_port"default="50001"doc="Port that will be opened by the driver to allow direct communication between the driver and the robot controller."/>
6
+
<argname="script_sender_port"default="50002"doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
5
7
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
6
8
<argname="controllers"default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
7
9
<argname="stopped_controllers"default="pos_traj_controller"doc="Controllers that are initally loaded, but not started."/>
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur10e_bringup.launch
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
4
4
<argname="debug"default="false"doc="Debug flag that will get passed on to ur_common.launch"/>
5
5
<argname="robot_ip"doc="IP address by which the robot can be reached."/>
6
+
<argname="reverse_port"default="50001"doc="Port that will be opened by the driver to allow direct communication between the driver and the robot controller."/>
7
+
<argname="script_sender_port"default="50002"doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
6
8
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
7
9
<argname="controllers"default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
8
10
<argname="stopped_controllers"default="pos_traj_controller"doc="Controllers that are initally loaded, but not started."/>
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur3_bringup.launch
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
<launch>
3
3
<argname="debug"default="false"doc="Debug flag that will get passed on to ur_common.launch"/>
4
4
<argname="robot_ip"doc="IP address by which the robot can be reached."/>
5
+
<argname="reverse_port"default="50001"doc="Port that will be opened by the driver to allow direct communication between the driver and the robot controller."/>
6
+
<argname="script_sender_port"default="50002"doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
5
7
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
6
8
<argname="controllers"default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
7
9
<argname="stopped_controllers"default="pos_traj_controller"doc="Controllers that are initally loaded, but not started."/>
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur3e_bringup.launch
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
<launch>
3
3
<argname="debug"default="false"doc="Debug flag that will get passed on to ur_common.launch"/>
4
4
<argname="robot_ip"doc="IP address by which the robot can be reached."/>
5
+
<argname="reverse_port"default="50001"doc="Port that will be opened by the driver to allow direct communication between the driver and the robot controller."/>
6
+
<argname="script_sender_port"default="50002"doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
5
7
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
6
8
<argname="controllers"default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
7
9
<argname="stopped_controllers"default="pos_traj_controller"doc="Controllers that are initally loaded, but not started."/>
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur5_bringup.launch
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
<launch>
3
3
<argname="debug"default="false"doc="Debug flag that will get passed on to ur_common.launch"/>
4
4
<argname="robot_ip"doc="IP address by which the robot can be reached."/>
5
+
<argname="reverse_port"default="50001"doc="Port that will be opened by the driver to allow direct communication between the driver and the robot controller."/>
6
+
<argname="script_sender_port"default="50002"doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
5
7
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
6
8
<argname="controllers"default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
7
9
<argname="stopped_controllers"default="pos_traj_controller"doc="Controllers that are initally loaded, but not started."/>
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur5e_bringup.launch
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
<launch>
3
3
<argname="debug"default="false"doc="Debug flag that will get passed on to ur_common.launch"/>
4
4
<argname="robot_ip"doc="IP address by which the robot can be reached."/>
5
+
<argname="reverse_port"default="50001"doc="Port that will be opened by the driver to allow direct communication between the driver and the robot controller."/>
6
+
<argname="script_sender_port"default="50002"doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
5
7
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
6
8
<argname="controllers"default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
7
9
<argname="stopped_controllers"default="pos_traj_controller"doc="Controllers that are initally loaded, but not started."/>
0 commit comments