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
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur_common.launch
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
<argname="headless_mode"default="false"doc="Automatically send URScript to robot to execute. On e-Series this does require the robot to be in 'remote-control' mode. With this, the URCap is not needed on the robot."/>
26
26
<argname="ur_hardware_interface_node_required"default="true"doc="Shut down ros environment if ur_hardware_interface-node dies."/>
27
27
<argname="use_spline_interpolation"default="true"doc="True if splines should be used as interpolation on the robot controller when forwarding trajectory, if false movej or movel commands are used"/>
28
+
<argname="robot_receive_timeout"default="0.02"doc="Timeout for robot receive operations in seconds"/>
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur_control.launch
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
<argname="servoj_lookahead_time"default="0.03"doc="Specify lookahead time for servoing to position in joint space. A longer lookahead time can smooth the trajectory."/>
35
35
<argname="ur_hardware_interface_node_required"default="true"doc="Shut down ros environment if ur_hardware_interface-node dies."/>
36
36
<argname="use_spline_interpolation"default="true"doc="True if splines should be used as interpolation on the robot controller when forwarding trajectory, if false movej or movel commands are used"/>
37
+
<argname="robot_receive_timeout"default="0.02"doc="Timeout for robot receive operations in seconds"/>
0 commit comments