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
@@ -50,7 +50,7 @@ IP address by which the robot can be reached.
50
50
51
51
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.
@@ -140,7 +140,7 @@ IP address by which the robot can be reached.
140
140
141
141
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.
@@ -292,7 +292,7 @@ IP address by which the robot can be reached.
292
292
293
293
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.
@@ -382,7 +382,7 @@ IP address by which the robot can be reached.
382
382
383
383
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.
@@ -436,7 +436,7 @@ IP address by which the robot can be reached.
436
436
437
437
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.
@@ -526,7 +526,7 @@ IP address by which the robot can be reached.
526
526
527
527
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.
@@ -580,7 +580,7 @@ IP address by which the robot can be reached.
580
580
581
581
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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
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
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."/>
7
7
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
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."/>
9
-
<argname="stopped_controllers"default="pos_traj_controller joint_group_vel_controller"doc="Controllers that are initally loaded, but not started."/>
8
+
<argname="controllers"default="joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
9
+
<argname="stopped_controllers"default="pos_joint_traj_controller joint_group_vel_controller"doc="Controllers that are initally loaded, but not started."/>
10
10
<argname="controller_config_file"default="$(find ur_robot_driver)/config/ur10_controllers.yaml"doc="Config file used for defining the ROS-Control controllers."/>
<argname="kinematics_config"default="$(find ur_description)/config/ur10_default.yaml"doc="Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description."/>
Copy file name to clipboardExpand all lines: ur_robot_driver/launch/ur10e_bringup.launch
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
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
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."/>
8
8
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
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."/>
10
-
<argname="stopped_controllers"default="pos_traj_controller joint_group_vel_controller"doc="Controllers that are initally loaded, but not started."/>
9
+
<argname="controllers"default="joint_state_controller scaled_pos_joint_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
10
+
<argname="stopped_controllers"default="pos_joint_traj_controller joint_group_vel_controller"doc="Controllers that are initally loaded, but not started."/>
11
11
<argname="controller_config_file"default="$(find ur_robot_driver)/config/ur10e_controllers.yaml"doc="Config file used for defining the ROS-Control controllers."/>
<argname="kinematics_config"default="$(find ur_e_description)/config/ur10e_default.yaml"doc="Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description."/>
0 commit comments