File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
my_robot_cell/my_robot_cell_control Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ controller_manager:
24
24
ur_configuration_controller :
25
25
type : ur_controllers/URConfigurationController
26
26
27
+ joint_trajectory_controller :
28
+ type : joint_trajectory_controller/JointTrajectoryController
29
+
27
30
ur_configuration_controller :
28
31
ros__parameters :
29
32
tf_prefix : " ur20_"
@@ -98,3 +101,30 @@ forward_position_controller:
98
101
- ur20_wrist_1_joint
99
102
- ur20_wrist_2_joint
100
103
- 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 }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments