Skip to content

Commit 720ad5e

Browse files
committed
Updated default kinematics filename and removed ur_e_description
1 parent cf3847f commit 720ad5e

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

ur_robot_driver/doc/ROS_INTERFACE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Debug flag that will get passed on to ur_common.launch
2626

2727
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.
2828

29-
##### kinematics_config (default: "$(find ur_e_description)/config/ur3e_default.yaml")
29+
##### kinematics_config (default: "$(find ur_description)/config/ur3e/default_kinematics.yaml.yaml")
3030

3131
Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description.
3232

@@ -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/load_ur3e.launch")
41+
##### robot_description_file (default: "$(find ur_description)/launch/load_ur3e.launch")
4242

4343
Robot description launch file.
4444

@@ -116,7 +116,7 @@ Debug flag that will get passed on to ur_common.launch
116116

117117
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.
118118

119-
##### kinematics_config (default: "$(find ur_description)/config/ur10_default.yaml")
119+
##### kinematics_config (default: "$(find ur_description)/config/ur10/default_kinematics.yaml.yaml")
120120

121121
Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description.
122122

@@ -358,7 +358,7 @@ Debug flag that will get passed on to ur_common.launch
358358

359359
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.
360360

361-
##### kinematics_config (default: "$(find ur_description)/config/ur5_default.yaml")
361+
##### kinematics_config (default: "$(find ur_description)/config/ur5/default_kinematics.yaml.yaml")
362362

363363
Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description.
364364

@@ -412,7 +412,7 @@ Debug flag that will get passed on to ur_common.launch
412412

413413
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.
414414

415-
##### kinematics_config (default: "$(find ur_e_description)/config/ur5e_default.yaml")
415+
##### kinematics_config (default: "$(find ur_description)/config/ur5e/default_kinematics.yaml.yaml")
416416

417417
Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description.
418418

@@ -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/load_ur5e.launch")
427+
##### robot_description_file (default: "$(find ur_description)/launch/load_ur5e.launch")
428428

429429
Robot description launch file.
430430

@@ -502,7 +502,7 @@ Debug flag that will get passed on to ur_common.launch
502502

503503
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.
504504

505-
##### kinematics_config (default: "$(find ur_description)/config/ur3_default.yaml")
505+
##### kinematics_config (default: "$(find ur_description)/config/ur3/default_kinematics.yaml.yaml")
506506

507507
Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description.
508508

@@ -556,7 +556,7 @@ Debug flag that will get passed on to ur_common.launch
556556

557557
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.
558558

559-
##### kinematics_config (default: "$(find ur_e_description)/config/ur10e_default.yaml")
559+
##### kinematics_config (default: "$(find ur_description)/config/ur10e/default_kinematics.yaml.yaml")
560560

561561
Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description.
562562

@@ -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/load_ur10e.launch")
571+
##### robot_description_file (default: "$(find ur_description)/launch/load_ur10e.launch")
572572

573573
Robot description launch file.
574574

ur_robot_driver/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<exec_depend>robot_state_publisher</exec_depend>
4949
<exec_depend>socat</exec_depend>
5050
<exec_depend>ur_description</exec_depend>
51-
<exec_depend>ur_e_description</exec_depend>
5251
<exec_depend>velocity_controllers</exec_depend>
5352

5453
<export>

0 commit comments

Comments
 (0)