Skip to content

Commit cf3847f

Browse files
committed
Adapt to renamed description launchfiles
1 parent 460f41d commit cf3847f

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

ur_robot_driver/doc/ROS_INTERFACE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use the description in limited mode (Every axis rotates from -PI to PI)
3838

3939
Port that will be opened by the driver to allow direct communication between the driver and the robot controller.
4040

41-
##### robot_description_file (default: "$(find ur_e_description)/launch/ur3e_upload.launch")
41+
##### robot_description_file (default: "$(find ur_e_description)/launch/load_ur3e.launch")
4242

4343
Robot description launch file.
4444

@@ -128,7 +128,7 @@ Use the description in limited mode (Every axis rotates from -PI to PI)
128128

129129
Port that will be opened by the driver to allow direct communication between the driver and the robot controller.
130130

131-
##### robot_description_file (default: "$(find ur_description)/launch/ur10_upload.launch")
131+
##### robot_description_file (default: "$(find ur_description)/launch/load_ur10.launch")
132132

133133
Robot description launch file.
134134

@@ -370,7 +370,7 @@ Use the description in limited mode (Every axis rotates from -PI to PI)
370370

371371
Port that will be opened by the driver to allow direct communication between the driver and the robot controller.
372372

373-
##### robot_description_file (default: "$(find ur_description)/launch/ur5_upload.launch")
373+
##### robot_description_file (default: "$(find ur_description)/launch/load_ur5.launch")
374374

375375
Robot description launch file.
376376

@@ -424,7 +424,7 @@ Use the description in limited mode (Every axis rotates from -PI to PI)
424424

425425
Port that will be opened by the driver to allow direct communication between the driver and the robot controller.
426426

427-
##### robot_description_file (default: "$(find ur_e_description)/launch/ur5e_upload.launch")
427+
##### robot_description_file (default: "$(find ur_e_description)/launch/load_ur5e.launch")
428428

429429
Robot description launch file.
430430

@@ -514,7 +514,7 @@ Use the description in limited mode (Every axis rotates from -PI to PI)
514514

515515
Port that will be opened by the driver to allow direct communication between the driver and the robot controller.
516516

517-
##### robot_description_file (default: "$(find ur_description)/launch/ur3_upload.launch")
517+
##### robot_description_file (default: "$(find ur_description)/launch/load_ur3.launch")
518518

519519
Robot description launch file.
520520

@@ -568,7 +568,7 @@ Use the description in limited mode (Every axis rotates from -PI to PI)
568568

569569
Port that will be opened by the driver to allow direct communication between the driver and the robot controller.
570570

571-
##### robot_description_file (default: "$(find ur_e_description)/launch/ur10e_upload.launch")
571+
##### robot_description_file (default: "$(find ur_e_description)/launch/load_ur10e.launch")
572572

573573
Robot description launch file.
574574

ur_robot_driver/launch/ur10_bringup.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
99
<arg name="stopped_controllers" default="pos_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
1010
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur10_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
11-
<arg name="robot_description_file" default="$(find ur_description)/launch/ur10_upload.launch" doc="Robot description launch file."/>
11+
<arg name="robot_description_file" default="$(find ur_description)/launch/load_ur10.launch" doc="Robot description launch file."/>
1212
<arg name="kinematics_config" default="$(find ur_description)/config/ur10/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."/>
1313
<arg name="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."/>
1414

ur_robot_driver/launch/ur10e_bringup.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
1010
<arg name="stopped_controllers" default="pos_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
1111
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur10e_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
12-
<arg name="robot_description_file" default="$(find ur_description)/launch/ur10e_upload.launch" doc="Robot description launch file."/>
12+
<arg name="robot_description_file" default="$(find ur_description)/launch/load_ur10e.launch" doc="Robot description launch file."/>
1313
<arg name="kinematics_config" default="$(find ur_description)/config/ur10e/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."/>
1414
<arg name="use_tool_communication" default="false" doc="On e-Series robots tool communication can be enabled with this argument"/>
1515
<arg name="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."/>

ur_robot_driver/launch/ur16e_bringup.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
1010
<arg name="stopped_controllers" default="pos_traj_controller" doc="Controllers that are initally loaded, but not started."/>
1111
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur16e_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
12-
<arg name="robot_description_file" default="$(find ur_description)/launch/ur16e_upload.launch" doc="Robot description launch file."/>
12+
<arg name="robot_description_file" default="$(find ur_description)/launch/load_ur16e.launch" doc="Robot description launch file."/>
1313
<arg name="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."/>
1414
<arg name="use_tool_communication" default="false" doc="On e-Series robots tool communication can be enabled with this argument"/>
1515
<arg name="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."/>

ur_robot_driver/launch/ur3_bringup.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
99
<arg name="stopped_controllers" default="pos_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
1010
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur3_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
11-
<arg name="robot_description_file" default="$(find ur_description)/launch/ur3_upload.launch" doc="Robot description launch file."/>
11+
<arg name="robot_description_file" default="$(find ur_description)/launch/load_ur3.launch" doc="Robot description launch file."/>
1212
<arg name="kinematics_config" default="$(find ur_description)/config/ur3/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."/>
1313
<arg name="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."/>
1414

ur_robot_driver/launch/ur3e_bringup.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
99
<arg name="stopped_controllers" default="pos_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
1010
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur3e_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
11-
<arg name="robot_description_file" default="$(find ur_description)/launch/ur3e_upload.launch" doc="Robot description launch file."/>
11+
<arg name="robot_description_file" default="$(find ur_description)/launch/load_ur3e.launch" doc="Robot description launch file."/>
1212
<arg name="kinematics_config" default="$(find ur_description)/config/ur3e/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."/>
1313
<arg name="use_tool_communication" default="false" doc="On e-Series robots tool communication can be enabled with this argument"/>
1414
<arg name="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."/>

ur_robot_driver/launch/ur5_bringup.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
99
<arg name="stopped_controllers" default="pos_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
1010
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur5_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
11-
<arg name="robot_description_file" default="$(find ur_description)/launch/ur5_upload.launch" doc="Robot description launch file."/>
11+
<arg name="robot_description_file" default="$(find ur_description)/launch/load_ur5.launch" doc="Robot description launch file."/>
1212
<arg name="kinematics_config" default="$(find ur_description)/config/ur5/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."/>
1313
<arg name="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."/>
1414

ur_robot_driver/launch/ur5e_bringup.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<arg name="controllers" default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller" doc="Controllers that are activated by default."/>
99
<arg name="stopped_controllers" default="pos_traj_controller joint_group_vel_controller" doc="Controllers that are initally loaded, but not started."/>
1010
<arg name="controller_config_file" default="$(find ur_robot_driver)/config/ur5e_controllers.yaml" doc="Config file used for defining the ROS-Control controllers."/>
11-
<arg name="robot_description_file" default="$(find ur_description)/launch/ur5e_upload.launch" doc="Robot description launch file."/>
11+
<arg name="robot_description_file" default="$(find ur_description)/launch/load_ur5e.launch" doc="Robot description launch file."/>
1212
<arg name="kinematics_config" default="$(find ur_description)/config/ur5e/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."/>
1313
<arg name="use_tool_communication" default="false" doc="On e-Series robots tool communication can be enabled with this argument"/>
1414
<arg name="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."/>

0 commit comments

Comments
 (0)