Skip to content

Commit b2e11c8

Browse files
removed controller
1 parent 2139e1d commit b2e11c8

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

my_robot_cell/my_robot_cell_control/config/ros2_controllers.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ controller_manager:
2424
ur_configuration_controller:
2525
type: ur_controllers/URConfigurationController
2626

27-
joint_trajectory_controller:
28-
type: joint_trajectory_controller/JointTrajectoryController
29-
3027
ur_configuration_controller:
3128
ros__parameters:
3229
tf_prefix: "ur20_"
@@ -101,30 +98,3 @@ forward_position_controller:
10198
- ur20_wrist_1_joint
10299
- ur20_wrist_2_joint
103100
- ur20_wrist_3_joint
104-
105-
joint_trajectory_controller:
106-
ros__parameters:
107-
joints:
108-
- ur20_shoulder_pan_joint
109-
- ur20_shoulder_lift_joint
110-
- ur20_elbow_joint
111-
- ur20_wrist_1_joint
112-
- ur20_wrist_2_joint
113-
- ur20_wrist_3_joint
114-
command_interfaces:
115-
- position
116-
state_interfaces:
117-
- position
118-
- velocity
119-
state_publish_rate: 100.0
120-
action_monitor_rate: 20.0
121-
allow_partial_joints_goal: false
122-
constraints:
123-
stopped_velocity_tolerance: 0.2
124-
goal_time: 0.0
125-
ur20_shoulder_pan_joint: { trajectory: 0.2, goal: 0.1 }
126-
ur20_shoulder_lift_joint: { trajectory: 0.2, goal: 0.1 }
127-
ur20_elbow_joint: { trajectory: 0.2, goal: 0.1 }
128-
ur20_wrist_1_joint: { trajectory: 0.2, goal: 0.1 }
129-
ur20_wrist_2_joint: { trajectory: 0.2, goal: 0.1 }
130-
ur20_wrist_3_joint: { trajectory: 0.2, goal: 0.1 }

0 commit comments

Comments
 (0)