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/ur16e_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"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"doc="Controllers that are initally loaded, but not started."/>
11
11
<argname="controller_config_file"default="$(find ur_robot_driver)/config/ur16e_controllers.yaml"doc="Config file used for defining the ROS-Control controllers."/>
<argname="kinematics_config"default="$(find ur_description)/config/ur16e/default_kinematics.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