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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<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."/>
9
9
<argname="kinematics_config"doc="Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description."/>
10
10
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
11
-
<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."/>
11
+
<argname="controllers"default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller robot_status_controller"doc="Controllers that are activated by default."/>
12
12
<argname="stopped_controllers"default="pos_traj_controller joint_group_vel_controller"doc="Controllers that are initally loaded, but not started."/>
13
13
<argname="tool_voltage"default="0"doc="Tool voltage set at the beginning of the UR program. Only used, when `use_tool_communication` is set to true."/>
14
14
<argname="tool_parity"default="0"doc="Parity configuration used for tool communication. Only used, when `use_tool_communication` is set to true."/>
0 commit comments