From a188a0ce0de8f3fa733b984659d6e2349d24f829 Mon Sep 17 00:00:00 2001 From: HurchelYoung Date: Mon, 21 Nov 2016 07:20:38 -0800 Subject: [PATCH] Update ur3_controllers.yaml corrected controller names to match original ur10 and ur5 usage --- config/ur3_controllers.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ur3_controllers.yaml b/config/ur3_controllers.yaml index e0187e9..45b34f4 100644 --- a/config/ur3_controllers.yaml +++ b/config/ur3_controllers.yaml @@ -26,7 +26,7 @@ force_torque_sensor_controller: # Joint Trajectory Controller - position based ------------------------------- # For detailed explanations of parameter see http://wiki.ros.org/joint_trajectory_controller -position_based_position_trajectory_controller: +pos_based_pos_traj_controller: type: position_controllers/JointTrajectoryController joints: - shoulder_pan_joint @@ -54,7 +54,7 @@ position_based_position_trajectory_controller: # Joint Trajectory Controller - velocity based ------------------------------- # For detailed explanations of parameter see http://wiki.ros.org/joint_trajectory_controller -velocity_based_position_trajectory_controller: +vel_based_pos_traj_controller: type: velocity_controllers/JointTrajectoryController joints: - shoulder_pan_joint