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:
2424 ur_configuration_controller :
2525 type : ur_controllers/URConfigurationController
2626
27+ joint_trajectory_controller :
28+ type : joint_trajectory_controller/JointTrajectoryController
29+
2730ur_configuration_controller :
2831 ros__parameters :
2932 tf_prefix : " ur20_"
@@ -98,3 +101,30 @@ forward_position_controller:
98101 - ur20_wrist_1_joint
99102 - ur20_wrist_2_joint
100103 - 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