Skip to content

Commit

Permalink
Removed double yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jun 16, 2020
1 parent 720ad5e commit 5c02b0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ur_robot_driver/doc/ROS_INTERFACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Debug flag that will get passed on to ur_common.launch

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.

##### kinematics_config (default: "$(find ur_description)/config/ur3e/default_kinematics.yaml.yaml")
##### kinematics_config (default: "$(find ur_description)/config/ur3e/default_kinematics.yaml")

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

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

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.

##### kinematics_config (default: "$(find ur_description)/config/ur10/default_kinematics.yaml.yaml")
##### kinematics_config (default: "$(find ur_description)/config/ur10/default_kinematics.yaml")

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

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

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.

##### kinematics_config (default: "$(find ur_description)/config/ur5/default_kinematics.yaml.yaml")
##### kinematics_config (default: "$(find ur_description)/config/ur5/default_kinematics.yaml")

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

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

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.

##### kinematics_config (default: "$(find ur_description)/config/ur5e/default_kinematics.yaml.yaml")
##### kinematics_config (default: "$(find ur_description)/config/ur5e/default_kinematics.yaml")

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

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

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.

##### kinematics_config (default: "$(find ur_description)/config/ur3/default_kinematics.yaml.yaml")
##### kinematics_config (default: "$(find ur_description)/config/ur3/default_kinematics.yaml")

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

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

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.

##### kinematics_config (default: "$(find ur_description)/config/ur10e/default_kinematics.yaml.yaml")
##### kinematics_config (default: "$(find ur_description)/config/ur10e/default_kinematics.yaml")

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

Expand Down

0 comments on commit 5c02b0d

Please sign in to comment.